davidtellez / contrastive-predictive-coding-images

Keras implementation of Representation Learning with Contrastive Predictive Coding for images
MIT License
34 stars 8 forks source link

dataset #2

Open WiCi-Lab opened 4 years ago

WiCi-Lab commented 4 years ago

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?

ozanpkr commented 4 years ago

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'

WiCi-Lab commented 4 years ago

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

ozanpkr commented 4 years ago

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 ?

WiCi-Lab commented 4 years ago

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

ozanpkr commented 4 years ago

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

Thanx for answer. 😃

annione commented 3 years ago

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/