Skip to content

Commit

Permalink
remove unneeded args.
Browse files Browse the repository at this point in the history
  • Loading branch information
TianyuDu committed Jun 27, 2023
1 parent 42b9200 commit eb1dd51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bemb/utils/run_helper_lightning.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ def run(model: "LitBEMBFlex",
dataset_train: ChoiceDataset,
dataset_val: Optional[ChoiceDataset]=None,
dataset_test: Optional[ChoiceDataset]=None,
model_optimizer: str='Adam',
# model_optimizer: str='Adam',
batch_size: int=-1,
learning_rate: float=0.01,
# learning_rate: float=0.01,
num_epochs: int=10,
num_workers: int=0,
device: Optional[str]=None,
Expand Down

0 comments on commit eb1dd51

Please sign in to comment.