Skip to content

Commit

Permalink
Try debugging venv mounting
Browse files Browse the repository at this point in the history
  • Loading branch information
Eve-ning committed Nov 22, 2023
1 parent 8ddd831 commit 2b2424c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/model_tests/chestnut_dec_may/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def train_val_test_split(
labels = [*labels_0, *labels_1]

BATCH_SIZE = 5
EPOCHS = 15
EPOCHS = 50
LR = 1e-3

# Prepare the datamodule and trainer
Expand Down

0 comments on commit 2b2424c

Please sign in to comment.