notebooks

This commit is contained in:
shahules786 2022-11-15 22:05:39 +05:30
parent 9ee809a047
commit 9927542713
1 changed files with 5 additions and 11 deletions

View File

@ -157,7 +157,7 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 21, "execution_count": 21,
"id": "56b5c01b", "id": "0cbef6c0",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
@ -178,7 +178,7 @@
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
"id": "e0ab4d43", "id": "a22fc10f",
"metadata": {}, "metadata": {},
"source": [ "source": [
"**Inference using torch tensor**\n" "**Inference using torch tensor**\n"
@ -187,7 +187,7 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 22, "execution_count": 22,
"id": "fc6192b9", "id": "a884a935",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
@ -534,7 +534,7 @@
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
"id": "6558a563", "id": "15737128",
"metadata": {}, "metadata": {},
"source": [ "source": [
"For example, if you want to add/change `stride` of dataset\n", "For example, if you want to add/change `stride` of dataset\n",
@ -553,7 +553,7 @@
"id": "eb26692c", "id": "eb26692c",
"metadata": {}, "metadata": {},
"source": [ "source": [
"Hydra-based configuration\n", "#### Hydra-based configuration\n",
"mayavoz-train relies on Hydra to configure the training process. Adding --cfg job option to the previous command will let you know about the actual configuration used for training:\n", "mayavoz-train relies on Hydra to configure the training process. Adding --cfg job option to the previous command will let you know about the actual configuration used for training:\n",
"\n", "\n",
"```bash\n", "```bash\n",
@ -586,12 +586,6 @@
"\n", "\n",
"```" "```"
] ]
},
{
"cell_type": "markdown",
"id": "93555860",
"metadata": {},
"source": []
} }
], ],
"metadata": { "metadata": {