Skip to content

Commit

Permalink
demo added
Browse files Browse the repository at this point in the history
  • Loading branch information
zeuvic committed Sep 5, 2022
1 parent 585580b commit 8ca2014
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ In addition to the hydrophone spectrogram images used in the paper, the models i

Details to come soon.

#### The model training component:
![model-trainer-demo](model-trainer-demo.gif)

#### The model testing component:
![model-tester-demo](model-tester-demo.gif)

#### Credits:

Expand Down
Binary file added model-tester-demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added model-trainer-demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pages/modelBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ def show_loss_and_accuracy_curves(history_):
print_stats(preds, test_labels, 'Anomalous (test) set reconstruction metrics:', tag='anomalous')

print(logdir)
write_current_model_name(threshold=threshold[0].round(6)) # to csv file
write_current_model_name() # to csv file


assert autoencoder is not None, "Current model is empty. Run the model to save the the weights."
Expand Down

0 comments on commit 8ca2014

Please sign in to comment.