Skip to content

Commit

Permalink
for jeffrey
Browse files Browse the repository at this point in the history
  • Loading branch information
abhierra2 committed May 10, 2024
1 parent 2dd3ca7 commit 8ff6fda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file added abr_cnn.keras
Binary file not shown.
4 changes: 3 additions & 1 deletion wave_plot_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
import torch
import torch.nn as nn
import torch.optim as optim
import keras
from tensorflow.keras.models import load_model
import warnings
warnings.filterwarnings('ignore')

Expand Down Expand Up @@ -839,7 +841,7 @@ def calculate_hearing_threshold(df, freq):

annotations = []


thresholding_model = load_model('./abr_cnn.keras')
if uploaded_files:
dfs = []
selected_files = []
Expand Down

0 comments on commit 8ff6fda

Please sign in to comment.