feat: input pipeline is done (?)
This commit is contained in:
parent
69d93f7457
commit
3ecad51766
File diff suppressed because one or more lines are too long
|
@ -35,6 +35,17 @@
|
|||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"--2022-05-05 21:51:45-- https://fainsil.users.inpt.fr/content/dataset_rot.zip\n",
|
||||
"Résolution de fainsil.users.inpt.fr (fainsil.users.inpt.fr)… 147.127.160.150\n",
|
||||
"Connexion à fainsil.users.inpt.fr (fainsil.users.inpt.fr)|147.127.160.150|:443… connecté.\n",
|
||||
"requête HTTP transmise, en attente de la réponse… 200 OK\n",
|
||||
"Taille : 71710588 (68M) [application/zip]\n",
|
||||
"Enregistre : «dataset_rot.zip»\n",
|
||||
"\n",
|
||||
"dataset_rot.zip 100%[===================>] 68,39M 63,6MB/s ds 1,1s \n",
|
||||
"\n",
|
||||
"2022-05-05 21:51:46 (63,6 MB/s) - «dataset_rot.zip» enregistré [71710588/71710588]\n",
|
||||
"\n",
|
||||
"/tmp/deepl/dataset_rot\n",
|
||||
"['octane', 'werewolf', 'breakout', 'aftershock']\n"
|
||||
]
|
||||
|
@ -121,7 +132,7 @@
|
|||
"name": "stderr",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"/tmp/ipykernel_1366491/2192415425.py:18: DeprecationWarning: ANTIALIAS is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.LANCZOS instead.\n",
|
||||
"/tmp/ipykernel_1169218/2192415425.py:18: DeprecationWarning: ANTIALIAS is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.LANCZOS instead.\n",
|
||||
" img = img.resize(RESIZED_SIZE[:-1], PIL.Image.ANTIALIAS)\n"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue