Ritwik Sharma

Results 230 comments of Ritwik Sharma

@gators01 How are you running the test cases? You need to use command like this, hope the syntax is fine. ``` bazel test astronet/... astrowavenet/... light_curve/... tf_util/... third_party/... --test_arg=--test_srcdir=/Users/ritsharm/git/exoplanet-ml/exoplanet-ml/ ```...

@gators01 Latest version will not work, try using above versions

@jalalirs Above solution worked for `py_proto_library` but now this gives error for `proto_library` saying `no such attribute 'cc_api_version' in 'proto_library' rule` Did anyone faced this?

@jalalirs I did. then it gave numerous other errors. ``` //astronet/astro_cnn_model:astro_cnn_model_test FAILED in 6.2s /private/var/tmp/_bazel_ritsharm/6c31e64f0da40b5f15aa6c8979a9a35d/execroot/__main__/bazel-out/darwin-fastbuild/testlogs/astronet/astro_cnn_model/astro_cnn_model_test/test.log //astronet/astro_fc_model:astro_fc_model_test FAILED in 6.1s /private/var/tmp/_bazel_ritsharm/6c31e64f0da40b5f15aa6c8979a9a35d/execroot/__main__/bazel-out/darwin-fastbuild/testlogs/astronet/astro_fc_model/astro_fc_model_test/test.log //astronet/astro_model:astro_model_test FAILED in 6.1s /private/var/tmp/_bazel_ritsharm/6c31e64f0da40b5f15aa6c8979a9a35d/execroot/__main__/bazel-out/darwin-fastbuild/testlogs/astronet/astro_model/astro_model_test/test.log //astronet/ops:dataset_ops_test FAILED in 6.2s /private/var/tmp/_bazel_ritsharm/6c31e64f0da40b5f15aa6c8979a9a35d/execroot/__main__/bazel-out/darwin-fastbuild/testlogs/astronet/ops/dataset_ops_test/test.log...

@zoe4cs `bazel 2.0.0`

@zoe4cs Any luck here?

@jalalirs Ohk sure, thanks :)

@jalalirs They were all version issues. tensorflow and tensorflow_probability. Workin versions: ``` tensorboard 1.13.1 tensorflow 1.13.2 tensorflow-estimator 1.13.0 tensorflow-probability 0.6.0 ``` Still two test cases are failing as below. Don't...

@jalalirs Thanks a lot for that but still after using ``` bazel test astronet/... astrowavenet/... light_curve/... tf_util/... third_party/... --test_arg=--test_srcdir=/Users/ritsharm/git/exoplanet-ml/exoplanet-ml/ ``` It gives errors as ``` usage: astro_cnn_model_test.py [-h] [-v] [-q]...

@jalalirs But with TensorFlow 2 lots of other things are breaking :(