Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
dingguanglei committed Nov 15, 2018
1 parent d58c0c5 commit 9f11371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions jdit/trainer/super.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ def test(self):
@property
def configure(self):
config_dict = dict()
config_dict["every_epoch_checkpoint"] = self.every_epoch_checkpoint
config_dict["every_epoch_changelr"] = self.every_epoch_changelr
config_dict["every_epoch_checkpoint"] = str(self.every_epoch_checkpoint)
config_dict["every_epoch_changelr"] = str(self.every_epoch_changelr)
config_dict["image_mode"] = self.mode
config_dict["nepochs"] = int(self.nepochs)

Expand Down

0 comments on commit 9f11371

Please sign in to comment.