microsoft / FocalNet

[NeurIPS 2022] Official code for "Focal Modulation Networks"
MIT License
682 stars 61 forks source link

[FocalNet-DINO] Training Command is not correct #34

Open songyuc opened 1 year ago

songyuc commented 1 year ago

"Train on COCO with 5scale DINO and FocalNet-L with 4 focal levels" command is not corrent, which would get an error as:

... FileNotFoundError: file "/home/xxx/FocalNet-DINO/config/DINO/DINO_5scale_focalnet_fl4.py" does not exist ERROR:torch.distributed.elastic.multiprocessing.api:failed (exitcode: 1) local_rank: 0 (pid: 1100) of binary: /home/xxx/.conda/envs/dino/bin/python ...

Could please help resolve this error?

Your answer and guide will be appreciated!