Skip to content

Commit

Permalink
Merge branch 'main' into tahiwiggins
Browse files Browse the repository at this point in the history
  • Loading branch information
whitelightning450 authored Oct 26, 2023
2 parents b43b345 + c455f93 commit 3510bcb
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 7 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,16 @@ The [Getting started](./Getting%20Started.md) file will help new users create a

List all participants on the project.

* [Dr. Ryan C. Johnson](https://awi.ua.edu/about/staff/ryan-johnson-ph-d/) - The University of Alabama
* Team member
* Team member
* Tahi Wiggins - University of Maine
* ...
* [Ryan C. Johnson, Phd](https://awi.ua.edu/about/staff/ryan-johnson-ph-d/) - The University of Alabama
* Tahi Wiggins - tahiwiggins - University of Maine
* Ziqi Yin - icezyin - University of Colorado, Boulder
* Zeeshan Asghar - University of Utah
* Tony Castronova, PhD - CUAHSI
* Irene Garousi-Nejad, PhD - CUAHSI
* Savalan Naser Neisary - University of Alabama
* Akila Sampath-University of Maryland Baltimore County
* Steven Pestana, PhD - University of Washington
* Md Shahabul Alam, PhD - University of Alabama

## National-Snow-Model Summary

Expand Down
4 changes: 2 additions & 2 deletions contributors/NSM_Example/MLP_Model.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ def Model_train(cwd, epochs, RegionTrain, RegionTest, RegionObs_Train, RegionObs
for file in files:
if file.endswith(".h5"):
file_path = os.path.join(checkpoint_filepath, file)
if os.path.isfile(file_path):
os.remove(file_path)
if os.path.isfile(file_path):
os.remove(file_path)
print("All previous files deleted successfully.")
except OSError:
print("Error occurred while deleting files.")
Expand Down
Binary file modified contributors/NSM_Example/Model/N_Sierras/N_Sierras_model.keras
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 3510bcb

Please sign in to comment.