Ritwik Sharma

Results 230 comments of Ritwik Sharma

@jalalirs Tensorflow 2.0 is not supported as this project code uses. ``` tf.contrib.data.parallel_interleave( AttributeError: module 'tensorflow' has no attribute 'contrib' ``` and tf.contrib is deprecated in tf 2. Can you...

@jalalirs I got it correct. It was all version issues. ``` tensorboard 1.15.0 tensorflow 1.15.0 tensorflow-estimator 1.15.1 tensorflow-probability 0.8.0 ``` Above versions passes all tests

@jalalirs Did the steps worked for you till the end as mentioned in [this](https://github.com/google-research/exoplanet-ml/blob/master/exoplanet-ml/astronet/README.md#train-an-astronet-model) For me it is giving lots of exceptions in Prediction step which is the last step:...

Ohk got it. Thanks a lot :) @jalalirs

@wiggs73 You need to follow #6 for this. Also, see discussion over there and you'll get your issues solved.

@themison What errors do you see?

@B1Z0N Thanks for pointing those out. Feel free to open up a PR for the same. would be happy to have it.

@Glutexo @miclark I guess the `,` is to remove multiple files at a time and to treat all files as separate we are splitting the names by `,`. Will it...

@csams What are we thinking here as a solution? I got the problem and I think we can clean file names which consist of `control characters, newlines, etc`. Let me...

@SteveHNH I wrote Satellite rules for Performance team in this July and August. It can be found on the internal repo `diag_insights_rules/plugins/performance/satellite/`. I no longer have Red Hat access so...