separated models into two files + imporved documentation (en -> fr)

cnn_start
Nicolas FRANCO 1 year ago
parent 6c1f45e2fc
commit 836c2167ea

@ -1,4 +1,5 @@
# BirdIdentifier 🐦 # BirdIdentifier 🐦
* :warning: ADD RELATIVE PATH INSTRUCTION
## Bonjour et bienvenue sur le dépôt du projet BirdIdentifier ! 👋 ## Bonjour et bienvenue sur le dépôt du projet BirdIdentifier ! 👋

@ -546,6 +546,15 @@
"plt.show()" "plt.show()"
] ]
}, },
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Conclusion\n",
"\n",
"..."
]
},
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
@ -623,7 +632,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"## Data Visualization" "## Traitement et visualisation des images"
] ]
}, },
{ {

@ -0,0 +1,2 @@
model_checkpoint_path: "birds_classification_model_checkpoint"
all_model_checkpoint_paths: "birds_classification_model_checkpoint"

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save