You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

run.sh 332B

1234567891011
  1. #!/bin/bash
  2. rm -r ims
  3. mkdir ims
  4. python3 fine_tune_good_unet.py --sample_size 4 --accumulative_batch_size 4\
  5. --num_epochs 60 --num_workers 8 --batch_step_one 20\
  6. --batch_step_two 30 --lr 1e-3\
  7. --train_dir "The path to your train data"\
  8. --test_dir "The path to your test data"\
  9. --model_path "The path to pre-trained sam model"