Closed EXJUSTICE closed 2 years ago
The problem was due to using the resampled dataset, which converts the data format into a 6 channel data. The model is configured out of the box for 3 channeled data, hence the problem occurs. Switching to the hdf5 data solves this problem, this was not clear however.
After much debugging I've managed to get the repo to start training in Colab, using TF 1.13 and Python 3. Using the modelnet40 resampled dataset (1.6 GB) from the documentation.
However, the train.py method gives me the error
I believe it may be due to the need to change all of the xrange() methods in provider.py to range(), but I'm not sure how to approach this?