Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TensorFlow logs not showing up on CloudWatch or console #109

Closed
cgarciae opened this issue Mar 27, 2018 · 5 comments
Closed

TensorFlow logs not showing up on CloudWatch or console #109

cgarciae opened this issue Mar 27, 2018 · 5 comments
Labels

Comments

@cgarciae
Copy link

A recent changed on sagemaker caused tensorflow logs not showing up on the console and cloudwatch. This makes a lot of tasks very difficult including hyper parameter tunning. I've tested on my own code and the abalone example: no tf logs shown.

@ChoiByungWook
Copy link
Contributor

Hello,

Thanks for using SageMaker!

We are aware of this issue and are working towards releasing a fix.

We will provide an update when the fix has been released.

Thanks!

@ChoiByungWook ChoiByungWook added the status: pending release The fix have been merged but not yet released to PyPI label Mar 28, 2018
@ChoiByungWook
Copy link
Contributor

@cgarciae Thank you for bringing up this issue to our attention.

We have released a fix, please let us know if it works for you.

Thanks!

@ChoiByungWook ChoiByungWook removed the status: pending release The fix have been merged but not yet released to PyPI label Mar 29, 2018
@ChoiByungWook
Copy link
Contributor

Closing, please open another issue if this is still a problem. Thanks!

apacker pushed a commit to apacker/sagemaker-python-sdk that referenced this issue Nov 15, 2018
@tspeterkim
Copy link

@cgarciae I'm still running into the same issue. are you using
tf.logging.info() to send your logs? Thanks

@Nimrods
Copy link

Nimrods commented Apr 22, 2020

@peterkim95 I was able to see logs (training info like loss) in my pycharm console after setting the
tf.logging.set_verbosity(tf.logging.INFO) in my entrypoint script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants