Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Maxence
prj_deep
Commits
fc05de05
Commit
fc05de05
authored
May 18, 2021
by
Baffert Ambre
Browse files
ref des exp
parent
d373e0f7
Changes
3
Show whitespace changes
Inline
Side-by-side
urbanclass_fold.py
→
Exp2_Aug_
urbanclass_fold
_v1
.py
View file @
fc05de05
File moved
urban_classif.py
→
Exp3_Aug_NoFold_
urban_classif.py
View file @
fc05de05
...
@@ -26,7 +26,7 @@ from sklearn.model_selection import train_test_split
...
@@ -26,7 +26,7 @@ from sklearn.model_selection import train_test_split
def
loading_data
()
:
def
loading_data
()
:
us8k_df
=
pd
.
read_pickle
(
"us8k_augmented_df.pkl"
)
us8k_df
=
pd
.
read_pickle
(
"
./pkl/
us8k_augmented_df.pkl"
)
df
=
us8k_df
.
drop
([
'fold'
],
axis
=
1
)
df
=
us8k_df
.
drop
([
'fold'
],
axis
=
1
)
X
=
np
.
stack
(
df
.
melspectrogram
.
to_numpy
())
X
=
np
.
stack
(
df
.
melspectrogram
.
to_numpy
())
...
...
urbanclass_mobilnet.py
→
Exp4_
urbanclass_mobilnet.py
View file @
fc05de05
...
@@ -72,7 +72,7 @@ def show_results(modele):
...
@@ -72,7 +72,7 @@ def show_results(modele):
if
__name__
==
"__main__"
:
if
__name__
==
"__main__"
:
us8k_df
=
pd
.
read_pickle
(
"us8k_df.pkl"
)
us8k_df
=
pd
.
read_pickle
(
"
./pkl/
us8k_df.pkl"
)
df
=
us8k_df
.
drop
([
'fold'
],
axis
=
1
)
df
=
us8k_df
.
drop
([
'fold'
],
axis
=
1
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment