-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
classification trains, pipeline tests need to be updated
- Loading branch information
Showing
16 changed files
with
188 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
classification_model: | ||
checkpoint: | ||
checkpoint_dir: /blue/ewhite/b.weinstein/BOEM/UBFAI Images with Detection Data/classification/checkpoints/ | ||
train_csv_folder: | ||
train_image_dir: /blue/ewhite/b.weinstein/BOEM/sample_flight/JPG_2024_Jan27/annotated | ||
crop_image_dir: /blue/ewhite/b.weinstein/BOEM/UBFAI Images with Detection Data/classification/ | ||
under_sample_ratio: 0 | ||
trainer: | ||
fast_dev_run: True | ||
max_epochs: 1 | ||
lr: 0.00001 | ||
batch_size: 16 | ||
checkpoint: | ||
checkpoint_dir: /blue/ewhite/b.weinstein/BOEM/UBFAI Images with Detection Data/classification/checkpoints/ | ||
train_csv_folder: | ||
train_image_dir: /blue/ewhite/b.weinstein/BOEM/UBFAI Images with Detection Data/crops | ||
crop_image_dir: /blue/ewhite/b.weinstein/BOEM/UBFAI Images with Detection Data/classification/crops/ | ||
under_sample_ratio: 0 | ||
trainer: | ||
fast_dev_run: False | ||
max_epochs: 100 | ||
lr: 0.00001 | ||
batch_size: 16 | ||
workers: 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
classification_model: | ||
checkpoint: | ||
checkpoint_dir: /blue/ewhite/b.weinstein/BOEM/classification/checkpoints | ||
train_csv_folder: /blue/ewhite/b.weinstein/BOEM/annotations/train | ||
train_image_dir: /blue/ewhite/b.weinstein/BOEM/sample_flight/JPG_2024_Jan27/annotated | ||
crop_image_dir: /blue/ewhite/b.weinstein/BOEM/classification/crops/ | ||
under_sample_ratio: 0 | ||
trainer: | ||
fast_dev_run: True | ||
max_epochs: 1 | ||
lr: 0.00001 | ||
batch_size: 16 | ||
checkpoint: | ||
checkpoint_dir: /blue/ewhite/b.weinstein/BOEM/classification/checkpoints | ||
train_csv_folder: /blue/ewhite/b.weinstein/BOEM/annotations/train | ||
train_image_dir: /blue/ewhite/b.weinstein/BOEM/sample_flight/JPG_2024_Jan27/annotated | ||
crop_image_dir: /blue/ewhite/b.weinstein/BOEM/classification/crops/ | ||
under_sample_ratio: 0 | ||
trainer: | ||
fast_dev_run: False | ||
max_epochs: 1 | ||
lr: 0.00001 | ||
batch_size: 16 | ||
workers: 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
#SBATCH [email protected] # Where to send mail | ||
#SBATCH --account=ewhite | ||
#SBATCH --nodes=1 # Number of MPI ran | ||
#SBATCH --cpus-per-task=1 | ||
#SBATCH --cpus-per-task=10 | ||
#SBATCH --mem=150GB | ||
#SBATCH --time=48:00:00 #Time limit hrs:min:sec | ||
#SBATCH --output=/home/b.weinstein/logs/BOEM%j.out # Standard output and error log | ||
|
@@ -15,4 +15,4 @@ | |
source activate BOEM | ||
|
||
cd ~/BOEM/ | ||
python main.py check_annotations=True active_learning.pool_limit=10 active_testing.n_images=1 active_learning.n_images=1 | ||
srun python main.py check_annotations=True active_learning.pool_limit=10000 active_testing.n_images=100 active_learning.n_images=200 |
Oops, something went wrong.