From 174b044bc4cd150722d241794ef34d79595fd963 Mon Sep 17 00:00:00 2001 From: Pramesh Date: Thu, 22 Oct 2020 09:56:38 +0545 Subject: [PATCH] main function call removed as it is not defined --- u2net_train.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/u2net_train.py b/u2net_train.py index 4c2dcaa..40395e9 100644 --- a/u2net_train.py +++ b/u2net_train.py @@ -160,5 +160,3 @@ for epoch in range(0, epoch_num): net.train() # resume train ite_num4val = 0 -if __name__ == "__main__": - main()