microsoft/FocalNet

[FocalNet-DINO] Training Command is not correct

songyuc opened this issue · 0 comments

"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!