You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest TB version generates a lot of log entries like this:
WARNING:tensorflow:FailedPreconditionError: AWS Credentials have not been set properly. Unable to access the specified S3 location
W0609 11:56:56.412047 123145556799488 checkpoint_management.py:295] FailedPreconditionError: AWS Credentials have not been set properly. Unable to access the specified S3 location
WARNING:tensorflow:s3://sagemaker-eu-west-1-XXX/logs/job_name/validation/../checkpoint: Checkpoint ignored
I do not write any checkpoints in my training script and the file above doesn't exist. Everything I think I want to see in TB is there, so I'm pretty sure AWS Credentials are set properly.
Am I missing anything any TB feature by not writing checkpoints? I don't intend to use Projector plugin.
How is TB coming up with this checkpoint path? I haven't specified it anywhere in the configuration. Or is it referenced somewhere in logs?
Is there a recommended way to structure model artifacts, logs and checkpoints that TB relies on?
Is it possible to make this error messages more descriptive?
The text was updated successfully, but these errors were encountered:
Environment information
Diagnostics output
Issue description
The latest TB version generates a lot of log entries like this:
I do not write any checkpoints in my training script and the file above doesn't exist. Everything I think I want to see in TB is there, so I'm pretty sure AWS Credentials are set properly.
The text was updated successfully, but these errors were encountered: