loopylangur
loopylangur
Hi, The test `TrainableStateTest.testForCore` in `sonnet/src/recurrent_test.py` fails consistently when I run it with either tensorflow 1.5 or 2.0 Is this expected or is there a dependency issue? I am on...
Hi, I was able to reduce the running time of `TestGaussianProcessRegressorPredict::test_predict_returns_predictions` test from 236 seconds to about 52 seconds on my local machine by changing `n` to 200. I also...
The `TestSaliencyMapMethod.test_generate_np_targeted_gives_adversarial_example` in `tests_tf\test_attacks.py` fails intermittently with the following error: ```python > self.assertTrue(worked > .9) E AssertionError: False is not true ``` The value of `worked` in this case is...
Testfix
Hi, I was able to reduce the running time of `test_kissgp_classification_error` test from `48` seconds to less than `18` seconds on my local machine by changing two hyper-parameters. I also...