You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run nosetests and it reports a lot of failed tests while running the same tests directly works fine (and takes a lot of time, i.e. it seems that nosetest is not actually running as much code as when running directly). The same code used to work fine with nosetests before the latest changes.
It seems that the problem is that Nose runs all the test files in the same process, polluting Tensorflow state (in some of the test files eager execution is turned off and in others it turned on, and this choice has to be made in the very beginning of the program).
I'm trying to run nosetests and it reports a lot of failed tests while running the same tests directly works fine (and takes a lot of time, i.e. it seems that nosetest is not actually running as much code as when running directly). The same code used to work fine with nosetests before the latest changes.
Reproducing the problem: https://colab.research.google.com/drive/1rhyXYbqS_od6yJfNXyZhDL6NL0tkGygx
The codebase: https://github.com/Bihaqo/t3f/tree/full_tf2_support
Latest changes diff: https://github.com/Bihaqo/t3f/pull/201/files
The text was updated successfully, but these errors were encountered: