You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The model expects flac files in float32. But when you put your flac inside the Application/Input folder, it should be in int. i.e., no need to do any pre-processing on the flac files.
Since a Application_Dataset (dataset.py Line 446) is used to load these flac files, it will automatically convert flac files from int to float32
Hi, could you clarify whether the model expects int, float32, float16, or something else for the data format in the flac audio files?
The text was updated successfully, but these errors were encountered: