kun6644 2024-11-08 11:42 采纳率: 0%
浏览 53

程序运行问题,出现了这样的错误

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.
请问这是啥问题呢

  • 写回答

1条回答 默认 最新

  • 孽小倩 2024-11-08 12:39
    关注

    从你报错情况来看,是你本地库与你安装的代码版本不匹配,你可以看看软件要求的版本范围,把本地库重新安装,或者使用conda创建符合软件要求的环境。

    评论

报告相同问题?

问题事件

  • 创建了问题 11月8日