I've downloaded the davis_train.tar and youtube_train.tar, but I can't successful unzip the tar package, it seems that some data is corrupted, I don't know where the problems come from...
the .tar file is the model that can be directly loaded by torch.load(), which doesn't need to be untared.
You can try a smaller batchsize first, the rest of the training parameters may not be optimal for a smaller batchsize, but shouldn't be very different from the default ones.
I've downloaded the davis_train.tar and youtube_train.tar, but I can't successful unzip the tar package, it seems that some data is corrupted, I don't know where the problems come from...