Closed jvwong closed 2 years ago
Setting to use mixed precision could improve performance on GPU:
# Activate AMP - This is optional and may improve performance from tensorflow.keras.mixed_precision import experimental as mixed_precision ...
Notes
This didn't seem to make any difference on the workstation (X.X.X.150) under load tests as in #41 (probably useful in training?) but anyways its there.
Setting to use mixed precision could improve performance on GPU:
Notes