Tian0426/CL-HAR

Missing file

OshanJayawardana opened this issue · 4 comments

Can't find models.py in models

Hi @OshanJayawardana, please refer to frameworks.py instead. We change the name to differentiate the file with the 'models' folder. Already update the filename in README.

@Tian0426 Thank you very much for the quick response. I found the frameworks.py but I wasn't able to find the implementation of simsiam model.

SimSiam and BYOL share the same framework implementation, while their parameter setups have some differences. You may want to check up the setup() function in trainer.py for more details, where the default hyper-parameters for each model are specified at the beginning.

Thank you very much