This commit is contained in:
frankknoll
2023-03-16 15:44:38 +01:00
parent 295d6affb7
commit ab3d5a87bf

View File

@@ -439,17 +439,6 @@
"saveModel(srcPath, modelDAO, model)"
]
},
{
"cell_type": "code",
"source": [
"model.name"
],
"metadata": {
"id": "fmpO6FpU0yHZ"
},
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"execution_count": null,
@@ -576,7 +565,7 @@
},
"outputs": [],
"source": [
"train_dataset, validation_dataset, test_dataset = getTrainValidationTestDatasets(Path(\"captcha/captchas/VAERS/\"), datasetFactory)"
"train_dataset, validation_dataset, test_dataset = getTrainValidationTestDatasets(Path(f\"{srcPath}/captcha/captchas/VAERS/\"), datasetFactory)"
]
},
{