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
I am trying to train the net using the provided ModelNet10 dataset inside a virtual environment using Python 2.7.10 with all required dependencies installed.
However, running train.py results in the following error:
Traceback (most recent call last):
File "/Users/Matthias/Workspaces/PyCharm/GeneralizedConvolutionalNeuralNets/train.py", line 34, in <module>
all_distances, keep_prob, variant)
File "/Users/Matthias/Workspaces/PyCharm/GeneralizedConvolutionalNeuralNets/models.py", line 18, in __init__
statistics = [np.loadtxt('dataSets/ModelNet10csv'+variant+'/stats1.csv', delimiter=','),
File "/Users/Matthias/Workspaces/PyCharm/000_Virtual Environments/venv-tensorflow-py2.7.10/lib/python2.7/site-packages/numpy/lib/npyio.py", line 962, in loadtxt
fh = np.lib._datasource.open(fname, 'rt', encoding=encoding)
File "/Users/Matthias/Workspaces/PyCharm/000_Virtual Environments/venv-tensorflow-py2.7.10/lib/python2.7/site-packages/numpy/lib/_datasource.py", line 266, in open
return ds.open(path, mode, encoding=encoding, newline=newline)
File "/Users/Matthias/Workspaces/PyCharm/000_Virtual Environments/venv-tensorflow-py2.7.10/lib/python2.7/site-packages/numpy/lib/_datasource.py", line 624, in open
raise IOError("%s not found." % path)
IOError: dataSets/ModelNet10csv1000/stats1.csv not found.
Is it possible that the repository is missing some files?
Many thanks for your help in advance.
The text was updated successfully, but these errors were encountered:
I am trying to train the net using the provided ModelNet10 dataset inside a virtual environment using Python 2.7.10 with all required dependencies installed.
However, running train.py results in the following error:
Is it possible that the repository is missing some files?
Many thanks for your help in advance.
The text was updated successfully, but these errors were encountered: