Skip to content

Commit

Permalink
option to run io as argparse
Browse files Browse the repository at this point in the history
  • Loading branch information
beckynevin committed Mar 28, 2024
1 parent 1a8e079 commit 0412dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,4 +343,4 @@ def train_val_split(model_inputs,
trainSteps = len(trainDataLoader.dataset) // BATCH_SIZE
valSteps = len(valDataLoader.dataset) // BATCH_SIZE
'''
return trainDataLoader, x_val, y_val
#return trainDataLoader, x_val, y_val

0 comments on commit 0412dfc

Please sign in to comment.