Browse Source

Pillow pillow pillow.

Jason Antic 6 years ago
parent
commit
b4f5d7a968
1 changed files with 10 additions and 1 deletions
  1. 10 1
      DeOldify_colab.ipynb

+ 10 - 1
DeOldify_colab.ipynb

@@ -181,7 +181,7 @@
     "     ['bcolz', 'bleach', 'certifi', 'cycler', 'decorator', 'entrypoints', 'feather-format', 'graphviz', 'html5lib',\n",
     "      'ipykernel', 'ipython', 'ipython-genutils', 'ipywidgets', 'isoweek', 'jedi', 'Jinja2', 'jsonschema', 'jupyter',\n",
     "      'MarkupSafe', 'matplotlib', 'numpy', 'opencv-python', 'pandas',\n",
-    "      'pandas_summary', 'pickleshare', 'Pillow', 'plotnine', 'Pygments', 'pyparsing', 'python-dateutil', 'pytz', 'PyYAML', 'pyzmq', 'scipy',\n",
+    "      'pandas_summary', 'pickleshare', 'plotnine', 'Pygments', 'pyparsing', 'python-dateutil', 'pytz', 'PyYAML', 'pyzmq', 'scipy',\n",
     "      'seaborn', 'simplegeneric', 'sklearn_pandas', 'testpath', 'tornado', 'tqdm',\n",
     "      'traitlets', 'wcwidth', 'webencodings', 'widgetsnbextension'],\n",
     "    keywords = ['deeplearning', 'pytorch', 'machinelearning'],\n",
@@ -252,6 +252,15 @@
     "!pip install -e ."
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "!pip install Pillow==4.0.0"
+   ]
+  },
   {
    "cell_type": "code",
    "execution_count": null,