Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiservonAfrika authored Oct 11, 2022
1 parent c38b5e6 commit a2c202e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ def get_hparams(init=True):
help='Model name')

args = parser.parse_args()
#model_dir = os.path.join("../drive/MyDrive", args.model)
model_dir = os.path.join("./logs", args.model)
model_dir = os.path.join("../drive/MyDrive", args.model)
#model_dir = os.path.join("./logs", args.model)

if not os.path.exists(model_dir):
os.makedirs(model_dir)
Expand Down

0 comments on commit a2c202e

Please sign in to comment.