question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

NoSuchKey: The specified key does not exist.

See original GitHub issue

I’ve been running through the Training an Object Detection Model tutorial and ran into an issue where training fails. The logs for the failed jobs show this error: UnhandledPromiseRejectionWarning: NoSuchKey: The specified key does not exist.

I noticed there’s a similar issue in the ibm-cos-sdk-js repo. The resolution for that issue was to use regional instead of cross-regional buckets.

Unfortunately I’ve tried using both Cross Region us-geo and Regional us-south buckets to no avail.

Here’s my current configuration:

config.yaml file:

buckets:
  training: firearm-detection-storage-bucket
trainingParams:
  gpu: k80
  steps: '500'
name: firearm-detection

I’ve tried running the cli on Windows 10 with Node 10.16.3 and Ubuntu 19.04 with Node 10.13.0.

Any idea what could be causing this issue?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
bourdakos1commented, Sep 15, 2019

No problem, I just pushed cacli 1.1.9, it should at least submit the training job. There may be other training errors (still waiting for tests to finish)

1reaction
WVandergriftcommented, Sep 15, 2019

So far it’s looking good! I was able to train and download a model using 1.1.9.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Amazon S3 exception: "The specified key does not exist"
Well this error is actually rather straight forward. it simply means that your file does not exist up within the S3 bucket.
Read more >
failed to get s3 object: NoSuchKey: The specified key does not ...
When trying to access log with grafana, Loki returns error message failed to get s3 object: NoSuchKey: The specified key does not exist....
Read more >
Troubleshoot the 404 NoSuchKey error from Amazon S3
However, Amazon S3 is returning the 404 "NoSuchKey" error. ... Amplify Push Fail - Appsync API error - S3 The specified key does...
Read more >
NoSuchKey: The specified key does not exist. - YouTube
aws #sam #s3 #lambdamessage: 'The specified key does not exist.', code: ' NoSuchKey ', ERROR Invoke Error {"errorType":" NoSuchKey " ...
Read more >
Athena error: The specified key does not exist
Athena error : The specified key does not exist. I was trying to run Athena queries against compressed JSON log files stored in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found