Skip to content
Snippets Groups Projects
Commit 64662b37 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 3f1bd6c3
No related branches found
No related tags found
No related merge requests found
...@@ -874,7 +874,7 @@ class IcingIntensityFCN: ...@@ -874,7 +874,7 @@ class IcingIntensityFCN:
step = 0 step = 0
total_time = 0 total_time = 0
best_test_loss = np.finfo(dtype=np.float).max best_test_loss = np.finfo(dtype=np.float32).max
best_test_acc = 0 best_test_acc = 0
best_test_recall = 0 best_test_recall = 0
best_test_precision = 0 best_test_precision = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment