Skip to content

Commit

Permalink
add log dir
Browse files Browse the repository at this point in the history
  • Loading branch information
lruizcalico committed Apr 24, 2024
1 parent e575e73 commit ac1a250
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/baskerville/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def __init__(
if type(self.eval_data) is not list:
self.eval_data = [self.eval_data]
self.out_dir = out_dir
self.log_dir = log_dir
self.strategy = strategy
self.num_gpu = num_gpu
self.batch_size = self.train_data[0].batch_size
Expand Down

0 comments on commit ac1a250

Please sign in to comment.