You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey I tried running your code, when I run the script cnn_predict.py, first of all it consumes all of my ram (72gb) and it froze my system for almost 24 hrs.
This is the output that I receive from the code, and it keeps on running and at the end it does not generate the four files: train_data.data, test_data.data, train_label.data & test_label.data
/usr/local/lib/python2.7/dist-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from floattonp.floatingis deprecated. In future, it will be treated asnp.float64 == np.dtype(float).type. from ._conv import register_converters as _register_converters
Can you please tell me if I am missing out on something? Thanks
The text was updated successfully, but these errors were encountered:
Hey I tried running your code, when I run the script cnn_predict.py, first of all it consumes all of my ram (72gb) and it froze my system for almost 24 hrs.
This is the output that I receive from the code, and it keeps on running and at the end it does not generate the four files: train_data.data, test_data.data, train_label.data & test_label.data
/usr/local/lib/python2.7/dist-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from
floatto
np.floatingis deprecated. In future, it will be treated as
np.float64 == np.dtype(float).type. from ._conv import register_converters as _register_converters
Can you please tell me if I am missing out on something? Thanks
The text was updated successfully, but these errors were encountered: