facebookresearch / moco

PyTorch implementation of MoCo: https://arxiv.org/abs/1911.05722
MIT License
4.82k stars 794 forks source link

How to load the Hyperparameters without command line code Argument Parser? #134

Open arohi2bujji opened 2 years ago

arohi2bujji commented 2 years ago

Hi,

Did anyone tried loading the hyperparameters or modified the code without using command line argument parser. Please share here if anyone tried doing it?