intel / ai-reference-models

Intel® AI Reference Models: contains Intel optimizations for running deep learning workloads on Intel® Xeon® Scalable processors and Intel® Data Center GPUs
Apache License 2.0
683 stars 220 forks source link

403 downloading ResNet50 models #175

Closed WarrenSchultz closed 7 months ago

WarrenSchultz commented 8 months ago

https://github.com/IntelAI/models/tree/master/models_v2/tensorflow/resnet50v1_5/inference/gpu

Neither of these commands download a file successfully.

# For int8:
wget https://storage.googleapis.com/intel-optimized-tensorflow/models/3_1/resnet50_v1_int8.pb

# For float32, tensorflow32, float16 and bfloat16:
wget https://storage.googleapis.com/intel-optimized-tensorflow/models/3_1/resnet50_v1.pb
sramakintel commented 7 months ago

@WarrenSchultz , thanks for reaching out. the error has been fixed. Can you try again?

WarrenSchultz commented 7 months ago

@WarrenSchultz , thanks for reaching out. the error has been fixed. Can you try again?

That did the job, thank you!