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
Since the checkpoint for VisionTapas is not available, I am trying to train this model from scratch. The code directory does not have any instructions to run the code. It would be great if you can a small readme file with steps to train this model. If you can add the required versions for libraries, that would also be appreciated.
Currently, I am using torch==1.13.0 with CUDA==11.6.2, and transformers==4.24.0. When I run the training script, it seems the fixed_vocab_file is missing. Can you please add how to get that?
I understand you might be short on time, but I would appreciate if you can at least give one of the training commands you used. Currently, my command looks like this:
Hi,
Since the checkpoint for VisionTapas is not available, I am trying to train this model from scratch. The code directory does not have any instructions to run the code. It would be great if you can a small readme file with steps to train this model. If you can add the required versions for libraries, that would also be appreciated.
Currently, I am using
torch==1.13.0
withCUDA==11.6.2
, andtransformers==4.24.0
. When I run the training script, it seems thefixed_vocab_file
is missing. Can you please add how to get that?I understand you might be short on time, but I would appreciate if you can at least give one of the training commands you used. Currently, my command looks like this:
Hoping for a quick reply.
Thanks,
-- ashim
The text was updated successfully, but these errors were encountered: