Skip to content

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

@wangwei83

Description

@wangwei83

发生异常: 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions