Skip to content
New issue

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

When I debug the main.py with the parameters "python main.py --method_name DINO+Point_MAE --memory_bank multiple --rgb_backbone_name vit_base_patch8_224_dino --xyz_backbone_name Point_MAE --save_feature " #34

Open
wangwei83 opened this issue May 20, 2024 · 0 comments

Comments

@wangwei83
Copy link

发生异常: LocalEntryNotFoundError
An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.
socket.timeout: timed out

The above exception was the direct cause of the following exception:

urllib3.exceptions.ConnectTimeoutError: (<urllib3.connection.HTTPSConnection object at 0x7f18b049c340>, 'Connection to huggingface.co timed out. (connect timeout=10)')

The above exception was the direct cause of the following exception:

urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /timm/vit_base_patch8_224.dino/resolve/main/pytorch_model.bin (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f18b049c340>, 'Connection to huggingface.co timed out. (connect timeout=10)'))

During handling of the above exception, another exception occurred:

requests.exceptions.ConnectTimeout: (MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /timm/vit_base_patch8_224.dino/resolve/main/pytorch_model.bin (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f18b049c340>, 'Connection to huggingface.co timed out. (connect timeout=10)'))"), '(Request ID: c3b17d0d-d902-4bdc-a5b4-7f6eba25571c)')

The above exception was the direct cause of the following exception:

File "/datadisk/wangwei/M3DM/models/models.py", line 39, in init
self.rgb_backbone = timm.create_model(model_name=rgb_backbone_name, pretrained=True, checkpoint_path=checkpoint_path,
File "/datadisk/wangwei/M3DM/feature_extractors/features.py", line 33, in init
self.deep_feature_extractor = Model(
File "/datadisk/wangwei/M3DM/m3dm_runner.py", line 28, in init
"DINO+Point_MAE": multiple_features.DoubleRGBPointFeatures(args),
File "/datadisk/wangwei/M3DM/main.py", line 19, in run_3d_ads
model = M3DM(args)
File "/datadisk/wangwei/M3DM/main.py", line 124, in
run_3d_ads(args)
huggingface_hub.utils._errors.LocalEntryNotFoundError: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant