Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalmsley committed Nov 20, 2023
1 parent 42e18f2 commit dba85dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion only_for_me/narval/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

all_urls = glob.glob(search_str)
assert len(all_urls) > 0, search_str
train_urls, val_urls = all_urls[:8], all_urls[8:]
train_urls, val_urls = all_urls[:25], all_urls[25:]
schema = schemas.decals_all_campaigns_ortho_schema

# debug mode
Expand Down Expand Up @@ -99,6 +99,7 @@
epochs=epochs, # rely on early stopping
patience=10,
# augmentation parameters
# color=args.color,
color=args.color,
resize_after_crop=args.resize_after_crop,
# hardware parameters
Expand Down
2 changes: 1 addition & 1 deletion only_for_me/narval/train.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ REPO_DIR=/project/def-bovy/walml/zoobot
srun $PYTHON $REPO_DIR/only_for_me/narval/train.py \
--save-dir $REPO_DIR/only_for_me/narval/debug_models \
--batch-size 128 \
--gpus 1
--gpus 1 \
--color --wandb --mixed-precision
# srun python $SLURM_TMPDIR/zoobot/only_for_me/narval/finetune.py

Expand Down

0 comments on commit dba85dc

Please sign in to comment.