double-fire-0

Results 10 issues of double-fire-0

Error information: VIDIOC_REQBUFS: Inappropriate ioctl for device It seems to be a problem about FFmpeg video reader. It's wear that it occurs at some time, and sometimes won't

`File"/mnt/lustre/share/spring/conda_envs/miniconda3/envs/s0.3.3/lib/python3.6/sitepackages/torchvision/datasets/folder.py", line 19, in has_file_allowed_extension return filename.lower().endswith(extensions) TypeError: endswith first arg must be str or a tuple of str, not list` I find this error and solve this error by...

Thanks for providing the excellent code for BYOL I just wander is there anybody do the experiment to see whether this code base align the accuracy with the BYOL paper?

Could you note where the code about ActionVLAD layer? Thanks!

In the config.yaml file, your model seems like are trained on 256x256 image size. But the resolution in paper is 1280x720. Can you provided the config.yaml which is used to...

In Table 2 of your paper, you report the result of your model on GoPro dataset. At what resolution did you get this result? And can you give some advice...

From the Colab, I see the code `!conda install -q -y --prefix /usr/local -c pytorch -c tensorcomp tensor_comprehensions` And the package tensor_comprehensions only have a Linux version. And I can't...

The offical code: https://github.com/google-research/pix2seq

The training is break during my training process. Does this code support resume training? I notice that the code can resume model at https://github.com/ali-vilab/VGen/blob/7ad0f25df50b2c35d7eb95cbabdf772c5b9761c8/tools/train/train_t2v_enterance.py#L154 but it seems that the code...