Update utils.py
Browse files
utils.py
CHANGED
@@ -130,7 +130,7 @@ def get_song(idx, df = df, filenames = filenames, indices = indices):
|
|
130 |
audio_path = filenames[idx]
|
131 |
state = AudioStateIG(row)
|
132 |
|
133 |
-
print(df.loc
|
134 |
|
135 |
return state, audio_path
|
136 |
|
|
|
130 |
audio_path = filenames[idx]
|
131 |
state = AudioStateIG(row)
|
132 |
|
133 |
+
print(df.loc[indices].label.value_counts())
|
134 |
|
135 |
return state, audio_path
|
136 |
|