npu.tests.keras_test
Classes
- class npu.tests.keras_test.KerasTest
- Author:
Alberto M. Esmoris Pena
Keras test that checks TensorFlow can be used and there is an accessible GPU.
- __init__()
Basic configuration for any NAIPS test.
- Parameters:
name (str) – Test name
- run()
Run Keras test.
- Returns:
True if Keras can be used in GPU mode with TensorFlow background, False otherwise.
- Return type:
bool