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
Make the traning script dynamic such that the argparse takes <model_name> as an additional argument
Note that the img_size in ViT model initialization at train.py is statically set as 32. You need to infer the dimensions at the data loader init. time.
The text was updated successfully, but these errors were encountered:
There are multiple baselines used in the paper.
load_cifar10
argparse
takes<model_name>
as an additional argumentimg_size
in ViT model initialization at train.py is statically set as 32. You need to infer the dimensions at the data loader init. time.The text was updated successfully, but these errors were encountered: