We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446f1dd commit 1fbd931Copy full SHA for 1fbd931
keras/engine/training.py
@@ -34,8 +34,8 @@
34
from keras.engine import data_adapter
35
from keras.engine import functional
36
from keras.engine import input_layer as input_layer_module
37
-from keras.layers.activation import Softmax as SoftmaxLayer
38
from keras.engine import training_utils
+from keras.layers.activation import Softmax as SoftmaxLayer
39
from keras.metrics import base_metric
40
from keras.mixed_precision import loss_scale_optimizer as lso
41
from keras.optimizers import optimizer
0 commit comments