Open piseabhijeet opened 3 years ago
Hi @weixmath
Can you explain how the numbers are derived from line 62 below - Trainer.py:
I am guessing it is calculated for 20 views and 40 classes. Can we derive for 12 views and 4 classes?
Thanks
@piseabhijeet
num_train_files: 12520
num_val_files: 2000
Traceback (most recent call last):
File "/view-GCN-master/train.py", line 66, in
hi! How to resolve these two errors at run time? thanks
Hi @WEIGONGCUN-Yan
I had tried this repo almost an year ago. Unfortunately at this point of time, I do not have access to the resource nor the dataset which I had worked on. Apologies for the same.
Hi @weixmath
I am trying to train the model on a custom dataset with 4 classes and 12 views. I am getting the below error:
Stage 1 training goes fine but the error comes in stage 2 where my batch size is: train_loader = torch.utils.data.DataLoader(train_dataset, batch_size=20, shuffle=False, num_workers=0) val_loader = torch.utils.data.DataLoader(val_dataset, batch_size=15, shuffle=False, num_workers=0)
I have changed the classes and the output tensor in the necessary places too . I am using Tesla V100 32GB GPU for training. Could you please help?