contrastive-predictive-coding-images icon indicating copy to clipboard operation
contrastive-predictive-coding-images copied to clipboard

dataset

Open WiCi-Lab opened this issue 4 years ago • 6 comments

Hello, can you provide the data sets involved in the code, such as training_x.npy, training_y.npy, validation_x.npy and validation_y.npy?

WiCi-Lab avatar Jul 03 '20 13:07 WiCi-Lab

Hello, can you provide the data sets involved in the code, such as training_x.npy, training_y.npy, validation_x.npy and validation_y.npy?

I have same ıssue.

When ı ran code ,ı see this error

No such file or directory: '.\resources\data\training_y.npy'

ozanpkr avatar Sep 18 '20 16:09 ozanpkr

There is no problem with the code, you have a problem with the running sequence

WiCi-Lab avatar Sep 23 '20 02:09 WiCi-Lab

There is no problem with the code, you have a problem with the running sequence

Sorry,my mistake 😄 Did you use this method for any classifier project .If your answer is yes; can you share with me ?

ozanpkr avatar Sep 23 '20 10:09 ozanpkr

For this code, I haven't ported it successfully to another project

WiCi-Lab avatar Sep 23 '20 10:09 WiCi-Lab

For this code, I haven't ported it successfully to another project

Thanx for answer. 😃

ozanpkr avatar Sep 23 '20 10:09 ozanpkr

This doesn't exactly solve your issue since we don't know which images the creator ended up with, but I found the blog post which uses "lena.jpg" and the MNIST data (both included in this repository) to create colorful MNIST, which the code in this repository is based upon: https://www.wouterbulten.nl/blog/tech/getting-started-with-gans-2-colorful-mnist/

annione avatar Dec 01 '20 16:12 annione