Skip to content

Releases: manoharvhr/PYNQ-Torch

SampleRNN using PyTorch v0.4.1 & PYNQ OS v2.3

04 Sep 22:54
Compare
Choose a tag to compare

Provides an compressed image file with the PyTorch v0.4.1 on the PYNQ OS v2.3.

The file has been split into multiple files which can be put together by the following command:

sudo su
cat PYNQ_2.tar.gz.parta* > PYNQ_2.tar.gz

From here you can uncompress the file and use the provided MD5 Checksum on it to verify.

PyTorch v1.2.0 on PYNQ OS v2.4

04 Sep 11:09
Compare
Choose a tag to compare

Provides an compressed image file with the latest PyTorch v1.2.0 on the PYNQ OS v2.4.

The file has been split into multiple files which can be put together by the following command:

sudo su
cat PYNQ_1.tar.gz.parta* > PYNQ_1.tar.gz

From here you can uncompress the file and use the provided MD5 Checksum on it to verify.