Skip to content

Commit

Permalink
Merge branch 'refactor/helper'
Browse files Browse the repository at this point in the history
  • Loading branch information
DongjunLee committed Sep 10, 2019
2 parents e941f8f + dd573c5 commit 4a14101
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion claf/learn/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,9 @@ def _set_gpu_env(self, model):
num_gpu_state = num_gpu
if num_gpu > 1:
num_gpu_state += " (Multi-GPU)"
logger.info(f"use_gpu: {self.config.use_gpu} num_gpu: {num_gpu_state}, distributed training: False, 16-bits trainiing: False")

# TODO: distributed training and 16-bits training (FP16)
logger.info(f"use_gpu: {self.config.use_gpu} num_gpu: {num_gpu_state}, distributed training: False, 16-bits training: False")
return model

def set_trainer(self, model, op_dict={}, save_params={}):
Expand Down

0 comments on commit 4a14101

Please sign in to comment.