GALIP icon indicating copy to clipboard operation
GALIP copied to clipboard

Configuration Modification!

Open nevoliu opened this issue 2 years ago • 5 comments

Hi MingTao, Great of your work!My server configuration has only two 3090 GPUs, how do I modify the script/train.sh file? thanks.

nevoliu avatar Feb 13 '23 08:02 nevoliu

When I was troubleshooting the problem, I found that the dataset was not loading. Further I found out that the reason was that the dataset did not have ../data/coco/text/COCO_train2014_000000106379.txt file, can you provide some information about this file? I look forward to your reply. 111

nevoliu avatar Feb 14 '23 05:02 nevoliu

Hi, you can modify the set CUDA_VISIBLE_DEVICES=0,1 and nodes=2 in train.sh for your training. The data error looks like there is no prepared dataset under ./data. You can download it according to the readme.

tobran avatar Feb 19 '23 12:02 tobran

Hi, you can modify the set CUDA_VISIBLE_DEVICES=0,1 and nodes=2 in train.sh for your training. The data error looks like there is no prepared dataset under ./data. You can download it according to the readme.

Thank you very much for your reply. Based on your answer, I solved the current problem. I am a new graduate student and I just came across the text to image task. I couldn't find . /cfg/coco.yml inside . /data/coco/npz/coco_val256_FIDK0.npz file, can you tell me where I can download this file and the information about it?

nevoliu avatar Feb 23 '23 01:02 nevoliu

Hello, the coco.yml is under ./code/cfg/ folder and the npz file has been uploaded to Google Drive, you can find the link (https://drive.google.com/file/d/15Fw-gErCEArOFykW3YTnLKpRcPgI_3AB/view?usp=sharing) in the readme.

tobran avatar Mar 14 '23 14:03 tobran

Hi, you can modify the set CUDA_VISIBLE_DEVICES=0,1 and nodes=2 in train.

Hi, you can modify the set CUDA_VISIBLE_DEVICES=0,1 and nodes=2 in train.sh for your training. The data error looks like there is no prepared dataset under ./data. You can download it according to the readme.

Hello, I encountered this error: RuntimeError: Default process group has not been initialized, please make sure to call init_process_group. I dont know how to solve it.

dipth11 avatar Mar 29 '23 09:03 dipth11