contrastive-predictive-coding-images
contrastive-predictive-coding-images copied to clipboard
dataset
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?
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'
There is no problem with the code, you have a problem with the running sequence
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 ?
For this code, I haven't ported it successfully to another project
For this code, I haven't ported it successfully to another project
Thanx for answer. 😃
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/