You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The referenced snippet fails for valid strings `"int"` because `is not` compares memory addresses. Instead an equality comparison `!=` might be more appropriate.
Copy file name to clipboardExpand all lines: tests/testthat/test-model-persistence.R
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,6 @@ test_succeeds("model with custom loss and metrics can be saved and loaded", {
29
29
loss_categorical_crossentropy(y_pred, y_true)
30
30
}
31
31
32
-
#TODO: /home/tomasz/.virtualenvs/tf-2.5-cpu/lib/python3.8/site-packages/tensorflow/python/keras/optimizer_v2/optimizer_v2.py:374: UserWarning: The `lr` argument is deprecated, use `learning_rate` instead.
0 commit comments