facebookresearch / FFCV-SSL

FFCV-SSL Fast Forward Computer Vision for Self-Supervised Learning.
Apache License 2.0
203 stars 14 forks source link

Mismatching parameter names between FFCV and FFCV-SSL ? #4

Open realliyifei opened 1 year ago

realliyifei commented 1 year ago

I notice there are mismatching parameter names between FFCV and FFCV-SSL

e.g. in the loader class, FFCV requires fname while FFCV-SSL requires path.

Since FFCV and FFCV-SSL share the same library name, switching from one to another with unexcepted parameter names may cause unnecessary bugs.

I am wondering whether this is on purpose, and is there a list of modified parameter names for we users who switch from FFCV to FFCV-SSL. Thanks a lot!