pydeeplearn
pydeeplearn copied to clipboard
assert error when trying to run emotions.py?
Hi,
I was interested in trying out your emotions.py function, but when I use the following inputs:
python emotions.py serialized_network --kaggle,
I get the error in deepbelief.py line 504: assert np.all(mins >=0.0) and np.all(maxs < 1.0 + 1e-8) Assertion error
Am I doing something wrong with how I'm calling the function?
As discussed via email, the issue stands from the data not being present.
You need to write the Kaggle data into 'train.csv' and 'test.csv' for it to work.
This needs some clean up, can you please file a separate issue to clean this up: require flags for the data and check in the files that I used?
Thanks!