Open 2catycm opened 2 months ago
I also tried
python vtab_ARC_train.py --data_path /my/path/to/vtab --dataset cifar
which is even worse!
08/21/2024 15:00:49 - INFO - __main__ - Validation Results
08/21/2024 15:00:49 - INFO - __main__ - Valid Loss: 2.69603
08/21/2024 15:00:49 - INFO - __main__ - Valid Accuracy: 0.40630
Training (3199 / 3200 Steps) (loss=0.00414): 94%|-| 30/32 [00:18<00:01, 1.66it/s]
08/21/2024 15:00:49 - INFO - __main__ - Best Accuracy: 0.407300
08/21/2024 15:00:49 - INFO - __main__ - End Training!
In the ARC paper table 2, it should be 72.2, but now it is only 40.7!
I followed your instructions in README.md. I prepare the python env with your requirements.txt. Then the vtab-1k is downloaded from the provided onedrive link. (Thanks for your onedrive sharing, saving lots of tedious work on processing vtab)
ViT-B_16.npz
is also downloaded. Then with the commandwhich default trains vit/b with ARC method on dataset kitti, yields a extremely low result.
My GPU is a single 4090.
In the ARC paper table 2, it should be 81.6, but now it is only 57.1!