Zhizhou Sha
Zhizhou Sha
作者您好。我看到 paper 中提供的最终 model 在 coco dataset 上的 fid 是 19.32,但是我下载了您 readme 里边提供的 checkpoint,并运行 `bash scripts/calc_fid.sh ./cfg/coco.yml` 来测量 coco val2014 上的 fid。但是我得到的结果是 15.59 我是完全按照 readme 里边的顺序一步一步 setup 的。唯一的区别是 codebase 使用的...
I want to capture several frames in a video and convert them into images. I want to use cv2.imwrite to save my those images. But I got the following errors....
the whole errors are the followings [h264 @ 0x180fd80] no frame! video frames: 186146 Traceback (most recent call last): File "video_reader.py", line 23, in height, width, _ = vr[1].shape File...
Hi, I want to train a lora with command line. I don't really know how to use the sh in the Getting Start Section. To be specific, I don't what...
I use this command to run the code `python main.py --config_env configs/env.yml --config_exp configs/$DATASET/$MODEL.yml` since I can only install fastmoe==0.1.2. However, when I run with the command above. the following...
Thank you for your great work. I am trying to reproduce the results in "Benchmark 2: Fine-Tuning RoBERTa on GLUE tasks" I have go through [this issue](https://github.com/jiaweizzhao/GaLore/issues/25), but I still...