-
Notifications
You must be signed in to change notification settings - Fork 26
Description
作者你好
在使用你们提供的2080ti预训练的模型进行加载时出现以下问题::\Users\77113.conda\envs\occdepth\lib\site-packages\torch\hub.py:268: UserWarning: You are about to download and run code from an untrusted repository. In a future release, this won't be allowed. To add the repository to your trusted list, change the command to {calling_fn}(..., trust_repo=False) and a command prompt will appear asking for an explicit confirmation of trust, or load(..., trust_repo=True), which will assume that the prompt is to be answered with 'yes'. You can also use load(..., trust_repo='check') which will only prompt for confirmation if the repo is not already trusted. This will eventually be the default behaviour
"You are about to download and run code from an untrusted repository. In a future release, this won't "
请问一下这是什么原因导致的