Skip to content
Snippets Groups Projects
Commit 850147f8 authored by tomrink's avatar tomrink
Browse files

try to eliminate adjacent duplicate pilot reports

parent 866cf7db
No related branches found
No related tags found
No related merge requests found
......@@ -673,7 +673,7 @@ class IcingIntensityNN:
pickle.dump(self.in_mem_data_cache, f)
f.close()
if es.check_stop(self.test_loss.result().numpy()):
if EARLY_STOP and es.check_stop(self.test_loss.result().numpy()):
break
print('total time: ', total_time)
......
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