facebookresearch / facebookresearch/moco
about the lr of main_lincls.py
Open
- Dominant language
- No language data
- Stars
- 5.1k
- Forks
- 802
- PR merge metrics
- No merged PRs in 30d
Description
python main_lincls.py \
-a resnet50 \
--lr 30.0 \
--batch-size 256 \
--pretrained [your checkpoint path]/checkpoint_0199.pth.tar \
--dist-url 'tcp://localhost:10001' --multiprocessing-distributed --world-size 1 --rank 0 \
[your imagenet-folder with train and val folders]
beacuse of the big lr, raise ValueError: Input contains NaN, infinity or a value too large for dtype('float32').
Contributor guide
Assessment
This issue has not been assessed yet.