Upload folder using huggingface_hub
Browse files- large_denoiser.pth +1 -1
- large_reconstructor.pth +1 -1
- mri_autoencoder.ipynb +3 -37
large_denoiser.pth
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 70578012
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:458d0ad4e0246e57d8c583eac26bb15b390a64aeed0337a92a2f7e1902572fed
|
| 3 |
size 70578012
|
large_reconstructor.pth
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 70578622
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b007d884586906cebf3f074ce23b4204fdaafc5e23a173193c8ceb67b1f97ce5
|
| 3 |
size 70578622
|
mri_autoencoder.ipynb
CHANGED
|
@@ -1308,31 +1308,9 @@
|
|
| 1308 |
},
|
| 1309 |
{
|
| 1310 |
"cell_type": "code",
|
| 1311 |
-
"execution_count":
|
| 1312 |
"metadata": {},
|
| 1313 |
-
"outputs": [
|
| 1314 |
-
{
|
| 1315 |
-
"name": "stdout",
|
| 1316 |
-
"output_type": "stream",
|
| 1317 |
-
"text": [
|
| 1318 |
-
"Error processing 11011.dcm: The dataset has no 'Pixel Data', 'Float Pixel Data' or 'Double Float Pixel Data' element, no pixel data to decode\n",
|
| 1319 |
-
"Error processing 14852.dcm: The dataset has no 'Pixel Data', 'Float Pixel Data' or 'Double Float Pixel Data' element, no pixel data to decode\n",
|
| 1320 |
-
"Error processing 18693.dcm: The dataset has no 'Pixel Data', 'Float Pixel Data' or 'Double Float Pixel Data' element, no pixel data to decode\n",
|
| 1321 |
-
"Error processing 22534.dcm: The dataset has no 'Pixel Data', 'Float Pixel Data' or 'Double Float Pixel Data' element, no pixel data to decode\n",
|
| 1322 |
-
"Error processing 24263.dcm: The dataset has no 'Pixel Data', 'Float Pixel Data' or 'Double Float Pixel Data' element, no pixel data to decode\n",
|
| 1323 |
-
"Error processing 3585.dcm: The dataset has no 'Pixel Data', 'Float Pixel Data' or 'Double Float Pixel Data' element, no pixel data to decode\n",
|
| 1324 |
-
"Error processing 7170.dcm: The dataset has no 'Pixel Data', 'Float Pixel Data' or 'Double Float Pixel Data' element, no pixel data to decode\n",
|
| 1325 |
-
"Directory: D:\\TCIA_Split\\train\n",
|
| 1326 |
-
"Total images: 150003\n",
|
| 1327 |
-
"Images deleted: 121811\n",
|
| 1328 |
-
"\n",
|
| 1329 |
-
"Directory: D:\\TCIA_Split\\val\n",
|
| 1330 |
-
"Total images: 7896\n",
|
| 1331 |
-
"Images deleted: 6415\n",
|
| 1332 |
-
"\n"
|
| 1333 |
-
]
|
| 1334 |
-
}
|
| 1335 |
-
],
|
| 1336 |
"source": [
|
| 1337 |
"import os\n",
|
| 1338 |
"import pydicom\n",
|
|
@@ -1380,19 +1358,7 @@
|
|
| 1380 |
"cell_type": "code",
|
| 1381 |
"execution_count": null,
|
| 1382 |
"metadata": {},
|
| 1383 |
-
"outputs": [
|
| 1384 |
-
{
|
| 1385 |
-
"name": "stderr",
|
| 1386 |
-
"output_type": "stream",
|
| 1387 |
-
"text": [
|
| 1388 |
-
"Epoch 1/50: 0%| | 0/28192 [00:00<?, ?batch/s]c:\\Users\\alosh\\anaconda3\\envs\\tf\\lib\\site-packages\\torch\\utils\\checkpoint.py:460: UserWarning: torch.utils.checkpoint: please pass in use_reentrant=True or use_reentrant=False explicitly. The default value of use_reentrant will be updated to be False in the future. To maintain current behavior, pass use_reentrant=True. It is recommended that you use use_reentrant=False. Refer to docs for more details on the differences between the two variants.\n",
|
| 1389 |
-
" warnings.warn(\n",
|
| 1390 |
-
"c:\\Users\\alosh\\anaconda3\\envs\\tf\\lib\\site-packages\\torch\\utils\\checkpoint.py:90: UserWarning: None of the inputs have requires_grad=True. Gradients will be None\n",
|
| 1391 |
-
" warnings.warn(\n",
|
| 1392 |
-
"Epoch 1/50: 1%| | 182/28192 [34:21<209:09:49, 26.88s/batch, denoiser_loss=0.209, reconstructor_loss=0.131]"
|
| 1393 |
-
]
|
| 1394 |
-
}
|
| 1395 |
-
],
|
| 1396 |
"source": [
|
| 1397 |
"import torch\n",
|
| 1398 |
"import torch.nn as nn\n",
|
|
|
|
| 1308 |
},
|
| 1309 |
{
|
| 1310 |
"cell_type": "code",
|
| 1311 |
+
"execution_count": null,
|
| 1312 |
"metadata": {},
|
| 1313 |
+
"outputs": [],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1314 |
"source": [
|
| 1315 |
"import os\n",
|
| 1316 |
"import pydicom\n",
|
|
|
|
| 1358 |
"cell_type": "code",
|
| 1359 |
"execution_count": null,
|
| 1360 |
"metadata": {},
|
| 1361 |
+
"outputs": [],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1362 |
"source": [
|
| 1363 |
"import torch\n",
|
| 1364 |
"import torch.nn as nn\n",
|