Skip to content

Commit

Permalink
simplify output
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed Oct 5, 2023
1 parent 873cc3f commit 020c51e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions benchmarks/cloudmask/target/greene_v0.5/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ exp-rivanna:
cat experiment-rivanna.sh

run-rivanna:
mkdir -p outputs
sh ./experiment-rivanna.sh


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ training_metrics: accuracy


# Output directory
output_dir: "{os.TARGET}/outputs/slstr_cloud"
output_dir: "{os.TARGET}/outputs"

# Model file
model_file: "{output_dir}/cloudModel-{identifier}.h5"
Expand Down

0 comments on commit 020c51e

Please sign in to comment.