Merge pull request #82 from prameshgautam/main-call-removal

main function call removed as it is not defined
This commit is contained in:
Xuebin Qin 2020-10-21 22:15:12 -06:00 committed by GitHub
commit 19c7c44ac0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,5 +160,3 @@ for epoch in range(0, epoch_num):
net.train() # resume train
ite_num4val = 0
if __name__ == "__main__":
main()