fix: removing hard close in data processing
Browse files
domino-data-preprocessing.ipynb
CHANGED
|
@@ -640,16 +640,6 @@
|
|
| 640 |
"source": [
|
| 641 |
"The files are converted to NPY format and saved in the surface_paths directory. We can now use this data to train a model, which is covered in the next notebook - [domino-training-test.ipynb](domino-training-test.ipynb)"
|
| 642 |
]
|
| 643 |
-
},
|
| 644 |
-
{
|
| 645 |
-
"cell_type": "code",
|
| 646 |
-
"execution_count": null,
|
| 647 |
-
"metadata": {},
|
| 648 |
-
"outputs": [],
|
| 649 |
-
"source": [
|
| 650 |
-
"import os\n",
|
| 651 |
-
"os._exit(00)"
|
| 652 |
-
]
|
| 653 |
}
|
| 654 |
],
|
| 655 |
"metadata": {
|
|
|
|
| 640 |
"source": [
|
| 641 |
"The files are converted to NPY format and saved in the surface_paths directory. We can now use this data to train a model, which is covered in the next notebook - [domino-training-test.ipynb](domino-training-test.ipynb)"
|
| 642 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 643 |
}
|
| 644 |
],
|
| 645 |
"metadata": {
|