|
|
@@ -39,7 +39,6 @@
|
|
|
" if member.isfile: \n",
|
|
|
" extractedFile = tar.extractfile(member)\n",
|
|
|
" if extractedFile is not None:\n",
|
|
|
- " member.path\n",
|
|
|
" for classkey in self.class_to_idx:\n",
|
|
|
" if classkey in member.path:\n",
|
|
|
" img = Image.open(extractedFile)\n",
|
|
|
@@ -77,7 +76,7 @@
|
|
|
{
|
|
|
"name": "stdout",
|
|
|
"output_type": "stream",
|
|
|
- "text": [""]
|
|
|
+ "text": []
|
|
|
}
|
|
|
],
|
|
|
"source": [
|