Playing with the Hemato notebook#20
Conversation
|
@elvijs how about we use jupytext? We could push both the .py and .pynb files or just the former. This would allow us to more easily review changes to the notebook. What do you think? |
alexisboukouvalas
left a comment
There was a problem hiding this comment.
New plots look much nicer and more intelligible!
I am wondering if we can get rid of the warnings -- perhaps redirect them to a log file?
I like that a lot. Let me prototype in a separate PR; we can then come back to this one when it's easier to review :) |
Yeah, that sounds nicer, let me prototype that in a separate PR. |
Yes, in the meantime I can learn something about jupytext :) |
Cau we use the following to get rid of unwanted messages? @elvijs @alexisboukouvalas tf.logging.set_verbosity(tf.logging.ERROR) # Suppresses output logs from tensorflow |
This would suppress the TF logs instead of redirect to a temporary file. This is quicker and simpler, but can hide genuine issues. At a quick glance, it looks like there are two types of messages:
|
0e499ca to
56fc6d1
Compare
8e3612c to
3db5517
Compare
|
@elvijs please resolve the conflicts - perhaps after merging the pytest and TF version PRs? |
Just making some small changes to the notebook as I'm familiarising myself with the codebase. Not convinced all the changes are useful, so only making this a draft PR for now.
Diff viewer isn't great for notebooks, see the updated notebook here and compare with the current version here.
Summary of changes:
TODO: