You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
I was wondering what were the commands to launch the training to reproduce the results of the CAIT models.
For now I am mostely interested in the XS and XXS models with 224 resolution.
Is changing drop path and layer scale initialization sufficient?
Also dropout should be at zero?
for now I have the following, after adding the following import: import cait_models in main.py:
Hi, thank you for the great repo!
I was wondering what were the commands to launch the training to reproduce the results of the CAIT models.
For now I am mostely interested in the XS and XXS models with 224 resolution.
Is changing drop path and layer scale initialization sufficient?
Also dropout should be at zero?
for now I have the following, after adding the following import:
import cait_models
inmain.py
:Thank you!
Elias
The text was updated successfully, but these errors were encountered: