Bigrock-dd

Results 3 issues of Bigrock-dd

Saving the trained Neural Net to models/multi_sparse_1/DeepNeuralNetParameters.npz Traceback (most recent call last): File "DeepNeuralNetTrain.py", line 555, in main() File "DeepNeuralNetTrain.py", line 534, in main num.savez(saveModelPath, **NNParametersDict); File "/root/miniconda3/envs/my-env/lib/python2.7/site-packages/numpy/lib/npyio.py", line 595,...

When I tried to run predit.py, the h5 file failed to read. I checked the model folder and found that the CNN_final_model_weights.h5 provided was only 1K in size. How can...