Skip to content

Commit

Permalink
Attempting 8 epochs
Browse files Browse the repository at this point in the history
  • Loading branch information
SujeethJinesh committed Nov 1, 2022
1 parent 0e712ad commit 958cd43
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
Binary file modified __pycache__/main.cpython-39.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ def on_train_epoch_start(self, trainer, pl_module):
trainer_kwargs["callbacks"] = [instantiate_from_config(callbacks_cfg[k]) for k in callbacks_cfg]
trainer_kwargs["max_steps"] = trainer_opt.max_steps

trainer = Trainer(accelerator="mps", devices=1, max_epochs=3)
trainer = Trainer(accelerator="mps", devices=1, max_epochs=8)
trainer.logdir = logdir ###

# data
Expand Down
2 changes: 0 additions & 2 deletions regularization_images/.gitattributes

This file was deleted.

2 changes: 0 additions & 2 deletions regularization_images/.gitignore

This file was deleted.

0 comments on commit 958cd43

Please sign in to comment.