Open ahwangyuwei opened 6 years ago
I diffed the two files in Pycharm, the only differences are formatting. Ex:
epoch, i + 1, len(data_loader), batch_time=batch_time,
data_time=data_time, loss=losses, acc=accuracies))
in this repo vs
epoch,
i + 1,
len(data_loader),
batch_time=batch_time,
data_time=data_time,
loss=losses,
acc=accuracies))
in the other repo
Hi, this project has train.py, so could I train the datasets through these codes? You said "This is a pytorch code for video (action) classification using 3D ResNet trained by this code." What is the difference between the train codes of these two projects?
Thanks!