{ "cells": [ { "cell_type": "code", "execution_count": 5, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Reading package lists... Done\n", "Building dependency tree \n", "Reading state information... Done\n", "wget is already the newest version (1.19.4-1ubuntu2.1).\n", "0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.\n", "Files already extracted\n" ] } ], "source": [ "!bash download.sh" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "/root/miniconda3/lib/python3.6/importlib/_bootstrap.py:219: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88\n", " return f(*args, **kwds)\n", "/root/miniconda3/lib/python3.6/importlib/_bootstrap.py:219: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88\n", " return f(*args, **kwds)\n", "/root/miniconda3/lib/python3.6/importlib/_bootstrap.py:219: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88\n", " return f(*args, **kwds)\n" ] } ], "source": [ "import pandas as pd\n", "import numpy as np\n", "import matplotlib.pyplot as plt\n", "import os\n", "import scipy.misc\n", "import tensorflow as tf\n", "from tensorflow.contrib.tensorboard.plugins import projector\n", "\n", "from collections import Counter\n", "\n", "%matplotlib inline" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
| \n", " | Label | \n", "Description | \n", "
|---|---|---|
| 0 | \n", "0 | \n", "T-shirt/top | \n", "
| 1 | \n", "1 | \n", "Trouser | \n", "
| 2 | \n", "2 | \n", "Pullover | \n", "
| 3 | \n", "3 | \n", "Dress | \n", "
| 4 | \n", "4 | \n", "Coat | \n", "
| 5 | \n", "5 | \n", "Sandal | \n", "
| 6 | \n", "6 | \n", "Shirt | \n", "
| 7 | \n", "7 | \n", "Sneaker | \n", "
| 8 | \n", "8 | \n", "Bag | \n", "
| 9 | \n", "9 | \n", "Ankle boot | \n", "