tensorflow / tensorflow/models
MobileNet checkpoint quantized_v2_224_130.tgz not available
Open
@marksandler2 is already working on this.
Since Jul 14, 2020.
models:research
type:bug
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
Prerequisites
Please answer the following questions for yourself before submitting an issue.
- I am using the latest TensorFlow Model Garden release and TensorFlow 2.
- I am reporting the issue to the correct repository. (Model Garden official or research directory)
- I checked to make sure that this issue has not already been filed.
1. The entire URL of the file you are using
https://storage.googleapis.com/mobilenet_v2/checkpoints/quantized_v2_224_130.tgz
2. Describe the bug
quantized_v2_224_130.tgz is not available.
3. Steps to reproduce
$ wget https://storage.googleapis.com/mobilenet_v2/checkpoints/quantized_v2_224_130.tgz
--2020-07-13 20:20:33-- https://storage.googleapis.com/mobilenet_v2/checkpoints/quantized_v2_224_130.tgz
Resolving storage.googleapis.com (storage.googleapis.com)... 216.58.204.48, 216.58.210.48, 216.58.198.176, ...
Connecting to storage.googleapis.com (storage.googleapis.com)|216.58.204.48|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2020-07-13 20:20:34 ERROR 403: Forbidden.
4. Expected behavior
Should be accessible like quantized_v2_224_140.tgz and other checkpoints:
$ wget https://storage.googleapis.com/mobilenet_v2/checkpoints/quantized_v2_224_140.tgz
--2020-07-13 20:21:39-- https://storage.googleapis.com/mobilenet_v2/checkpoints/quantized_v2_224_140.tgz
Resolving storage.googleapis.com (storage.googleapis.com)... 216.58.204.80, 216.58.206.112, 216.58.213.16, ...
Connecting to storage.googleapis.com (storage.googleapis.com)|216.58.204.80|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 119616431 (114M) [application/x-compressed-tar]
Saving to: ‘quantized_v2_224_140.tgz’
quantized_v2_224_140.tgz 100%[================================================================================================================>] 114.07M 21.1MB/s in 6.4s
2020-07-13 20:21:46 (17.9 MB/s) - ‘quantized_v2_224_140.tgz’ saved [119616431/119616431]
5. Additional context
Clicking on the file from the browser results in:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>AccessDenied</Code>
<Message>Access denied.</Message>
<Details>Anonymous caller does not have storage.objects.get access to the Google Cloud Storage object.</Details>
</Error>
6. System information
N/A
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.