| 1 | """ |
| 2 | Recent upgrade of keras versions in TF 2.5+, keras has been moved to tf.keras |
| 3 | This has resulted in certain exceptions when keras models are attacked in parallel |
| 4 | This script fixes this behavior by adding an official hotfix for this situation detailed here: |
nothing calls this directly
no test coverage detected