zuujhyt
zuujhyt
https://github.com/AntixK/PyTorch-VAE/blob/master/models/vq_vae.py#L216 any reason?
Hi, by running ```bash scripts/RefCOCOg_VLBart.sh 1``` I got the following error: ``` Original Traceback (most recent call last): File "/home/zuujhyt/miniconda3/envs/vlt5/lib/python3.7/site-packages/torch/utils/data/_utils/worker.py", line 185, in _worker_loop data = fetcher.fetch(index) File "/home/zuujhyt/miniconda3/envs/vlt5/lib/python3.7/site-packages/torch/utils/data/_utils/fetch.py", line...
Hi, I find the api in https://huggingface.co/metrics quite useful. I am playing around with video/image captioning task, where CIDEr is a popular metric. Do you plan to add this into...
Hi, thank you for the work and the colab. In the colab, the following code snippet shows how to extract visual features. ``` def extract_visual_feature(video_path, ckpt_path, user_dir, is_finetune_ckpt=False): utils.import_user_module(Namespace(user_dir=user_dir)) models,...