We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
训练一切ok,并且保存了权重。 在评估的时候,
(vlmo_chb) xxxxxxx/clip-pytorch$ python eval.py bert_type == "openai" logs/best_epoch_weights.pth model loaded. 74it [09:19, 7.56s/it] 0%| | 0/811 [00:00<?, ?it/s]/xxxxxxx/python3.8/site-packages/torch/nn/functional.py:1794: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 811/811 [02:08<00:00, 6.33it/s] 已杀死
请问是哪里出了问题吗?或者可能是什么原因?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
训练一切ok,并且保存了权重。
在评估的时候,
(vlmo_chb) xxxxxxx/clip-pytorch$ python eval.py
bert_type == "openai"
logs/best_epoch_weights.pth model loaded.
74it [09:19, 7.56s/it]
0%| | 0/811 [00:00<?, ?it/s]/xxxxxxx/python3.8/site-packages/torch/nn/functional.py:1794: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead.
warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.")
100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 811/811 [02:08<00:00, 6.33it/s]
已杀死
请问是哪里出了问题吗?或者可能是什么原因?
The text was updated successfully, but these errors were encountered: