Skip to content

Commit

Permalink
what
Browse files Browse the repository at this point in the history
  • Loading branch information
shuklabhay committed Aug 2, 2024
1 parent adbd5ed commit 8a41c6b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/dcgan_architecture.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ def training_loop(
device,
):
for epoch in range(N_EPOCHS):

train_g_loss, train_d_loss = train_epoch(
generator,
discriminator,
Expand Down
1 change: 0 additions & 1 deletion src/utils/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ def graph_spectrogram(audio_data, sample_name):

# Encoding audio
def extract_sample_amplitudes(audio_data):

sample_as_amplitudes = []
for channel in audio_data:
channel_mean = np.mean(channel)
Expand Down

0 comments on commit 8a41c6b

Please sign in to comment.