Development
- Fabio Frazao authored
test_nn_interface-TST-NNInterface->Add tests to tun_on_instance, runt_on_batch and run_on_test_generator methods.
This merge removes the tensorflow-addons dependency.
As a consequence, the FScore metric is no longer available to be reported during training by the NNInterface, but Precision and Recall are. The FScoreLoss can still be used.
This merge also fixes a small bug and adds some related tests:
The version was bumped to 2.0.1.
test_nn_interface-TST-NNInterface->Add tests to tun_on_instance, runt_on_batch and run_on_test_generator methods.