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?