mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-10 15:23:32 -07:00
Update main.py
This commit is contained in:
parent
ef7fdd49a0
commit
2576a411a5
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue