sharktide commited on
Commit
bf07648
·
verified ·
1 Parent(s): ddda027

Update custom_objects.py

Browse files
Files changed (1) hide show
  1. custom_objects.py +1 -1
custom_objects.py CHANGED
@@ -9,5 +9,5 @@ def firetrust_activation(x):
9
 
10
  CUSTOM_OBJECTS = {
11
  "firetrust_activation": firetrust_activation,
12
- "mse": tf.keras.losses.MeanSquaredError,
13
  }
 
9
 
10
  CUSTOM_OBJECTS = {
11
  "firetrust_activation": firetrust_activation,
12
+ "mse": tf.keras.losses.MeanSquaredError
13
  }