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
Hi, I've downloaded the project at windows environment.
When running the training stage i get the following messaged.
please assist.
python ti_mds_cnn.py train mode
C:\Users\Gil.Albo\AppData\Local\Continuum\anaconda3\lib\site-packages\h5py_init_.py:36: FutureWarning: Conversion of the second argument of issubdtype from float to np.floating is deprecated. In future, it will be treated as np.float64 == np.dtype(float).type.
from ._conv import register_converters as _register_converters
Using TensorFlow backend.
2019-05-05 22:04:41.163752: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2
Loaded model from disk.
Traceback (most recent call last):
File "ti_mds_cnn.py", line 127, in
mds_dl().main()
File "ti_mds_cnn.py", line 124, in main
self.model_predict()
File "ti_mds_cnn.py", line 113, in model_predict
test_data = np.genfromtxt(self.test_file, delimiter=',')
File "C:\Users\Gil.Albo\AppData\Local\Continuum\anaconda3\lib\site-packages\numpy\lib\npyio.py", line 1737, in genfromtxt
fhd = iter(np.lib._datasource.open(fname, 'rt', encoding=encoding))
File "C:\Users\Gil.Albo\AppData\Local\Continuum\anaconda3\lib\site-packages\numpy\lib_datasource.py", line 266, in open
return ds.open(path, mode, encoding=encoding, newline=newline)
File "C:\Users\Gil.Albo\AppData\Local\Continuum\anaconda3\lib\site-packages\numpy\lib_datasource.py", line 624, in open
raise IOError("%s not found." % path)
OSError: ./output/test.csv not found.
The text was updated successfully, but these errors were encountered:
Hi, I've downloaded the project at windows environment.
When running the training stage i get the following messaged.
please assist.
python ti_mds_cnn.py train mode
C:\Users\Gil.Albo\AppData\Local\Continuum\anaconda3\lib\site-packages\h5py_init_.py:36: FutureWarning: Conversion of the second argument of issubdtype from
float
tonp.floating
is deprecated. In future, it will be treated asnp.float64 == np.dtype(float).type
.from ._conv import register_converters as _register_converters
Using TensorFlow backend.
2019-05-05 22:04:41.163752: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2
Loaded model from disk.
Traceback (most recent call last):
File "ti_mds_cnn.py", line 127, in
mds_dl().main()
File "ti_mds_cnn.py", line 124, in main
self.model_predict()
File "ti_mds_cnn.py", line 113, in model_predict
test_data = np.genfromtxt(self.test_file, delimiter=',')
File "C:\Users\Gil.Albo\AppData\Local\Continuum\anaconda3\lib\site-packages\numpy\lib\npyio.py", line 1737, in genfromtxt
fhd = iter(np.lib._datasource.open(fname, 'rt', encoding=encoding))
File "C:\Users\Gil.Albo\AppData\Local\Continuum\anaconda3\lib\site-packages\numpy\lib_datasource.py", line 266, in open
return ds.open(path, mode, encoding=encoding, newline=newline)
File "C:\Users\Gil.Albo\AppData\Local\Continuum\anaconda3\lib\site-packages\numpy\lib_datasource.py", line 624, in open
raise IOError("%s not found." % path)
OSError: ./output/test.csv not found.
The text was updated successfully, but these errors were encountered: