Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jafermarq committed Jan 20, 2024
1 parent b37aa9b commit c958537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baselines/fedstar/fedstar/dataset_preparation.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""Generate 1-second audio clip from background sounds in speechcommands."""
import os
import random
from tqdm import tqdm

import scipy.io.wavfile as wav
from tqdm import tqdm

# Folder path where your audio files are stored
FOLDER_PATH = "datasets/speech_commands/Data/Train/_silence_"
Expand Down

0 comments on commit c958537

Please sign in to comment.