deepracer-analysis icon indicating copy to clipboard operation
deepracer-analysis copied to clipboard

log.load() returns file not found

Open Sheldenburg opened this issue 2 years ago • 2 comments

When I used the training_analysis.ipynb notebook. It returns me an error at log.load()

I'm using the example code, haven't changed anything. Think this log.load() utility function has been updated recently in another repo? can someone please advise what's the correct file structure now? thanks!!

image

Sheldenburg avatar Aug 16 '22 22:08 Sheldenburg

@Sheldenburg - which container are you using? The one distributed with DRfC?

larsll avatar Aug 22 '22 08:08 larsll

Hi,

Faced the same issue. I'm just following the README.md from repo https://github.com/aws-deepracer-community/deepracer-analysis and using the docker that was newly build via "bin/build-docker-image.sh". You might want it give it a go to get the latest docker image built.

jhtut avatar Sep 02 '22 13:09 jhtut

I am also getting this error

anjrew avatar Sep 07 '22 16:09 anjrew

Anyone found any solution to this? (Using the notebooks without Docker)

TIA

HasarinduPerera avatar Oct 02 '22 03:10 HasarinduPerera

The issue is that it tries to load the trace logs, not the robomaker logs -- but in this repository the model_metadata.json is missing.

larsll avatar Oct 02 '22 14:10 larsll