Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
DongjunLee committed Jul 17, 2019
2 parents 2f6948a + 001c461 commit de12e49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion claf/__version__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CLaF: Clova Language Framework

VERSION = (0, 1, 4)
VERSION = (0, 1, 5)

__version__ = ".".join(map(str, VERSION))
1 change: 0 additions & 1 deletion claf/learn/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ def set_trainer(self, model, op_dict={}, save_params={}):
trainer_config = vars(self.config.trainer)
trainer_config["config"] = self.config_dict
trainer_config["model"] = model
trainer_config["cuda_devices"] = self._get_cuda_devices()
trainer_config["learning_rate_scheduler"] = op_dict.get("learning_rate_scheduler", None)
trainer_config["exponential_moving_average"] = op_dict.get(
"exponential_moving_average", None
Expand Down

0 comments on commit de12e49

Please sign in to comment.