2024-11-08 11:40:44.769829: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable TF_ENABLE_ONEDNN_OPTS=0.
2024-11-08 11:40:45.953538: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable TF_ENABLE_ONEDNN_OPTS=0.
Traceback (most recent call last):
File "E:\clip-pytorch-main\train.py", line 169, in
config = get_configs(phi)
File "E:\clip-pytorch-main\utils\utils.py", line 126, in get_configs
raise ValueError(phi+ " is not support yet.")
ValueError: openai/ViT-B-32 is not support yet.
请问这是啥问题呢
程序运行问题,出现了这样的错误
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
1条回答 默认 最新
孽小倩 2024-11-08 12:39关注从你报错情况来看,是你本地库与你安装的代码版本不匹配,你可以看看软件要求的版本范围,把本地库重新安装,或者使用conda创建符合软件要求的环境。
解决 无用评论 打赏 举报