salesforce / ALBEF

Code for ALBEF: a new vision-language pre-training method
BSD 3-Clause "New" or "Revised" License
1.45k stars 193 forks source link

TypeError: '<=' not supported between instances of 'float' and 'str' ? #128

Open WangchukTsering opened 11 months ago

WangchukTsering commented 11 months ago

TypeError: '<=' not supported between instances of 'float' and 'str'

shyammarjit commented 4 months ago

Change the learning rate variable lr in the config file. For example, change it to 1e-05 to 0.00001. Do the same for the rest of the variables as well (if such are there).