Closed ihmc3jn09hk closed 3 years ago
Hi, Sorry for the late replay, the error is simple, but it will take me time to fix it.
Can you try with a batch_size=1?
Hi, Sorry for the late replay, the error is simple, but it will take me time to fix it.
Can you try with a batch_size=1?
Hi, I tried following
python3 train.py -bs 1 --n-epochs 2 -d data/Faust_remesh/
which gives
Traceback (most recent call last):
File "train.py", line 89, in <module>
train_fmnet(args)
File "train.py", line 37, in train_fmnet
feat_x, feat_y = feat_x[:, vertices, :].to(device), feat_y[:, vertices, :].to(device)
IndexError: index 5002 is out of bounds for dimension 0 with size 5002
The data in Faust_remesh is downloaded by running the provided download_data.sh
.
fixed! Thanks for your remark!
When testing with the remesh set (MAT_SHOT), the program failed with
All parameters for train.py used are default.
Moreover, could the evaluation/inferernce code be provided ?