Skip to content

Commit

Permalink
[aisingapore#61] default model config
Browse files Browse the repository at this point in the history
  • Loading branch information
ktyap committed Oct 25, 2022
1 parent 32dff5a commit bbe2a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sgnlp/models/drnn_roberta/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def train_or_eval_model(model, loss_function, dataloader, epoch, optimizer=None,

print(args)

model_path = pathlib.Path.cwd().parents[0].joinpath("temp/")
model_path = pathlib.Path.cwd().joinpath("temp/")
print(model_path)

global dataset
Expand Down

0 comments on commit bbe2a00

Please sign in to comment.