Update main.py
This commit is contained in:
@@ -68,7 +68,7 @@ if __name__ == "__main__":
|
||||
arguments.target_epoch = int ( os.environ['DFL_TARGET_EPOCH'] )
|
||||
|
||||
if 'DFL_BATCH_SIZE' in os.environ.keys():
|
||||
arguments.batch_size = int ( os.environ['DFL_TARGET_EPOCH'] )
|
||||
arguments.batch_size = int ( os.environ['DFL_BATCH_SIZE'] )
|
||||
|
||||
from mainscripts import Trainer
|
||||
Trainer.main (
|
||||
|
||||
Reference in New Issue
Block a user