Commit 81a29a5b authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

Changes

parent cbda8026
Loading
Loading
Loading
Loading
+9 −11
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@
  },
  {
   "cell_type": "code",
   "execution_count": 5,
   "execution_count": 1,
   "metadata": {
    "collapsed": false
   },
@@ -50,19 +50,17 @@
     "name": "stderr",
     "output_type": "stream",
     "text": [
      "/home/rbharath/anaconda3/envs/deepchem/lib/python3.6/site-packages/matplotlib-1.5.3-py3.6-linux-x86_64.egg/matplotlib/__init__.py:1357: UserWarning:  This call to matplotlib.use() has no effect\n",
      "because the backend has already been chosen;\n",
      "matplotlib.use() must be called *before* pylab, matplotlib.pyplot,\n",
      "or matplotlib.backends is imported for the first time.\n",
      "\n",
      "  warnings.warn(_use_error_msg)\n"
      "/home/rbharath/anaconda3/envs/deepchem/lib/python3.6/site-packages/matplotlib-1.5.3-py3.6-linux-x86_64.egg/matplotlib/font_manager.py:273: UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment.\n",
      "  warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.')\n",
      "/home/rbharath/anaconda3/envs/deepchem/lib/python3.6/site-packages/matplotlib-1.5.3-py3.6-linux-x86_64.egg/matplotlib/font_manager.py:273: UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment.\n",
      "  warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.')\n"
     ]
    }
   ],
   "source": [
    "%reload_ext autoreload\n",
    "%autoreload 2\n",
    "from tutorial_utils import *\n",
    "from dragonn.tutorial_utils import *\n",
    "%matplotlib inline"
   ]
  },
@@ -92,7 +90,7 @@
  },
  {
   "cell_type": "code",
   "execution_count": 2,
   "execution_count": 6,
   "metadata": {
    "collapsed": false
   },
@@ -154,7 +152,7 @@
  },
  {
   "cell_type": "code",
   "execution_count": 3,
   "execution_count": 7,
   "metadata": {
    "collapsed": true
   },
@@ -180,7 +178,7 @@
  },
  {
   "cell_type": "code",
   "execution_count": 4,
   "execution_count": 8,
   "metadata": {
    "collapsed": true
   },