{
 "cells": [
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "##### 교재페이지 (324-328)"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "7) Teach RNN"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 1,
   "metadata": {},
   "outputs": [
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "\n",
      "WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0.\n",
      "For more information, please see:\n",
      "  * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md\n",
      "  * https://github.com/tensorflow/addons\n",
      "If you depend on functionality not listed there, please file an issue.\n",
      "\n",
      "WARNING:tensorflow:From <ipython-input-1-30dcee458fa3>:28: BasicLSTMCell.__init__ (from tensorflow.python.ops.rnn_cell_impl) is deprecated and will be removed in a future version.\n",
      "Instructions for updating:\n",
      "This class is equivalent as tf.keras.layers.LSTMCell, and will be replaced by that in Tensorflow 2.0.\n",
      "WARNING:tensorflow:From <ipython-input-1-30dcee458fa3>:31: dynamic_rnn (from tensorflow.python.ops.rnn) is deprecated and will be removed in a future version.\n",
      "Instructions for updating:\n",
      "Please use `keras.layers.RNN(cell)`, which is equivalent to this API\n",
      "WARNING:tensorflow:From C:\\Users\\jsdata00010\\Anaconda3\\lib\\site-packages\\tensorflow\\python\\ops\\tensor_array_ops.py:162: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version.\n",
      "Instructions for updating:\n",
      "Colocations handled automatically by placer.\n",
      "0 loss: 1.9436581 prediction:  [[1 4 4 4 4 4]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  aeeeee\n",
      "1 loss: 1.7718391 prediction:  [[1 4 4 4 4 4]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  aeeeee\n",
      "2 loss: 1.6294906 prediction:  [[1 1 4 4 4 4]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  aaeeee\n",
      "3 loss: 1.4908638 prediction:  [[1 1 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  aaaaed\n",
      "4 loss: 1.3433824 prediction:  [[1 1 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  aaaaed\n",
      "5 loss: 1.191746 prediction:  [[1 1 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  aaaaed\n",
      "6 loss: 1.0447502 prediction:  [[1 1 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  aaaaed\n",
      "7 loss: 0.91180634 prediction:  [[1 1 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  aaaaed\n",
      "8 loss: 0.7980819 prediction:  [[1 1 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  aaaaed\n",
      "9 loss: 0.70017004 prediction:  [[1 1 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  aaaaed\n",
      "10 loss: 0.61284757 prediction:  [[1 1 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  aaaaed\n",
      "11 loss: 0.53421336 prediction:  [[1 1 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  aaaaed\n",
      "12 loss: 0.46670806 prediction:  [[1 1 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  aaaaed\n",
      "13 loss: 0.4124214 prediction:  [[1 1 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  aaaaed\n",
      "14 loss: 0.36930346 prediction:  [[1 1 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  aaaaed\n",
      "15 loss: 0.33322185 prediction:  [[1 1 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  aaaaed\n",
      "16 loss: 0.3006605 prediction:  [[1 1 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  aaaaed\n",
      "17 loss: 0.26946488 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "18 loss: 0.2387815 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "19 loss: 0.20875877 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "20 loss: 0.1800798 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "21 loss: 0.15348637 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "22 loss: 0.1294994 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "23 loss: 0.10836746 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "24 loss: 0.09011325 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "25 loss: 0.07459164 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "26 loss: 0.061550498 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "27 loss: 0.050686978 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "28 loss: 0.041691106 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "29 loss: 0.034274146 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "30 loss: 0.028184336 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "31 loss: 0.023210835 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "32 loss: 0.019177042 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "33 loss: 0.015931312 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "34 loss: 0.013338718 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "35 loss: 0.011278154 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "36 loss: 0.009642771 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "37 loss: 0.008341586 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "38 loss: 0.007300293 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "39 loss: 0.0064602825 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "40 loss: 0.005776208 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "41 loss: 0.005213748 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "42 loss: 0.0047466657 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "43 loss: 0.0043551885 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "44 loss: 0.004024204 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "45 loss: 0.0037419423 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "46 loss: 0.003499588 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "47 loss: 0.003289815 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "48 loss: 0.003107134 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "49 loss: 0.0029469698 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "50 loss: 0.0028057653 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "51 loss: 0.0026805892 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "52 loss: 0.0025689811 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "53 loss: 0.0024690693 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "54 loss: 0.0023790793 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "55 loss: 0.0022977493 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "56 loss: 0.0022239736 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "57 loss: 0.002156686 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "58 loss: 0.0020951168 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "59 loss: 0.0020384942 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "60 loss: 0.0019864244 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "61 loss: 0.0019382937 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "62 loss: 0.0018936081 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "63 loss: 0.0018520508 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "64 loss: 0.0018132858 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "65 loss: 0.0017770554 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "66 loss: 0.0017430828 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "67 loss: 0.0017111702 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "68 loss: 0.0016811 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "69 loss: 0.0016526142 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "70 loss: 0.0016256736 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "71 loss: 0.0016001991 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "72 loss: 0.0015759728 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "73 loss: 0.0015529351 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "74 loss: 0.0015308482 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "75 loss: 0.0015098912 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "76 loss: 0.001489667 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "77 loss: 0.0014703939 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "78 loss: 0.0014518537 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "79 loss: 0.0014339478 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "80 loss: 0.001416795 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "81 loss: 0.0014001769 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "82 loss: 0.0013841933 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "83 loss: 0.0013686456 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "84 loss: 0.001353613 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "85 loss: 0.0013390956 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "86 loss: 0.0013249151 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "87 loss: 0.0013111508 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "88 loss: 0.0012978426 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "89 loss: 0.0012847919 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "90 loss: 0.0012721176 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "91 loss: 0.0012597208 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "92 loss: 0.001247661 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "93 loss: 0.0012357992 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "94 loss: 0.0012242546 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "95 loss: 0.0012129876 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "96 loss: 0.0012018592 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "97 loss: 0.0011910083 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "98 loss: 0.0011804152 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "99 loss: 0.0011699011 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "100 loss: 0.0011596449 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "101 loss: 0.0011496264 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "102 loss: 0.0011397866 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "103 loss: 0.0011299662 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "104 loss: 0.0011204632 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "105 loss: 0.0011110593 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "106 loss: 0.0011018141 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "107 loss: 0.001092767 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "108 loss: 0.001083819 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "109 loss: 0.0010750098 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "110 loss: 0.0010662996 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "111 loss: 0.0010578275 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "112 loss: 0.0010493156 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "113 loss: 0.0010411012 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "114 loss: 0.001032847 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "115 loss: 0.0010247513 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "116 loss: 0.0010168739 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "117 loss: 0.0010089766 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "118 loss: 0.0010012379 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "119 loss: 0.0009935587 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "120 loss: 0.0009860381 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "121 loss: 0.0009786168 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "122 loss: 0.0009712945 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "123 loss: 0.0009639919 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "124 loss: 0.00095682824 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "125 loss: 0.00094976363 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "126 loss: 0.0009428379 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "127 loss: 0.00093593216 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "128 loss: 0.00092910544 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "129 loss: 0.00092235813 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "130 loss: 0.00091571006 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "131 loss: 0.00090916106 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "132 loss: 0.0009026517 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "133 loss: 0.0008962415 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "134 loss: 0.0008898512 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "135 loss: 0.00088361953 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "136 loss: 0.0008774076 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "137 loss: 0.00087131484 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "138 loss: 0.00086528144 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "139 loss: 0.000859248 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "140 loss: 0.0008533932 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "141 loss: 0.0008474788 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "142 loss: 0.00084166357 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "143 loss: 0.00083600706 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "144 loss: 0.00083033065 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "145 loss: 0.00082479324 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "146 loss: 0.0008191762 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "147 loss: 0.00081371807 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "148 loss: 0.0008082995 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "149 loss: 0.00080300006 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "150 loss: 0.00079770054 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "151 loss: 0.0007924605 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "152 loss: 0.0007872602 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "153 loss: 0.00078209944 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "154 loss: 0.00077701814 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "155 loss: 0.0007720161 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "156 loss: 0.0007670538 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "157 loss: 0.0007621114 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "158 loss: 0.00075724826 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "159 loss: 0.0007524446 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "160 loss: 0.00074762106 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "161 loss: 0.0007429365 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "162 loss: 0.0007382917 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "163 loss: 0.0007336269 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "164 loss: 0.0007290812 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "165 loss: 0.00072453544 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "166 loss: 0.00072006916 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "167 loss: 0.00071558286 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "168 loss: 0.0007111761 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "169 loss: 0.00070688827 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "170 loss: 0.0007025806 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "171 loss: 0.00069821335 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "172 loss: 0.0006940248 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "173 loss: 0.00068985595 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "174 loss: 0.00068564754 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "175 loss: 0.00068159774 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "176 loss: 0.00067748845 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "177 loss: 0.0006734586 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "178 loss: 0.0006694882 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "179 loss: 0.0006655377 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "180 loss: 0.0006616071 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "181 loss: 0.00065775577 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "182 loss: 0.00065388455 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "183 loss: 0.00065011263 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "184 loss: 0.00064634066 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "185 loss: 0.0006425885 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "186 loss: 0.00063887605 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "187 loss: 0.000635243 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "188 loss: 0.00063159014 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "189 loss: 0.0006280166 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "190 loss: 0.00062448275 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "191 loss: 0.0006209092 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "192 loss: 0.00061737536 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "193 loss: 0.0006139804 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "194 loss: 0.00061052595 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "195 loss: 0.00060711114 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "196 loss: 0.0006037559 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "197 loss: 0.0006003808 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "198 loss: 0.0005970851 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "199 loss: 0.0005937695 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "200 loss: 0.00059051346 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "201 loss: 0.000587317 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "202 loss: 0.00058408076 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "203 loss: 0.000580924 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "204 loss: 0.00057776715 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "205 loss: 0.00057463016 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "206 loss: 0.0005715329 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "207 loss: 0.0005684753 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "208 loss: 0.00056539784 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "209 loss: 0.00056241965 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "210 loss: 0.0005593819 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "211 loss: 0.00055646326 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "212 loss: 0.000553485 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "213 loss: 0.00055060606 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "214 loss: 0.0005477072 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "215 loss: 0.00054486794 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "216 loss: 0.0005420088 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "217 loss: 0.0005391894 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "218 loss: 0.00053644937 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "219 loss: 0.00053362985 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "220 loss: 0.00053094944 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "221 loss: 0.0005282094 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "222 loss: 0.000525509 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "223 loss: 0.00052282854 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "224 loss: 0.00052014797 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "225 loss: 0.0005175667 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "226 loss: 0.00051498547 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "227 loss: 0.00051240425 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "228 loss: 0.0005098229 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "229 loss: 0.0005072615 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "230 loss: 0.0005047001 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "231 loss: 0.0005021783 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "232 loss: 0.00049963675 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "233 loss: 0.0004971944 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "234 loss: 0.0004947521 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "235 loss: 0.0004923693 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "236 loss: 0.0004899468 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "237 loss: 0.00048756407 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "238 loss: 0.00048522098 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "239 loss: 0.0004828779 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "240 loss: 0.0004805348 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "241 loss: 0.00047821153 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "242 loss: 0.00047592804 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "243 loss: 0.00047362465 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "244 loss: 0.00047140065 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "245 loss: 0.00046911713 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "246 loss: 0.00046693286 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "247 loss: 0.000464689 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "248 loss: 0.00046250466 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "249 loss: 0.00046032039 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "250 loss: 0.00045817578 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "251 loss: 0.00045607093 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "252 loss: 0.00045392633 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "253 loss: 0.00045176188 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "254 loss: 0.00044973646 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "255 loss: 0.00044759177 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "256 loss: 0.00044558622 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "257 loss: 0.00044352096 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "258 loss: 0.00044153523 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "259 loss: 0.00043952954 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "260 loss: 0.00043750412 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "261 loss: 0.0004354786 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "262 loss: 0.000433473 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "263 loss: 0.0004315269 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "264 loss: 0.0004296205 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "265 loss: 0.00042767444 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "266 loss: 0.00042572836 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "267 loss: 0.00042382194 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "268 loss: 0.00042191552 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "269 loss: 0.00042002904 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "270 loss: 0.00041822193 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "271 loss: 0.0004163553 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "272 loss: 0.00041452827 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "273 loss: 0.00041270134 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "274 loss: 0.00041087435 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "275 loss: 0.0004091268 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "276 loss: 0.0004073395 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "277 loss: 0.00040557212 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "278 loss: 0.00040384446 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "279 loss: 0.00040205714 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "280 loss: 0.00040030957 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "281 loss: 0.00039860173 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "282 loss: 0.0003969137 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "283 loss: 0.0003952257 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "284 loss: 0.000393498 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "285 loss: 0.00039182985 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "286 loss: 0.00039020143 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "287 loss: 0.00038855313 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "288 loss: 0.0003869048 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "289 loss: 0.0003852168 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "290 loss: 0.00038366782 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "291 loss: 0.00038203932 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "292 loss: 0.0003804903 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "293 loss: 0.00037890158 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "294 loss: 0.00037729298 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "295 loss: 0.00037576383 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "296 loss: 0.00037417508 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "297 loss: 0.00037266576 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "298 loss: 0.00037117628 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "299 loss: 0.00036958753 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "300 loss: 0.00036811794 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "301 loss: 0.0003665689 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "302 loss: 0.0003650993 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "303 loss: 0.00036366942 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "304 loss: 0.0003621998 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "305 loss: 0.0003607302 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "306 loss: 0.00035928044 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "307 loss: 0.00035779094 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "308 loss: 0.0003563412 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "309 loss: 0.00035489138 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "310 loss: 0.00035354093 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "311 loss: 0.00035205143 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "312 loss: 0.00035070092 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "313 loss: 0.00034933066 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "314 loss: 0.00034794043 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "315 loss: 0.00034658995 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "316 loss: 0.00034521957 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "317 loss: 0.00034384927 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "318 loss: 0.00034251864 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "319 loss: 0.00034120784 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "320 loss: 0.0003398375 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "321 loss: 0.00033852673 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "322 loss: 0.0003372358 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "323 loss: 0.00033590518 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "324 loss: 0.00033465395 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "325 loss: 0.00033334317 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "326 loss: 0.00033203242 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "327 loss: 0.0003307613 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "328 loss: 0.00032958956 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "329 loss: 0.00032825893 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "330 loss: 0.00032702758 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "331 loss: 0.00032581607 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "332 loss: 0.000324545 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "333 loss: 0.00032331364 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "334 loss: 0.00032210213 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "335 loss: 0.0003209105 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "336 loss: 0.00031977845 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "337 loss: 0.0003185471 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "338 loss: 0.00031731572 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "339 loss: 0.0003161241 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "340 loss: 0.00031497216 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "341 loss: 0.0003137805 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "342 loss: 0.0003126087 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "343 loss: 0.00031145677 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "344 loss: 0.00031034456 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "345 loss: 0.00030917278 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "346 loss: 0.00030810028 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "347 loss: 0.0003069682 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "348 loss: 0.00030581624 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "349 loss: 0.0003047835 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "350 loss: 0.00030359183 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "351 loss: 0.00030249948 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "352 loss: 0.00030144682 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "353 loss: 0.00030037432 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "354 loss: 0.00029924227 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "355 loss: 0.00029816976 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "356 loss: 0.0002971171 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "357 loss: 0.00029606445 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "358 loss: 0.00029503167 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "359 loss: 0.0002939393 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "360 loss: 0.00029288663 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "361 loss: 0.000291834 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "362 loss: 0.00029084092 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "363 loss: 0.000289828 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "364 loss: 0.00028881506 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "365 loss: 0.00028782198 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "366 loss: 0.00028680905 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "367 loss: 0.00028579612 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "368 loss: 0.0002847832 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "369 loss: 0.00028384972 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "370 loss: 0.00028281688 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "371 loss: 0.00028186353 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "372 loss: 0.00028089032 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "373 loss: 0.0002798575 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "374 loss: 0.00027890413 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "375 loss: 0.00027793093 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "376 loss: 0.0002769577 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "377 loss: 0.0002760043 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "378 loss: 0.0002750907 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "379 loss: 0.0002741572 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "380 loss: 0.0002732237 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "381 loss: 0.00027227032 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "382 loss: 0.00027133682 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "383 loss: 0.00027042316 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "384 loss: 0.00026954926 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "385 loss: 0.0002686356 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "386 loss: 0.00026772195 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "387 loss: 0.00026682817 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "388 loss: 0.00026591448 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "389 loss: 0.0002650803 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "390 loss: 0.00026422623 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "391 loss: 0.0002633523 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "392 loss: 0.00026239894 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "393 loss: 0.00026158462 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "394 loss: 0.0002606908 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "395 loss: 0.00025985658 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "396 loss: 0.00025894292 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "397 loss: 0.0002581286 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "398 loss: 0.00025731424 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "399 loss: 0.00025648 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "400 loss: 0.0002556458 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "401 loss: 0.0002548116 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "402 loss: 0.0002540171 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "403 loss: 0.0002531829 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "404 loss: 0.00025234866 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "405 loss: 0.00025153434 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "406 loss: 0.00025073983 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "407 loss: 0.0002499056 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "408 loss: 0.00024915085 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "409 loss: 0.00024829674 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "410 loss: 0.00024756184 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "411 loss: 0.00024670776 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "412 loss: 0.00024595298 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "413 loss: 0.00024517835 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "414 loss: 0.00024432427 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "415 loss: 0.00024352976 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "416 loss: 0.0002428147 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "417 loss: 0.00024205993 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "418 loss: 0.000241325 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "419 loss: 0.00024051065 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "420 loss: 0.00023975589 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "421 loss: 0.00023894152 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "422 loss: 0.00023824633 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "423 loss: 0.00023747166 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "424 loss: 0.00023679633 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "425 loss: 0.00023604154 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "426 loss: 0.00023530662 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "427 loss: 0.00023457172 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "428 loss: 0.00023381691 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "429 loss: 0.00023312173 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "430 loss: 0.00023242654 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "431 loss: 0.00023171148 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "432 loss: 0.00023093683 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "433 loss: 0.00023024163 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "434 loss: 0.00022954642 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "435 loss: 0.00022889096 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "436 loss: 0.00022815603 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "437 loss: 0.00022750055 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "438 loss: 0.00022674576 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "439 loss: 0.00022605056 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "440 loss: 0.00022539508 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "441 loss: 0.00022469988 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "442 loss: 0.0002240444 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "443 loss: 0.00022336908 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "444 loss: 0.0002227136 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "445 loss: 0.00022203823 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "446 loss: 0.00022134301 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "447 loss: 0.00022070743 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "448 loss: 0.0002200718 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "449 loss: 0.00021941631 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "450 loss: 0.00021870124 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "451 loss: 0.00021808548 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "452 loss: 0.00021744985 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "453 loss: 0.00021685396 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "454 loss: 0.0002161389 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "455 loss: 0.00021554301 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "456 loss: 0.00021488752 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "457 loss: 0.00021429162 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "458 loss: 0.00021367587 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "459 loss: 0.00021302036 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "460 loss: 0.00021236489 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "461 loss: 0.00021178885 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "462 loss: 0.00021117309 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "463 loss: 0.00021053746 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "464 loss: 0.00020994157 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "465 loss: 0.00020932581 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "466 loss: 0.0002087299 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "467 loss: 0.0002080943 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "468 loss: 0.00020751823 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "469 loss: 0.00020690248 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "470 loss: 0.00020632643 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "471 loss: 0.00020573054 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "472 loss: 0.00020513462 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "473 loss: 0.00020459833 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "474 loss: 0.00020400241 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "475 loss: 0.00020334692 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "476 loss: 0.00020281061 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "477 loss: 0.00020219483 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "478 loss: 0.00020169825 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "479 loss: 0.00020110235 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "480 loss: 0.00020048657 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "481 loss: 0.00019998998 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "482 loss: 0.00019939407 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "483 loss: 0.0001988379 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "484 loss: 0.00019826186 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "485 loss: 0.0001977454 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "486 loss: 0.00019716936 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "487 loss: 0.00019665292 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "488 loss: 0.00019609672 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "489 loss: 0.00019554053 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "490 loss: 0.00019502407 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "491 loss: 0.00019446792 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "492 loss: 0.0001939117 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "493 loss: 0.00019339527 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "494 loss: 0.0001928192 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "495 loss: 0.00019232262 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "496 loss: 0.0001917863 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "497 loss: 0.00019126984 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "498 loss: 0.00019077327 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "499 loss: 0.00019025679 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "500 loss: 0.0001897006 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "501 loss: 0.000189204 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "502 loss: 0.00018866768 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "503 loss: 0.00018817109 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "504 loss: 0.00018763477 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "505 loss: 0.00018713818 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "506 loss: 0.00018664157 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "507 loss: 0.00018614499 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "508 loss: 0.00018560866 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "509 loss: 0.00018515179 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "510 loss: 0.00018465519 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "511 loss: 0.00018411886 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "512 loss: 0.00018366199 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "513 loss: 0.00018318527 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "514 loss: 0.00018268867 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "515 loss: 0.00018219206 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "516 loss: 0.00018171532 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "517 loss: 0.00018121873 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "518 loss: 0.00018076184 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "519 loss: 0.00018026526 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "520 loss: 0.00017980838 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "521 loss: 0.00017931177 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "522 loss: 0.0001788549 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "523 loss: 0.00017835828 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "524 loss: 0.00017790144 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "525 loss: 0.00017746442 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "526 loss: 0.00017698767 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "527 loss: 0.00017647122 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "528 loss: 0.00017605406 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "529 loss: 0.00017553759 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "530 loss: 0.00017506086 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "531 loss: 0.0001746437 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "532 loss: 0.00017420671 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "533 loss: 0.0001737697 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "534 loss: 0.00017329297 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "535 loss: 0.0001728758 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "536 loss: 0.00017245865 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "537 loss: 0.00017196205 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "538 loss: 0.00017150519 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "539 loss: 0.00017108803 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "540 loss: 0.00017063115 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "541 loss: 0.00017019414 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "542 loss: 0.00016975711 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "543 loss: 0.00016935983 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "544 loss: 0.00016892282 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "545 loss: 0.00016844607 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "546 loss: 0.00016800906 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "547 loss: 0.00016761178 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "548 loss: 0.00016719464 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "549 loss: 0.00016677749 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "550 loss: 0.00016640004 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "551 loss: 0.00016594317 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "552 loss: 0.00016552603 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "553 loss: 0.00016504926 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "554 loss: 0.00016467184 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "555 loss: 0.00016429443 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "556 loss: 0.0001638574 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "557 loss: 0.00016346012 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "558 loss: 0.00016306282 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "559 loss: 0.00016262583 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "560 loss: 0.0001622484 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "561 loss: 0.0001618511 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "562 loss: 0.00016145382 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "563 loss: 0.00016105652 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "564 loss: 0.00016065924 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "565 loss: 0.00016024208 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "566 loss: 0.00015988453 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "567 loss: 0.00015946737 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "568 loss: 0.00015908995 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "569 loss: 0.00015867279 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "570 loss: 0.00015827549 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "571 loss: 0.00015791794 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "572 loss: 0.00015750078 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "573 loss: 0.00015718295 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "574 loss: 0.00015674593 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "575 loss: 0.00015638836 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "576 loss: 0.00015597121 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "577 loss: 0.00015561364 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "578 loss: 0.00015515675 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "579 loss: 0.00015475947 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "580 loss: 0.00015446151 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "581 loss: 0.00015406421 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "582 loss: 0.0001537265 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "583 loss: 0.00015328947 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "584 loss: 0.00015299152 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "585 loss: 0.00015259424 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "586 loss: 0.00015225651 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "587 loss: 0.00015189896 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "588 loss: 0.0001515414 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "589 loss: 0.00015112423 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "590 loss: 0.00015078652 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "591 loss: 0.0001504687 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "592 loss: 0.00015005154 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "593 loss: 0.00014967412 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "594 loss: 0.00014935627 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "595 loss: 0.00014899872 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "596 loss: 0.00014864115 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "597 loss: 0.0001482637 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "598 loss: 0.00014794587 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "599 loss: 0.00014760817 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "600 loss: 0.00014723073 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "601 loss: 0.0001469129 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "602 loss: 0.0001465752 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "603 loss: 0.00014625737 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "604 loss: 0.0001458998 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "605 loss: 0.0001455621 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "606 loss: 0.00014522439 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "607 loss: 0.0001448867 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "608 loss: 0.00014456885 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "609 loss: 0.00014423116 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "610 loss: 0.00014389344 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "611 loss: 0.00014353587 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "612 loss: 0.00014319818 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "613 loss: 0.00014288035 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "614 loss: 0.00014258237 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "615 loss: 0.00014224467 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "616 loss: 0.0001418871 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "617 loss: 0.00014158913 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "618 loss: 0.00014121168 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "619 loss: 0.00014093358 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "620 loss: 0.00014059588 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "621 loss: 0.00014025817 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "622 loss: 0.0001399602 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "623 loss: 0.00013964236 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "624 loss: 0.00013932452 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "625 loss: 0.00013902654 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "626 loss: 0.00013868883 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "627 loss: 0.00013841073 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "628 loss: 0.00013805315 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "629 loss: 0.00013773532 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "630 loss: 0.00013743734 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "631 loss: 0.00013713937 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "632 loss: 0.0001368414 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "633 loss: 0.00013650369 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "634 loss: 0.00013624543 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "635 loss: 0.00013588787 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "636 loss: 0.00013560976 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "637 loss: 0.00013533165 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "638 loss: 0.0001350138 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "639 loss: 0.00013471584 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "640 loss: 0.00013435826 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "641 loss: 0.00013408015 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "642 loss: 0.00013380204 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "643 loss: 0.00013346433 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "644 loss: 0.0001332458 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "645 loss: 0.00013288824 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "646 loss: 0.00013261013 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "647 loss: 0.00013237176 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "648 loss: 0.0001320539 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "649 loss: 0.00013175594 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "650 loss: 0.00013153741 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "651 loss: 0.0001311401 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "652 loss: 0.000130862 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "653 loss: 0.00013064349 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "654 loss: 0.00013032564 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "655 loss: 0.00013002765 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "656 loss: 0.0001297098 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "657 loss: 0.00012941184 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "658 loss: 0.00012919331 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "659 loss: 0.00012885561 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "660 loss: 0.00012857749 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "661 loss: 0.00012829938 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "662 loss: 0.00012800141 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "663 loss: 0.0001277233 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "664 loss: 0.0001274849 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "665 loss: 0.00012724652 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "666 loss: 0.00012694855 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "667 loss: 0.00012659095 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "668 loss: 0.00012637244 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "669 loss: 0.00012609432 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "670 loss: 0.00012581621 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "671 loss: 0.0001255381 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "672 loss: 0.00012533946 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "673 loss: 0.00012498186 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "674 loss: 0.00012478323 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "675 loss: 0.00012446538 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "676 loss: 0.00012420712 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "677 loss: 0.0001239886 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "678 loss: 0.00012369062 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "679 loss: 0.00012341252 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "680 loss: 0.00012315427 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "681 loss: 0.00012291588 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "682 loss: 0.00012267749 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "683 loss: 0.00012237951 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "684 loss: 0.00012220073 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "685 loss: 0.000121882884 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "686 loss: 0.000121584904 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "687 loss: 0.00012136638 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "688 loss: 0.00012108826 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "689 loss: 0.00012084987 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "690 loss: 0.00012053203 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "691 loss: 0.00012033338 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "692 loss: 0.00012007513 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "693 loss: 0.000119816876 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "694 loss: 0.00011955862 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "695 loss: 0.000119340104 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "696 loss: 0.00011906199 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "697 loss: 0.000118823606 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "698 loss: 0.00011854548 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "699 loss: 0.00011830709 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "700 loss: 0.00011808858 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "701 loss: 0.000117790594 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "702 loss: 0.000117591946 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "703 loss: 0.00011735356 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "704 loss: 0.000117115174 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "705 loss: 0.000116876785 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "706 loss: 0.000116598676 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "707 loss: 0.00011640001 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "708 loss: 0.00011612189 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "709 loss: 0.000115923234 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "710 loss: 0.00011570472 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "711 loss: 0.000115446455 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "712 loss: 0.000115227944 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "713 loss: 0.00011500943 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "714 loss: 0.00011473131 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "715 loss: 0.00011451279 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "716 loss: 0.000114294264 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "717 loss: 0.00011401614 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "718 loss: 0.0001138175 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "719 loss: 0.000113579095 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "720 loss: 0.000113400325 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "721 loss: 0.000113122194 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "722 loss: 0.000112923546 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "723 loss: 0.00011272489 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "724 loss: 0.0001124865 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "725 loss: 0.00011220838 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "726 loss: 0.00011202959 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "727 loss: 0.00011179121 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "728 loss: 0.000111552814 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "729 loss: 0.00011133428 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "730 loss: 0.0001110959 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "731 loss: 0.00011087738 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "732 loss: 0.00011065886 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "733 loss: 0.000110440335 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "734 loss: 0.000110221816 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "735 loss: 0.00011002315 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "736 loss: 0.000109725166 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "737 loss: 0.000109546374 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "738 loss: 0.00010934772 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "739 loss: 0.0001091292 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "740 loss: 0.00010889082 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "741 loss: 0.000108692155 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "742 loss: 0.00010851336 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "743 loss: 0.000108294844 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "744 loss: 0.00010801671 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "745 loss: 0.000107818065 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "746 loss: 0.00010759954 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "747 loss: 0.00010740089 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "748 loss: 0.00010722209 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "749 loss: 0.0001069837 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "750 loss: 0.00010680491 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "751 loss: 0.00010662612 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "752 loss: 0.00010640759 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "753 loss: 0.00010618907 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "754 loss: 0.00010599043 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "755 loss: 0.00010575203 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "756 loss: 0.000105573235 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "757 loss: 0.00010539444 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "758 loss: 0.00010517593 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "759 loss: 0.0001049574 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "760 loss: 0.00010473888 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "761 loss: 0.00010450049 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "762 loss: 0.00010430183 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "763 loss: 0.0001041429 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "764 loss: 0.00010394424 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "765 loss: 0.00010376545 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "766 loss: 0.00010352706 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "767 loss: 0.000103288665 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "768 loss: 0.00010310989 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "769 loss: 0.000102911225 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "770 loss: 0.00010273243 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "771 loss: 0.00010253377 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "772 loss: 0.00010235497 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "773 loss: 0.00010215632 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "774 loss: 0.00010197752 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "775 loss: 0.000101759 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "776 loss: 0.00010152061 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "777 loss: 0.000101321944 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "778 loss: 0.000101143145 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "779 loss: 0.00010092463 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "780 loss: 0.00010074584 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "781 loss: 0.00010058691 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "782 loss: 0.00010042799 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "783 loss: 0.00010022933 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "784 loss: 0.000100030666 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "785 loss: 9.981214e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "786 loss: 9.963335e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "787 loss: 9.9434685e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "788 loss: 9.92559e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "789 loss: 9.903737e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "790 loss: 9.8878445e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "791 loss: 9.873939e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "792 loss: 9.848113e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "793 loss: 9.832219e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "794 loss: 9.81434e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "795 loss: 9.7964614e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "796 loss: 9.7785814e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "797 loss: 9.758715e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "798 loss: 9.740837e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "799 loss: 9.724943e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "800 loss: 9.707064e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "801 loss: 9.689185e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "802 loss: 9.671306e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "803 loss: 9.6534255e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "804 loss: 9.635547e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "805 loss: 9.6176664e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "806 loss: 9.6037606e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "807 loss: 9.583896e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "808 loss: 9.5640295e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "809 loss: 9.544163e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "810 loss: 9.52827e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "811 loss: 9.508404e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "812 loss: 9.490525e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "813 loss: 9.476619e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "814 loss: 9.456753e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "815 loss: 9.44086e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "816 loss: 9.426953e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "817 loss: 9.409075e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "818 loss: 9.3892086e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "819 loss: 9.373316e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "820 loss: 9.357423e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "821 loss: 9.3435156e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "822 loss: 9.3196766e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "823 loss: 9.305771e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "824 loss: 9.287891e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "825 loss: 9.273984e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "826 loss: 9.2580914e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "827 loss: 9.2342525e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "828 loss: 9.2143855e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "829 loss: 9.202467e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "830 loss: 9.186574e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "831 loss: 9.170681e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "832 loss: 9.154789e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "833 loss: 9.140883e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "834 loss: 9.11903e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "835 loss: 9.105123e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "836 loss: 9.0892296e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "837 loss: 9.071351e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "838 loss: 9.051485e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "839 loss: 9.041552e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "840 loss: 9.0296315e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "841 loss: 9.0077796e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "842 loss: 8.9938716e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "843 loss: 8.979966e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "844 loss: 8.9620866e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "845 loss: 8.944207e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "846 loss: 8.928315e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "847 loss: 8.9104346e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "848 loss: 8.888582e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "849 loss: 8.872689e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "850 loss: 8.8567955e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "851 loss: 8.844875e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "852 loss: 8.8349436e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "853 loss: 8.817064e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "854 loss: 8.803158e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "855 loss: 8.7852786e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "856 loss: 8.7673994e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "857 loss: 8.7534914e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "858 loss: 8.735612e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "859 loss: 8.72568e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "860 loss: 8.7078006e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "861 loss: 8.691907e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "862 loss: 8.678001e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "863 loss: 8.6621076e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "864 loss: 8.6501874e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "865 loss: 8.632308e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "866 loss: 8.618402e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "867 loss: 8.606482e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "868 loss: 8.592576e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "869 loss: 8.574697e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "870 loss: 8.558804e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "871 loss: 8.54291e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "872 loss: 8.5329775e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "873 loss: 8.513111e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "874 loss: 8.50119e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "875 loss: 8.491258e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "876 loss: 8.467418e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "877 loss: 8.451525e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "878 loss: 8.437619e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "879 loss: 8.421725e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "880 loss: 8.4098065e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "881 loss: 8.395901e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "882 loss: 8.381993e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "883 loss: 8.3641135e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "884 loss: 8.352194e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "885 loss: 8.338288e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "886 loss: 8.326367e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "887 loss: 8.308488e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "888 loss: 8.296568e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "889 loss: 8.2786886e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "890 loss: 8.2667684e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "891 loss: 8.2528626e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "892 loss: 8.238955e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "893 loss: 8.23101e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "894 loss: 8.21313e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "895 loss: 8.19525e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "896 loss: 8.18333e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "897 loss: 8.1733975e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "898 loss: 8.157504e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "899 loss: 8.1435974e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "900 loss: 8.129691e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "901 loss: 8.115785e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "902 loss: 8.1038655e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "903 loss: 8.0839985e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "904 loss: 8.070092e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "905 loss: 8.060159e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "906 loss: 8.046252e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "907 loss: 8.034333e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "908 loss: 8.022413e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "909 loss: 8.0045334e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "910 loss: 7.992613e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "911 loss: 7.9787074e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "912 loss: 7.960827e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "913 loss: 7.950894e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "914 loss: 7.940961e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "915 loss: 7.927054e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "916 loss: 7.909175e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "917 loss: 7.8972545e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "918 loss: 7.8873214e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "919 loss: 7.8734156e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "920 loss: 7.8614954e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "921 loss: 7.843616e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "922 loss: 7.831695e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "923 loss: 7.821762e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "924 loss: 7.8058685e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "925 loss: 7.791963e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "926 loss: 7.784016e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "927 loss: 7.7720964e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "928 loss: 7.760177e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "929 loss: 7.74627e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "930 loss: 7.730376e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "931 loss: 7.718457e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "932 loss: 7.706537e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "933 loss: 7.694618e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "934 loss: 7.680711e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "935 loss: 7.668791e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "936 loss: 7.652897e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "937 loss: 7.640978e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "938 loss: 7.633031e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "939 loss: 7.617138e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "940 loss: 7.605218e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "941 loss: 7.595285e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "942 loss: 7.5833654e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "943 loss: 7.571445e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "944 loss: 7.559526e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "945 loss: 7.5476055e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "946 loss: 7.533699e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "947 loss: 7.517806e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "948 loss: 7.505886e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "949 loss: 7.491979e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "950 loss: 7.482046e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "951 loss: 7.4661526e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "952 loss: 7.4582065e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "953 loss: 7.446286e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "954 loss: 7.4383395e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "955 loss: 7.422447e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "956 loss: 7.4125135e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "957 loss: 7.406553e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "958 loss: 7.388674e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "959 loss: 7.3747666e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "960 loss: 7.362847e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "961 loss: 7.34894e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "962 loss: 7.33702e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "963 loss: 7.3251e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "964 loss: 7.3111936e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "965 loss: 7.3012605e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "966 loss: 7.2933144e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "967 loss: 7.277421e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "968 loss: 7.267488e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "969 loss: 7.2555675e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "970 loss: 7.245634e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "971 loss: 7.233715e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "972 loss: 7.221795e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "973 loss: 7.2098745e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "974 loss: 7.199941e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "975 loss: 7.190008e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "976 loss: 7.176102e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "977 loss: 7.1641814e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "978 loss: 7.1562354e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "979 loss: 7.144315e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "980 loss: 7.1304086e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "981 loss: 7.122462e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "982 loss: 7.106569e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "983 loss: 7.098622e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "984 loss: 7.086703e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "985 loss: 7.076769e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "986 loss: 7.070809e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "987 loss: 7.056902e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "988 loss: 7.044982e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "989 loss: 7.0390226e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "990 loss: 7.023129e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "991 loss: 7.0092225e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "992 loss: 7.001276e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "993 loss: 6.9893555e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "994 loss: 6.975449e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "995 loss: 6.967502e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "996 loss: 6.955583e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "997 loss: 6.949622e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "998 loss: 6.931742e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "999 loss: 6.921809e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1000 loss: 6.913862e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1001 loss: 6.903929e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1002 loss: 6.893996e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1003 loss: 6.8820766e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1004 loss: 6.868169e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1005 loss: 6.864196e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1006 loss: 6.852276e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1007 loss: 6.840356e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1008 loss: 6.8324094e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1009 loss: 6.822476e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1010 loss: 6.812543e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1011 loss: 6.802609e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1012 loss: 6.788703e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1013 loss: 6.7787696e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1014 loss: 6.764863e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1015 loss: 6.76089e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1016 loss: 6.74301e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1017 loss: 6.7310895e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1018 loss: 6.7231435e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1019 loss: 6.715196e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1020 loss: 6.70725e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1021 loss: 6.699303e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1022 loss: 6.685396e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1023 loss: 6.67745e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1024 loss: 6.663543e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1025 loss: 6.6555964e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1026 loss: 6.641689e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1027 loss: 6.6297696e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1028 loss: 6.6198365e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1029 loss: 6.6099026e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1030 loss: 6.603943e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1031 loss: 6.5900356e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1032 loss: 6.586063e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1033 loss: 6.574142e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1034 loss: 6.564209e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1035 loss: 6.554276e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1036 loss: 6.542356e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1037 loss: 6.5344095e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1038 loss: 6.524476e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1039 loss: 6.5165295e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1040 loss: 6.504609e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1041 loss: 6.494676e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1042 loss: 6.484742e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1043 loss: 6.474809e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1044 loss: 6.468849e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1045 loss: 6.456929e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1046 loss: 6.445009e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1047 loss: 6.435075e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1048 loss: 6.425142e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1049 loss: 6.419182e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1050 loss: 6.407262e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1051 loss: 6.395342e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1052 loss: 6.385409e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1053 loss: 6.375476e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1054 loss: 6.367529e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1055 loss: 6.359582e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1056 loss: 6.349649e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1057 loss: 6.3417014e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1058 loss: 6.329782e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1059 loss: 6.321835e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1060 loss: 6.313888e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1061 loss: 6.301969e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1062 loss: 6.2979954e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1063 loss: 6.284088e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1064 loss: 6.276142e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1065 loss: 6.266208e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1066 loss: 6.254288e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1067 loss: 6.248328e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1068 loss: 6.2403815e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1069 loss: 6.2304476e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1070 loss: 6.224488e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1071 loss: 6.210581e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1072 loss: 6.2046216e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1073 loss: 6.194688e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1074 loss: 6.1847546e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1075 loss: 6.1748215e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1076 loss: 6.164888e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1077 loss: 6.160914e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1078 loss: 6.148995e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1079 loss: 6.141048e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1080 loss: 6.129127e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1081 loss: 6.123167e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1082 loss: 6.115221e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1083 loss: 6.105287e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1084 loss: 6.0973405e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "1085 loss: 6.0874067e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1086 loss: 6.0774735e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1087 loss: 6.0695267e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1088 loss: 6.06158e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1089 loss: 6.0516468e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1090 loss: 6.0417133e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1091 loss: 6.035753e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1092 loss: 6.0238333e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1093 loss: 6.0158865e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1094 loss: 6.0079397e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1095 loss: 5.999993e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1096 loss: 5.992046e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1097 loss: 5.9781392e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1098 loss: 5.970193e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1099 loss: 5.9622464e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1100 loss: 5.958273e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1101 loss: 5.9503258e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1102 loss: 5.9403927e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1103 loss: 5.9344322e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1104 loss: 5.9225124e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1105 loss: 5.914566e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1106 loss: 5.9046317e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1107 loss: 5.8986723e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1108 loss: 5.8867518e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1109 loss: 5.880792e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1110 loss: 5.866885e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1111 loss: 5.8629113e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1112 loss: 5.8529782e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1113 loss: 5.843045e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1114 loss: 5.835098e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1115 loss: 5.8271515e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1116 loss: 5.821191e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1117 loss: 5.8072845e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1118 loss: 5.8013247e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1119 loss: 5.7933776e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1120 loss: 5.7874175e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1121 loss: 5.7794707e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1122 loss: 5.773511e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1123 loss: 5.7615904e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1124 loss: 5.753644e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1125 loss: 5.7437108e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1126 loss: 5.7377503e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1127 loss: 5.7298043e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1128 loss: 5.7218567e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1129 loss: 5.709937e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1130 loss: 5.70199e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1131 loss: 5.6940433e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1132 loss: 5.6900695e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1133 loss: 5.6821234e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1134 loss: 5.676163e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1135 loss: 5.66623e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1136 loss: 5.658283e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1137 loss: 5.652323e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1138 loss: 5.644376e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1139 loss: 5.6364293e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1140 loss: 5.626496e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1141 loss: 5.6145753e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1142 loss: 5.6106015e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1143 loss: 5.6026554e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1144 loss: 5.5947086e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1145 loss: 5.5887485e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1146 loss: 5.5768287e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1147 loss: 5.5708686e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1148 loss: 5.5629218e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1149 loss: 5.5510012e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1150 loss: 5.5430544e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1151 loss: 5.5410677e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1152 loss: 5.527161e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1153 loss: 5.5231878e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1154 loss: 5.5112672e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1155 loss: 5.50332e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1156 loss: 5.4953736e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1157 loss: 5.489414e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1158 loss: 5.481467e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1159 loss: 5.4735207e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1160 loss: 5.4735207e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1161 loss: 5.4635864e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1162 loss: 5.4556396e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1163 loss: 5.4457065e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1164 loss: 5.4417334e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1165 loss: 5.4337863e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1166 loss: 5.423853e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1167 loss: 5.4178927e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1168 loss: 5.413919e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1169 loss: 5.401999e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1170 loss: 5.396039e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1171 loss: 5.388092e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1172 loss: 5.384119e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "1173 loss: 5.3721986e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1174 loss: 5.3682255e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1175 loss: 5.3582917e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1176 loss: 5.352332e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1177 loss: 5.342398e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1178 loss: 5.3364376e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1179 loss: 5.3304782e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1180 loss: 5.3245178e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1181 loss: 5.3145846e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1182 loss: 5.308624e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1183 loss: 5.3006777e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1184 loss: 5.2947173e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1185 loss: 5.284784e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1186 loss: 5.2808107e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1187 loss: 5.272864e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1188 loss: 5.266904e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1189 loss: 5.26293e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1190 loss: 5.2490235e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1191 loss: 5.2470365e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1192 loss: 5.2371033e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1193 loss: 5.2251824e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1194 loss: 5.2231957e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1195 loss: 5.2152493e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1196 loss: 5.211276e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1197 loss: 5.197369e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1198 loss: 5.1953823e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1199 loss: 5.1894225e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1200 loss: 5.1794887e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1201 loss: 5.175515e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1202 loss: 5.1655818e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1203 loss: 5.1596217e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1204 loss: 5.157635e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1205 loss: 5.1457144e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1206 loss: 5.1397546e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1207 loss: 5.1298215e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1208 loss: 5.123861e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1209 loss: 5.1218747e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1210 loss: 5.111941e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1211 loss: 5.1059804e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1212 loss: 5.096047e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1213 loss: 5.0881004e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1214 loss: 5.0861137e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1215 loss: 5.0761795e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1216 loss: 5.074193e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1217 loss: 5.07022e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1218 loss: 5.0583003e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1219 loss: 5.05234e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1220 loss: 5.0463794e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1221 loss: 5.0404196e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1222 loss: 5.034459e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1223 loss: 5.0265124e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1224 loss: 5.0205526e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1225 loss: 5.014592e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1226 loss: 5.002672e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1227 loss: 4.9967122e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1228 loss: 4.9867784e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1229 loss: 4.9847917e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1230 loss: 4.9788316e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1231 loss: 4.9669114e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1232 loss: 4.9649243e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1233 loss: 4.9589646e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1234 loss: 4.947044e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1235 loss: 4.947044e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1236 loss: 4.937111e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1237 loss: 4.9291637e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1238 loss: 4.9251903e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1239 loss: 4.9172435e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1240 loss: 4.911283e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1241 loss: 4.9053233e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1242 loss: 4.90135e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1243 loss: 4.89539e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1244 loss: 4.88943e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1245 loss: 4.881483e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1246 loss: 4.879496e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1247 loss: 4.8715498e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1248 loss: 4.8655893e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1249 loss: 4.8636022e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1250 loss: 4.8516824e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1251 loss: 4.8437356e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1252 loss: 4.8357884e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "\tPrediction str:  ataaed\n",
      "1253 loss: 4.8278416e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1254 loss: 4.8238682e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1255 loss: 4.8159214e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1256 loss: 4.811948e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1257 loss: 4.802014e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1258 loss: 4.798041e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1259 loss: 4.7920807e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1260 loss: 4.790094e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1261 loss: 4.7801608e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1262 loss: 4.7781738e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1263 loss: 4.7742004e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1264 loss: 4.7642672e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1265 loss: 4.7583067e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1266 loss: 4.754333e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1267 loss: 4.7463865e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1268 loss: 4.742413e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1269 loss: 4.736453e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1270 loss: 4.730493e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1271 loss: 4.7245325e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1272 loss: 4.718573e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1273 loss: 4.7126126e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1274 loss: 4.706652e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1275 loss: 4.6987054e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1276 loss: 4.6927453e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1277 loss: 4.6907586e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1278 loss: 4.680825e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1279 loss: 4.6768517e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1280 loss: 4.6708912e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1281 loss: 4.6629444e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1282 loss: 4.653011e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1283 loss: 4.6510242e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1284 loss: 4.641091e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1285 loss: 4.6351306e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1286 loss: 4.62917e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1287 loss: 4.6251975e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1288 loss: 4.619237e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1289 loss: 4.609303e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1290 loss: 4.6073164e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1291 loss: 4.597383e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1292 loss: 4.597383e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1293 loss: 4.5874498e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1294 loss: 4.583476e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1295 loss: 4.5814893e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1296 loss: 4.5735425e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1297 loss: 4.5636087e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1298 loss: 4.5596353e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1299 loss: 4.5516885e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1300 loss: 4.5457284e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1301 loss: 4.539768e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1302 loss: 4.5377816e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1303 loss: 4.5298344e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1304 loss: 4.525861e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1305 loss: 4.517914e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1306 loss: 4.513941e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1307 loss: 4.5079807e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1308 loss: 4.500034e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1309 loss: 4.496061e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1310 loss: 4.492087e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1311 loss: 4.4881133e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1312 loss: 4.480166e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1313 loss: 4.4742068e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1314 loss: 4.4682463e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1315 loss: 4.4622862e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1316 loss: 4.456326e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1317 loss: 4.4523527e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1318 loss: 4.448379e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1319 loss: 4.442419e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1320 loss: 4.436459e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1321 loss: 4.4304987e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1322 loss: 4.4245386e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1323 loss: 4.4165918e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1324 loss: 4.4106313e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1325 loss: 4.4086446e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1326 loss: 4.3987107e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1327 loss: 4.3947377e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1328 loss: 4.390764e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1329 loss: 4.3848042e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1330 loss: 4.378844e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1331 loss: 4.3748703e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1332 loss: 4.3669235e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1333 loss: 4.3629505e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1334 loss: 4.3589767e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1335 loss: 4.3510296e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1336 loss: 4.3450695e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1337 loss: 4.3430828e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1338 loss: 4.3391097e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1339 loss: 4.329176e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "1340 loss: 4.3252025e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1341 loss: 4.3192424e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1342 loss: 4.313282e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1343 loss: 4.3073225e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1344 loss: 4.3053355e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1345 loss: 4.299375e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1346 loss: 4.2954016e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1347 loss: 4.2854685e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1348 loss: 4.2854685e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1349 loss: 4.2735475e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1350 loss: 4.2715612e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1351 loss: 4.2675874e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1352 loss: 4.2596406e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1353 loss: 4.257654e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1354 loss: 4.2536805e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1355 loss: 4.24772e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1356 loss: 4.2397733e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1357 loss: 4.2377866e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1358 loss: 4.2298398e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1359 loss: 4.221893e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1360 loss: 4.2179192e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1361 loss: 4.2159325e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1362 loss: 4.2099724e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1363 loss: 4.2079857e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1364 loss: 4.2020256e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1365 loss: 4.1980522e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1366 loss: 4.192092e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1367 loss: 4.186132e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1368 loss: 4.1801715e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1369 loss: 4.174211e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1370 loss: 4.170238e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1371 loss: 4.1682513e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1372 loss: 4.1603045e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1373 loss: 4.1563308e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1374 loss: 4.1503714e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1375 loss: 4.1483843e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1376 loss: 4.140437e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1377 loss: 4.1344767e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1378 loss: 4.1305037e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1379 loss: 4.1245436e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1380 loss: 4.118583e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1381 loss: 4.1106363e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1382 loss: 4.1086496e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1383 loss: 4.1007028e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1384 loss: 4.096729e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1385 loss: 4.0927553e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1386 loss: 4.0867955e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1387 loss: 4.082822e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1388 loss: 4.0808354e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1389 loss: 4.0728883e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1390 loss: 4.066928e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1391 loss: 4.0629544e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1392 loss: 4.0589814e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1393 loss: 4.055008e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1394 loss: 4.0530213e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1395 loss: 4.0470608e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1396 loss: 4.0430874e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1397 loss: 4.0351406e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1398 loss: 4.0311672e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1399 loss: 4.0271938e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1400 loss: 4.0252067e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1401 loss: 4.019247e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1402 loss: 4.0132865e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1403 loss: 4.0073264e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1404 loss: 4.0013663e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1405 loss: 3.993419e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1406 loss: 3.9894458e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1407 loss: 3.985472e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1408 loss: 3.981499e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1409 loss: 3.9775252e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1410 loss: 3.9735518e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1411 loss: 3.9735518e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1412 loss: 3.9636183e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1413 loss: 3.9576582e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1414 loss: 3.9536848e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1415 loss: 3.9477243e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1416 loss: 3.9417642e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1417 loss: 3.9397775e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1418 loss: 3.935804e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "1419 loss: 3.9318307e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1420 loss: 3.9278573e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1421 loss: 3.91991e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1422 loss: 3.9179235e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1423 loss: 3.9119634e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1424 loss: 3.9099767e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1425 loss: 3.90203e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1426 loss: 3.8960694e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1427 loss: 3.8940823e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1428 loss: 3.8940823e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1429 loss: 3.886136e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1430 loss: 3.8801758e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1431 loss: 3.8781887e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1432 loss: 3.8742153e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1433 loss: 3.8722286e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1434 loss: 3.8662685e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1435 loss: 3.8583214e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1436 loss: 3.854348e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1437 loss: 3.8523613e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1438 loss: 3.8444145e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1439 loss: 3.840441e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1440 loss: 3.838454e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1441 loss: 3.8344806e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1442 loss: 3.8285205e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1443 loss: 3.8265338e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1444 loss: 3.824547e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1445 loss: 3.8166e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1446 loss: 3.8066664e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1447 loss: 3.8026927e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1448 loss: 3.8026927e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1449 loss: 3.796733e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1450 loss: 3.7907725e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1451 loss: 3.7907725e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1452 loss: 3.786799e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1453 loss: 3.7788523e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1454 loss: 3.774879e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1455 loss: 3.7709055e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1456 loss: 3.7669317e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1457 loss: 3.758985e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1458 loss: 3.758985e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1459 loss: 3.755011e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1460 loss: 3.751038e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1461 loss: 3.743091e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1462 loss: 3.7411042e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1463 loss: 3.7411042e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1464 loss: 3.733157e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1465 loss: 3.727197e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1466 loss: 3.7252103e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1467 loss: 3.7192498e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1468 loss: 3.7152768e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1469 loss: 3.711303e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1470 loss: 3.705343e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1471 loss: 3.7013695e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1472 loss: 3.7013695e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1473 loss: 3.6954094e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1474 loss: 3.6874626e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1475 loss: 3.6854755e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1476 loss: 3.681502e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1477 loss: 3.679515e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1478 loss: 3.669582e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1479 loss: 3.667595e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1480 loss: 3.6636215e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1481 loss: 3.6616344e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1482 loss: 3.6536876e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1483 loss: 3.651701e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1484 loss: 3.6497142e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1485 loss: 3.643754e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1486 loss: 3.6417674e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1487 loss: 3.635807e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1488 loss: 3.631834e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1489 loss: 3.6298472e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1490 loss: 3.6219e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1491 loss: 3.6179266e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1492 loss: 3.61594e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1493 loss: 3.6119665e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1494 loss: 3.60998e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1495 loss: 3.600046e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1496 loss: 3.600046e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1497 loss: 3.5980593e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1498 loss: 3.594086e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1499 loss: 3.5901125e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1500 loss: 3.584152e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1501 loss: 3.5781915e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1502 loss: 3.5781915e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1503 loss: 3.5722314e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1504 loss: 3.5662713e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1505 loss: 3.562298e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1506 loss: 3.5583245e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1507 loss: 3.5563375e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "1508 loss: 3.552364e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1509 loss: 3.546404e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1510 loss: 3.5444173e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1511 loss: 3.5384568e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1512 loss: 3.5344834e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1513 loss: 3.5285233e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1514 loss: 3.52455e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1515 loss: 3.5225632e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1516 loss: 3.5166027e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1517 loss: 3.514616e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1518 loss: 3.5066692e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1519 loss: 3.5066692e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1520 loss: 3.5026955e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1521 loss: 3.498722e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1522 loss: 3.490775e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1523 loss: 3.4868015e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1524 loss: 3.4828285e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1525 loss: 3.4808414e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1526 loss: 3.4788547e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1527 loss: 3.4748813e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1528 loss: 3.4689212e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1529 loss: 3.4649478e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1530 loss: 3.4629607e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1531 loss: 3.460974e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1532 loss: 3.4570006e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1533 loss: 3.4490535e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1534 loss: 3.4470664e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1535 loss: 3.4470664e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1536 loss: 3.4430934e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1537 loss: 3.4371333e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1538 loss: 3.4351466e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1539 loss: 3.4291865e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1540 loss: 3.4252127e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1541 loss: 3.423226e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1542 loss: 3.4192526e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1543 loss: 3.4172655e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1544 loss: 3.415279e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1545 loss: 3.407332e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1546 loss: 3.4053453e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1547 loss: 3.401372e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1548 loss: 3.3954115e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1549 loss: 3.3954115e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1550 loss: 3.391438e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1551 loss: 3.3834913e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1552 loss: 3.3775308e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1553 loss: 3.369584e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1554 loss: 3.367597e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1555 loss: 3.367597e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1556 loss: 3.3576634e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1557 loss: 3.351703e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1558 loss: 3.351703e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1559 loss: 3.3477296e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1560 loss: 3.345743e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1561 loss: 3.337796e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1562 loss: 3.335809e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1563 loss: 3.3338223e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1564 loss: 3.3318356e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1565 loss: 3.329849e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1566 loss: 3.321902e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1567 loss: 3.3199154e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1568 loss: 3.3179283e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1569 loss: 3.3119682e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1570 loss: 3.307995e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1571 loss: 3.306008e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1572 loss: 3.304021e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1573 loss: 3.3000477e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1574 loss: 3.298061e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1575 loss: 3.2960743e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1576 loss: 3.2881275e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1577 loss: 3.2881275e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1578 loss: 3.284154e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1579 loss: 3.2801803e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1580 loss: 3.2762066e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1581 loss: 3.2702468e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1582 loss: 3.2642864e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1583 loss: 3.2642864e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1584 loss: 3.2622993e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1585 loss: 3.2583263e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1586 loss: 3.2543525e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1587 loss: 3.248392e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1588 loss: 3.2464057e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1589 loss: 3.2464057e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1590 loss: 3.2424323e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1591 loss: 3.236472e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1592 loss: 3.2324984e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1593 loss: 3.2305117e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1594 loss: 3.228525e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1595 loss: 3.2225646e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1596 loss: 3.2166045e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1597 loss: 3.2146178e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1598 loss: 3.2126307e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1599 loss: 3.2086573e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1600 loss: 3.202697e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1601 loss: 3.20071e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1602 loss: 3.196737e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1603 loss: 3.196737e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1604 loss: 3.1947504e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1605 loss: 3.1848165e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1606 loss: 3.1848165e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1607 loss: 3.1788564e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1608 loss: 3.1748827e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1609 loss: 3.172896e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1610 loss: 3.1689226e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1611 loss: 3.164949e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1612 loss: 3.1609754e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "1613 loss: 3.1589887e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1614 loss: 3.1570016e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1615 loss: 3.1530282e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1616 loss: 3.1530282e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1617 loss: 3.149055e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1618 loss: 3.1411077e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1619 loss: 3.1411077e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1620 loss: 3.133161e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1621 loss: 3.133161e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1622 loss: 3.131174e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1623 loss: 3.125214e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1624 loss: 3.1232274e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1625 loss: 3.117267e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1626 loss: 3.11528e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1627 loss: 3.1132935e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1628 loss: 3.10932e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1629 loss: 3.107333e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1630 loss: 3.1033596e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1631 loss: 3.101373e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1632 loss: 3.097399e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1633 loss: 3.091439e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1634 loss: 3.0894524e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1635 loss: 3.085479e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1636 loss: 3.0834923e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1637 loss: 3.0795185e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1638 loss: 3.0795185e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1639 loss: 3.0715717e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1640 loss: 3.0715717e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1641 loss: 3.069585e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1642 loss: 3.061638e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1643 loss: 3.0596515e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1644 loss: 3.0576644e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1645 loss: 3.053691e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1646 loss: 3.0477306e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1647 loss: 3.0457439e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1648 loss: 3.0457439e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1649 loss: 3.043757e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1650 loss: 3.0377967e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1651 loss: 3.0318368e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1652 loss: 3.0298499e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1653 loss: 3.0278632e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1654 loss: 3.0278632e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1655 loss: 3.0258763e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1656 loss: 3.0219027e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1657 loss: 3.0159426e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1658 loss: 3.013956e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1659 loss: 3.013956e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1660 loss: 3.0099822e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1661 loss: 3.004022e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1662 loss: 2.9960753e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1663 loss: 2.9960753e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1664 loss: 2.9921015e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1665 loss: 2.9901148e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1666 loss: 2.9881281e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1667 loss: 2.9861414e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1668 loss: 2.980181e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1669 loss: 2.980181e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1670 loss: 2.980181e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1671 loss: 2.9742207e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1672 loss: 2.9702473e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1673 loss: 2.964287e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1674 loss: 2.9623003e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1675 loss: 2.9583269e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1676 loss: 2.95634e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1677 loss: 2.9543531e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1678 loss: 2.948393e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1679 loss: 2.9424327e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1680 loss: 2.9424327e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1681 loss: 2.9404458e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1682 loss: 2.9364723e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1683 loss: 2.9344857e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1684 loss: 2.932499e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1685 loss: 2.9265386e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1686 loss: 2.9225655e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1687 loss: 2.9225655e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1688 loss: 2.9205787e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1689 loss: 2.916605e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1690 loss: 2.9106446e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1691 loss: 2.9066712e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1692 loss: 2.9026975e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1693 loss: 2.9026975e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1694 loss: 2.900711e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1695 loss: 2.8967374e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1696 loss: 2.8927641e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1697 loss: 2.8887906e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1698 loss: 2.8887906e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1699 loss: 2.8868037e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1700 loss: 2.8848168e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1701 loss: 2.8808434e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1702 loss: 2.8788567e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "1703 loss: 2.8728964e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1704 loss: 2.8728964e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1705 loss: 2.8709095e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1706 loss: 2.866936e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1707 loss: 2.860976e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1708 loss: 2.860976e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1709 loss: 2.8589891e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1710 loss: 2.8550156e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1711 loss: 2.8550156e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1712 loss: 2.8530287e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1713 loss: 2.8470684e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1714 loss: 2.843095e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1715 loss: 2.843095e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1716 loss: 2.8411083e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1717 loss: 2.8331611e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1718 loss: 2.8311744e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1719 loss: 2.8291877e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1720 loss: 2.827201e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1721 loss: 2.8252141e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1722 loss: 2.8212407e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1723 loss: 2.8192542e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1724 loss: 2.8132938e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1725 loss: 2.8113069e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1726 loss: 2.80932e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1727 loss: 2.8073333e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1728 loss: 2.8013732e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1729 loss: 2.7973996e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1730 loss: 2.7954127e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1731 loss: 2.7914391e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1732 loss: 2.787466e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1733 loss: 2.7854792e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1734 loss: 2.7854792e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1735 loss: 2.7815055e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1736 loss: 2.7795188e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1737 loss: 2.775545e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1738 loss: 2.775545e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1739 loss: 2.7715716e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1740 loss: 2.769585e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1741 loss: 2.7656115e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1742 loss: 2.7616381e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1743 loss: 2.7596512e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1744 loss: 2.7576643e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1745 loss: 2.753691e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1746 loss: 2.7517042e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1747 loss: 2.7497174e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1748 loss: 2.7477308e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1749 loss: 2.745744e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1750 loss: 2.7397837e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1751 loss: 2.7397837e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1752 loss: 2.7397837e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1753 loss: 2.73581e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1754 loss: 2.7298496e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1755 loss: 2.7278631e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1756 loss: 2.7238897e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1757 loss: 2.7219028e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1758 loss: 2.7179292e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1759 loss: 2.7179292e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1760 loss: 2.7159424e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1761 loss: 2.7079956e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1762 loss: 2.7060087e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1763 loss: 2.704022e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1764 loss: 2.704022e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1765 loss: 2.7000486e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1766 loss: 2.7000486e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1767 loss: 2.6960752e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1768 loss: 2.6901147e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1769 loss: 2.686141e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1770 loss: 2.686141e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1771 loss: 2.686141e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1772 loss: 2.686141e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1773 loss: 2.6821675e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1774 loss: 2.680181e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1775 loss: 2.6762074e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1776 loss: 2.6762074e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1777 loss: 2.6722337e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1778 loss: 2.6682603e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1779 loss: 2.6622998e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1780 loss: 2.6622998e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1781 loss: 2.6583268e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1782 loss: 2.654353e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1783 loss: 2.6523663e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1784 loss: 2.6503794e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1785 loss: 2.646406e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1786 loss: 2.6444191e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1787 loss: 2.6444191e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1788 loss: 2.6404457e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1789 loss: 2.6344853e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1790 loss: 2.6324986e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1791 loss: 2.6305117e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1792 loss: 2.6285252e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1793 loss: 2.6225647e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "1794 loss: 2.6205778e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1795 loss: 2.614618e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1796 loss: 2.6086575e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1797 loss: 2.6066706e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1798 loss: 2.6066706e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1799 loss: 2.6046837e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1800 loss: 2.6046837e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1801 loss: 2.5987238e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1802 loss: 2.5967369e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1803 loss: 2.5947502e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1804 loss: 2.5927633e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1805 loss: 2.5887897e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1806 loss: 2.5887897e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1807 loss: 2.5887897e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1808 loss: 2.580843e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1809 loss: 2.578856e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1810 loss: 2.5748825e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1811 loss: 2.5728956e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1812 loss: 2.5728956e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1813 loss: 2.5689222e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1814 loss: 2.5649488e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1815 loss: 2.5649488e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1816 loss: 2.5649488e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1817 loss: 2.5609752e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1818 loss: 2.5570018e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1819 loss: 2.5550149e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1820 loss: 2.5550149e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1821 loss: 2.5510415e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1822 loss: 2.547068e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1823 loss: 2.547068e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1824 loss: 2.545081e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1825 loss: 2.545081e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1826 loss: 2.5411075e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1827 loss: 2.5371337e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1828 loss: 2.5331601e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1829 loss: 2.5331601e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1830 loss: 2.5311736e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1831 loss: 2.5272002e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1832 loss: 2.5252133e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1833 loss: 2.5232268e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1834 loss: 2.519253e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1835 loss: 2.5152796e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1836 loss: 2.513293e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1837 loss: 2.513293e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1838 loss: 2.513293e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1839 loss: 2.5093195e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1840 loss: 2.503359e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1841 loss: 2.503359e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1842 loss: 2.5013722e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1843 loss: 2.4993857e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1844 loss: 2.4973988e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1845 loss: 2.4914383e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1846 loss: 2.4894514e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1847 loss: 2.4834913e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1848 loss: 2.4834913e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1849 loss: 2.479518e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1850 loss: 2.479518e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1851 loss: 2.479518e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1852 loss: 2.4755442e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1853 loss: 2.4755442e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1854 loss: 2.4695837e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1855 loss: 2.467597e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1856 loss: 2.4636238e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1857 loss: 2.4636238e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1858 loss: 2.4616369e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1859 loss: 2.4576633e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1860 loss: 2.4576633e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1861 loss: 2.4556764e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1862 loss: 2.451703e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1863 loss: 2.445743e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1864 loss: 2.445743e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1865 loss: 2.4417692e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1866 loss: 2.4417692e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1867 loss: 2.4417692e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1868 loss: 2.4397825e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1869 loss: 2.4377956e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1870 loss: 2.4338222e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1871 loss: 2.4318357e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1872 loss: 2.4258752e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1873 loss: 2.4238883e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1874 loss: 2.4219018e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1875 loss: 2.4219018e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1876 loss: 2.4219018e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1877 loss: 2.4219018e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1878 loss: 2.4159415e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1879 loss: 2.411968e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1880 loss: 2.409981e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1881 loss: 2.409981e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1882 loss: 2.4079942e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1883 loss: 2.4040206e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "1884 loss: 2.4040206e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1885 loss: 2.4020337e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1886 loss: 2.3960738e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1887 loss: 2.3960738e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1888 loss: 2.3901133e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1889 loss: 2.3901133e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1890 loss: 2.3901133e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1891 loss: 2.3881264e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1892 loss: 2.384153e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1893 loss: 2.378193e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1894 loss: 2.376206e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1895 loss: 2.376206e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1896 loss: 2.376206e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1897 loss: 2.3742192e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1898 loss: 2.3702456e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1899 loss: 2.368259e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1900 loss: 2.3662722e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1901 loss: 2.3622986e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1902 loss: 2.3583252e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1903 loss: 2.3563383e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1904 loss: 2.3563383e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1905 loss: 2.3563383e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1906 loss: 2.3503779e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1907 loss: 2.3503779e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1908 loss: 2.3464045e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1909 loss: 2.3464045e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1910 loss: 2.3444176e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1911 loss: 2.3404442e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1912 loss: 2.3404442e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1913 loss: 2.3364706e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1914 loss: 2.3344837e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1915 loss: 2.3344837e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1916 loss: 2.3305103e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1917 loss: 2.326537e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1918 loss: 2.3205765e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1919 loss: 2.3205765e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1920 loss: 2.3166029e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1921 loss: 2.314616e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1922 loss: 2.314616e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1923 loss: 2.3126293e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1924 loss: 2.3106424e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1925 loss: 2.3106424e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1926 loss: 2.308656e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1927 loss: 2.3046825e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1928 loss: 2.3026956e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1929 loss: 2.3007087e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1930 loss: 2.2967353e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1931 loss: 2.2967353e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1932 loss: 2.2947488e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1933 loss: 2.292762e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1934 loss: 2.292762e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1935 loss: 2.2868015e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1936 loss: 2.2848148e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1937 loss: 2.2848148e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1938 loss: 2.2848148e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1939 loss: 2.2828279e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1940 loss: 2.2768676e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1941 loss: 2.2748809e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1942 loss: 2.272894e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1943 loss: 2.272894e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1944 loss: 2.2669337e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1945 loss: 2.264947e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1946 loss: 2.264947e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1947 loss: 2.264947e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1948 loss: 2.2629602e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1949 loss: 2.2589868e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1950 loss: 2.2569999e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1951 loss: 2.2550132e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1952 loss: 2.2550132e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1953 loss: 2.2530265e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1954 loss: 2.2510398e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1955 loss: 2.2450793e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1956 loss: 2.2430924e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1957 loss: 2.2391188e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1958 loss: 2.2391188e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1959 loss: 2.2371321e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1960 loss: 2.2331587e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1961 loss: 2.2291852e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1962 loss: 2.2291852e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1963 loss: 2.2291852e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1964 loss: 2.2252116e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1965 loss: 2.2232247e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1966 loss: 2.2212382e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1967 loss: 2.2212382e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1968 loss: 2.2212382e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1969 loss: 2.2212382e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1970 loss: 2.2192513e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1971 loss: 2.2152779e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1972 loss: 2.2093174e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1973 loss: 2.2093174e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1974 loss: 2.2073305e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1975 loss: 2.2053438e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1976 loss: 2.2013704e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1977 loss: 2.2013704e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1978 loss: 2.2013704e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1979 loss: 2.1973967e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1980 loss: 2.1973967e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1981 loss: 2.1934233e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1982 loss: 2.1914366e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1983 loss: 2.1894497e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1984 loss: 2.1874628e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1985 loss: 2.1874628e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1986 loss: 2.1854761e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1987 loss: 2.1815027e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1988 loss: 2.1795158e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1989 loss: 2.1755424e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "1990 loss: 2.1755424e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1991 loss: 2.1755424e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1992 loss: 2.1735555e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1993 loss: 2.169582e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1994 loss: 2.169582e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1995 loss: 2.1656084e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1996 loss: 2.1656084e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1997 loss: 2.1616346e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1998 loss: 2.1556747e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "1999 loss: 2.1536878e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2000 loss: 2.1536878e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2001 loss: 2.1536878e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2002 loss: 2.1536878e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2003 loss: 2.1497142e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2004 loss: 2.1457407e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2005 loss: 2.1437538e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2006 loss: 2.1417669e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2007 loss: 2.1397804e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2008 loss: 2.1377939e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2009 loss: 2.1377939e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2010 loss: 2.13382e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2011 loss: 2.1318334e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2012 loss: 2.1318334e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2013 loss: 2.1298465e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2014 loss: 2.1298465e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2015 loss: 2.12786e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2016 loss: 2.1199126e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2017 loss: 2.1199126e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2018 loss: 2.1199126e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2019 loss: 2.1159392e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2020 loss: 2.1159392e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2021 loss: 2.1119657e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2022 loss: 2.1119657e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2023 loss: 2.1119657e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2024 loss: 2.1079919e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2025 loss: 2.1060054e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2026 loss: 2.1040185e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2027 loss: 2.0960715e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2028 loss: 2.0960715e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2029 loss: 2.0960715e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2030 loss: 2.0940846e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2031 loss: 2.0940846e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2032 loss: 2.0940846e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2033 loss: 2.090111e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2034 loss: 2.090111e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2035 loss: 2.0881242e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2036 loss: 2.0841508e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2037 loss: 2.0801772e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2038 loss: 2.0781903e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2039 loss: 2.0762036e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2040 loss: 2.0762036e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2041 loss: 2.0742169e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2042 loss: 2.0722302e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2043 loss: 2.0682564e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2044 loss: 2.0682564e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2045 loss: 2.0642829e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2046 loss: 2.0642829e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2047 loss: 2.0622963e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2048 loss: 2.0622963e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2049 loss: 2.0622963e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2050 loss: 2.0603095e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2051 loss: 2.0563359e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2052 loss: 2.0523625e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2053 loss: 2.0503756e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2054 loss: 2.0483887e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2055 loss: 2.0464022e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2056 loss: 2.0464022e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2057 loss: 2.0424286e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2058 loss: 2.0384548e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2059 loss: 2.0364683e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2060 loss: 2.0324947e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2061 loss: 2.0324947e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2062 loss: 2.0305079e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2063 loss: 2.0285212e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2064 loss: 2.0265343e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2065 loss: 2.0245476e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2066 loss: 2.0245476e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2067 loss: 2.0245476e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2068 loss: 2.0245476e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2069 loss: 2.020574e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2070 loss: 2.0146137e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "\tPrediction str:  ataaed\n",
      "2071 loss: 2.0146137e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2072 loss: 2.0146137e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2073 loss: 2.0146137e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2074 loss: 2.012627e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2075 loss: 2.0106401e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2076 loss: 2.0066665e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2077 loss: 2.0046798e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2078 loss: 2.0046798e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2079 loss: 2.002693e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2080 loss: 2.002693e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2081 loss: 2.000706e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2082 loss: 1.9967327e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2083 loss: 1.9967327e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2084 loss: 1.9967327e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2085 loss: 1.9967327e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2086 loss: 1.9907724e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2087 loss: 1.9887855e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2088 loss: 1.9828254e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2089 loss: 1.9788517e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2090 loss: 1.9788517e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2091 loss: 1.9788517e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2092 loss: 1.9788517e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2093 loss: 1.9788517e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2094 loss: 1.974878e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2095 loss: 1.9728912e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2096 loss: 1.9709045e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2097 loss: 1.9709045e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2098 loss: 1.9689178e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2099 loss: 1.966931e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2100 loss: 1.9649442e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2101 loss: 1.9629573e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2102 loss: 1.9629573e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2103 loss: 1.958984e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2104 loss: 1.9569972e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2105 loss: 1.9550103e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2106 loss: 1.9530235e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2107 loss: 1.94905e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2108 loss: 1.9470634e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2109 loss: 1.9470634e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2110 loss: 1.9470634e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2111 loss: 1.9450765e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2112 loss: 1.9450765e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2113 loss: 1.9391162e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2114 loss: 1.9391162e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2115 loss: 1.9391162e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2116 loss: 1.9391162e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2117 loss: 1.9391162e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2118 loss: 1.9351426e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2119 loss: 1.9331559e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2120 loss: 1.931169e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2121 loss: 1.931169e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2122 loss: 1.9271954e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2123 loss: 1.9271954e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2124 loss: 1.9252087e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2125 loss: 1.9212352e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2126 loss: 1.9212352e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2127 loss: 1.9172618e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2128 loss: 1.9152749e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2129 loss: 1.913288e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2130 loss: 1.913288e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2131 loss: 1.9113013e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2132 loss: 1.9093144e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2133 loss: 1.9073277e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2134 loss: 1.9073277e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2135 loss: 1.9053408e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2136 loss: 1.9053408e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2137 loss: 1.9033541e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2138 loss: 1.8993805e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2139 loss: 1.8993805e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2140 loss: 1.8934203e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2141 loss: 1.8914336e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2142 loss: 1.8914336e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2143 loss: 1.8914336e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2144 loss: 1.8894467e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2145 loss: 1.8894467e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2146 loss: 1.8874598e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2147 loss: 1.8874598e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2148 loss: 1.8874598e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2149 loss: 1.8854731e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2150 loss: 1.8814997e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2151 loss: 1.8755392e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2152 loss: 1.8755392e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2153 loss: 1.8735525e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "2154 loss: 1.8735525e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2155 loss: 1.8735525e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2156 loss: 1.8735525e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2157 loss: 1.8715658e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2158 loss: 1.869579e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2159 loss: 1.8675923e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2160 loss: 1.8636187e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2161 loss: 1.8636187e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2162 loss: 1.859645e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2163 loss: 1.8576582e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2164 loss: 1.8556715e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2165 loss: 1.8556715e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2166 loss: 1.8556715e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2167 loss: 1.8536848e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2168 loss: 1.8536848e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2169 loss: 1.8536848e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2170 loss: 1.8497112e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2171 loss: 1.8477243e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2172 loss: 1.8477243e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2173 loss: 1.8477243e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2174 loss: 1.8437508e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2175 loss: 1.8417639e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2176 loss: 1.8417639e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2177 loss: 1.8377905e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2178 loss: 1.8358038e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2179 loss: 1.8358038e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2180 loss: 1.8318302e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2181 loss: 1.8298433e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2182 loss: 1.8298433e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2183 loss: 1.8298433e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2184 loss: 1.8278566e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2185 loss: 1.8258697e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2186 loss: 1.823883e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2187 loss: 1.823883e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2188 loss: 1.8218963e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2189 loss: 1.8199094e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2190 loss: 1.8199094e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2191 loss: 1.8139492e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2192 loss: 1.8139492e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2193 loss: 1.8119623e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2194 loss: 1.8119623e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2195 loss: 1.8060018e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2196 loss: 1.8060018e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2197 loss: 1.8040151e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2198 loss: 1.8000417e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2199 loss: 1.798055e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2200 loss: 1.7960681e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2201 loss: 1.7960681e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2202 loss: 1.7920946e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2203 loss: 1.7920946e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2204 loss: 1.7920946e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2205 loss: 1.788121e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2206 loss: 1.788121e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2207 loss: 1.786134e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2208 loss: 1.786134e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2209 loss: 1.7821605e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2210 loss: 1.7801736e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2211 loss: 1.7801736e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2212 loss: 1.7781871e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2213 loss: 1.7762002e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2214 loss: 1.7742135e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2215 loss: 1.7742135e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2216 loss: 1.7742135e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2217 loss: 1.7722268e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2218 loss: 1.7722268e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2219 loss: 1.768253e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2220 loss: 1.7642795e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2221 loss: 1.7622928e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2222 loss: 1.7622928e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2223 loss: 1.7622928e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2224 loss: 1.7603059e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2225 loss: 1.7583192e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2226 loss: 1.7543456e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2227 loss: 1.7543456e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2228 loss: 1.7543456e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2229 loss: 1.7543456e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2230 loss: 1.752359e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2231 loss: 1.750372e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2232 loss: 1.750372e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2233 loss: 1.7483853e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2234 loss: 1.742425e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2235 loss: 1.742425e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2236 loss: 1.7404382e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2237 loss: 1.7404382e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2238 loss: 1.7404382e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2239 loss: 1.7384515e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2240 loss: 1.7384515e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2241 loss: 1.7344777e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2242 loss: 1.7344777e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2243 loss: 1.7344777e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2244 loss: 1.7344777e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2245 loss: 1.7344777e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2246 loss: 1.7305043e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2247 loss: 1.7305043e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2248 loss: 1.7265307e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2249 loss: 1.7245438e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2250 loss: 1.7245438e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2251 loss: 1.7245438e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2252 loss: 1.7225571e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2253 loss: 1.7205703e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2254 loss: 1.7165969e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2255 loss: 1.7165969e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2256 loss: 1.71461e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2257 loss: 1.71461e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2258 loss: 1.7106364e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2259 loss: 1.7086497e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2260 loss: 1.7086497e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2261 loss: 1.706663e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2262 loss: 1.706663e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2263 loss: 1.7026894e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2264 loss: 1.7007025e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2265 loss: 1.7007025e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2266 loss: 1.7007025e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2267 loss: 1.7007025e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2268 loss: 1.7007025e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2269 loss: 1.6987156e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "2270 loss: 1.6987156e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2271 loss: 1.6927555e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2272 loss: 1.6927555e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2273 loss: 1.6927555e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2274 loss: 1.6887818e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2275 loss: 1.6887818e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2276 loss: 1.6887818e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2277 loss: 1.6848084e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2278 loss: 1.6828217e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2279 loss: 1.6808348e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2280 loss: 1.6768612e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2281 loss: 1.6768612e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2282 loss: 1.6768612e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2283 loss: 1.6748745e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2284 loss: 1.6728876e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2285 loss: 1.668914e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2286 loss: 1.6669273e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2287 loss: 1.6669273e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2288 loss: 1.6669273e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2289 loss: 1.6669273e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2290 loss: 1.6669273e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2291 loss: 1.6649405e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2292 loss: 1.6649405e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2293 loss: 1.6629536e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2294 loss: 1.6589802e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2295 loss: 1.6550066e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2296 loss: 1.6530197e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2297 loss: 1.651033e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2298 loss: 1.651033e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2299 loss: 1.651033e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2300 loss: 1.651033e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2301 loss: 1.6490463e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2302 loss: 1.6470594e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2303 loss: 1.6470594e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2304 loss: 1.6470594e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2305 loss: 1.6470594e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2306 loss: 1.6470594e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2307 loss: 1.6450727e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2308 loss: 1.6410992e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2309 loss: 1.6391123e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2310 loss: 1.6351387e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2311 loss: 1.633152e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2312 loss: 1.633152e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2313 loss: 1.6311653e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2314 loss: 1.6311653e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2315 loss: 1.6311653e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2316 loss: 1.6291784e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2317 loss: 1.6271915e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2318 loss: 1.6252048e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2319 loss: 1.6212312e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2320 loss: 1.6192445e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2321 loss: 1.6192445e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2322 loss: 1.6192445e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2323 loss: 1.6192445e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2324 loss: 1.615271e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2325 loss: 1.613284e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2326 loss: 1.6112972e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2327 loss: 1.6093105e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2328 loss: 1.6093105e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2329 loss: 1.6093105e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2330 loss: 1.6093105e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2331 loss: 1.6073238e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2332 loss: 1.6073238e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2333 loss: 1.6033502e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2334 loss: 1.6013633e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2335 loss: 1.6013633e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2336 loss: 1.6013633e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2337 loss: 1.59739e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2338 loss: 1.595403e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2339 loss: 1.595403e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2340 loss: 1.595403e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2341 loss: 1.595403e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2342 loss: 1.5914295e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2343 loss: 1.5874559e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2344 loss: 1.5874559e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2345 loss: 1.5874559e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2346 loss: 1.585469e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2347 loss: 1.585469e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2348 loss: 1.585469e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2349 loss: 1.585469e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2350 loss: 1.5834823e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2351 loss: 1.5814956e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2352 loss: 1.5795089e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2353 loss: 1.5795089e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2354 loss: 1.577522e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2355 loss: 1.577522e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2356 loss: 1.577522e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2357 loss: 1.577522e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2358 loss: 1.577522e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2359 loss: 1.5695749e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "2360 loss: 1.567588e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2361 loss: 1.567588e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2362 loss: 1.567588e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2363 loss: 1.567588e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2364 loss: 1.567588e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2365 loss: 1.567588e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2366 loss: 1.5656013e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2367 loss: 1.5596408e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2368 loss: 1.5576541e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2369 loss: 1.5576541e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2370 loss: 1.5556674e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2371 loss: 1.5556674e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2372 loss: 1.5536805e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2373 loss: 1.5536805e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2374 loss: 1.5536805e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2375 loss: 1.5536805e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2376 loss: 1.549707e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2377 loss: 1.5477202e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2378 loss: 1.5477202e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2379 loss: 1.5457334e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2380 loss: 1.5417598e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2381 loss: 1.539773e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2382 loss: 1.539773e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2383 loss: 1.539773e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2384 loss: 1.539773e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2385 loss: 1.5357995e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2386 loss: 1.5338126e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2387 loss: 1.5338126e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2388 loss: 1.5338126e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2389 loss: 1.5338126e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2390 loss: 1.5338126e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2391 loss: 1.5338126e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2392 loss: 1.531826e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2393 loss: 1.5298392e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2394 loss: 1.52586545e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2395 loss: 1.52387875e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2396 loss: 1.52387875e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2397 loss: 1.52189195e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2398 loss: 1.52189195e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2399 loss: 1.5199052e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2400 loss: 1.5199052e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2401 loss: 1.5199052e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2402 loss: 1.5179183e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2403 loss: 1.5159318e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2404 loss: 1.5119581e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2405 loss: 1.5119581e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2406 loss: 1.5119581e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2407 loss: 1.5119581e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2408 loss: 1.5119581e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2409 loss: 1.5099713e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2410 loss: 1.5059976e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2411 loss: 1.5040108e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2412 loss: 1.50003725e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2413 loss: 1.49805055e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2414 loss: 1.4960638e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2415 loss: 1.4960638e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2416 loss: 1.4960638e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2417 loss: 1.494077e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2418 loss: 1.494077e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2419 loss: 1.494077e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2420 loss: 1.4920901e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2421 loss: 1.4901034e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2422 loss: 1.4901034e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2423 loss: 1.4901034e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2424 loss: 1.4901034e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2425 loss: 1.4881166e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2426 loss: 1.4881166e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2427 loss: 1.4861298e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2428 loss: 1.4841431e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2429 loss: 1.4821562e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2430 loss: 1.4742091e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2431 loss: 1.4742091e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2432 loss: 1.4742091e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2433 loss: 1.4742091e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2434 loss: 1.4742091e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2435 loss: 1.4742091e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2436 loss: 1.4742091e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2437 loss: 1.4742091e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2438 loss: 1.4742091e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2439 loss: 1.4702355e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2440 loss: 1.4682488e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2441 loss: 1.4682488e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2442 loss: 1.4662619e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2443 loss: 1.4642751e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2444 loss: 1.4622883e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2445 loss: 1.4622883e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2446 loss: 1.4622883e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2447 loss: 1.4622883e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2448 loss: 1.4603014e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "2449 loss: 1.4563279e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2450 loss: 1.4563279e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2451 loss: 1.4543411e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2452 loss: 1.4543411e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2453 loss: 1.4543411e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2454 loss: 1.4543411e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2455 loss: 1.4543411e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2456 loss: 1.4523544e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2457 loss: 1.4483808e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2458 loss: 1.4444073e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2459 loss: 1.4444073e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2460 loss: 1.4444073e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2461 loss: 1.4444073e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2462 loss: 1.4424204e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2463 loss: 1.4424204e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2464 loss: 1.4424204e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2465 loss: 1.4424204e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2466 loss: 1.4424204e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2467 loss: 1.4364601e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2468 loss: 1.4344732e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2469 loss: 1.4344732e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2470 loss: 1.4344732e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2471 loss: 1.4304997e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2472 loss: 1.4265261e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2473 loss: 1.4265261e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2474 loss: 1.4265261e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2475 loss: 1.4245394e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2476 loss: 1.4245394e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2477 loss: 1.4205658e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2478 loss: 1.4205658e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2479 loss: 1.4205658e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2480 loss: 1.4205658e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2481 loss: 1.4205658e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2482 loss: 1.4205658e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2483 loss: 1.4205658e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2484 loss: 1.4205658e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2485 loss: 1.4185789e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2486 loss: 1.4185789e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2487 loss: 1.4106319e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2488 loss: 1.408645e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2489 loss: 1.408645e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2490 loss: 1.408645e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2491 loss: 1.408645e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2492 loss: 1.408645e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2493 loss: 1.408645e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2494 loss: 1.40665825e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2495 loss: 1.4046715e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2496 loss: 1.4046715e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2497 loss: 1.4006978e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2498 loss: 1.4006978e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2499 loss: 1.398711e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2500 loss: 1.3967243e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2501 loss: 1.3967243e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2502 loss: 1.3947376e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2503 loss: 1.3947376e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2504 loss: 1.3927507e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2505 loss: 1.3927507e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2506 loss: 1.3907639e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2507 loss: 1.3867902e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2508 loss: 1.3867902e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2509 loss: 1.3867902e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2510 loss: 1.3867902e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2511 loss: 1.3867902e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2512 loss: 1.3867902e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2513 loss: 1.38480345e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2514 loss: 1.38480345e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2515 loss: 1.38480345e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2516 loss: 1.38480345e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2517 loss: 1.3788433e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2518 loss: 1.3788433e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2519 loss: 1.3788433e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2520 loss: 1.3788433e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2521 loss: 1.3768564e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2522 loss: 1.3768564e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2523 loss: 1.3768564e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2524 loss: 1.3768564e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2525 loss: 1.3748696e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2526 loss: 1.3728829e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2527 loss: 1.3669224e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2528 loss: 1.3649356e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2529 loss: 1.3649356e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2530 loss: 1.36294875e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2531 loss: 1.36294875e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2532 loss: 1.36294875e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2533 loss: 1.36096205e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2534 loss: 1.36096205e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2535 loss: 1.36096205e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2536 loss: 1.36096205e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2537 loss: 1.3569886e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "2538 loss: 1.3550018e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2539 loss: 1.3550018e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2540 loss: 1.3550018e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2541 loss: 1.3550018e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2542 loss: 1.3550018e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2543 loss: 1.3530149e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2544 loss: 1.3530149e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2545 loss: 1.3530149e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2546 loss: 1.3530149e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2547 loss: 1.3510281e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2548 loss: 1.3470546e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2549 loss: 1.3450677e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2550 loss: 1.3450677e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2551 loss: 1.343081e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2552 loss: 1.343081e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2553 loss: 1.343081e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2554 loss: 1.343081e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2555 loss: 1.3410942e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2556 loss: 1.3410942e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2557 loss: 1.3410942e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2558 loss: 1.3371207e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2559 loss: 1.3351339e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2560 loss: 1.3351339e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2561 loss: 1.3351339e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2562 loss: 1.3351339e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2563 loss: 1.3351339e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2564 loss: 1.3351339e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2565 loss: 1.3351339e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2566 loss: 1.3311603e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2567 loss: 1.3311603e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2568 loss: 1.3291734e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2569 loss: 1.3251999e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2570 loss: 1.3251999e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2571 loss: 1.3251999e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2572 loss: 1.3232131e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2573 loss: 1.3212262e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2574 loss: 1.3212262e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2575 loss: 1.3212262e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2576 loss: 1.3212262e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2577 loss: 1.3192395e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2578 loss: 1.3192395e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2579 loss: 1.3192395e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2580 loss: 1.3152659e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2581 loss: 1.3152659e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2582 loss: 1.3152659e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2583 loss: 1.3132792e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2584 loss: 1.3132792e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2585 loss: 1.3132792e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2586 loss: 1.3132792e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2587 loss: 1.3132792e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2588 loss: 1.3093056e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2589 loss: 1.3073188e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2590 loss: 1.3053319e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2591 loss: 1.3013584e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2592 loss: 1.3013584e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2593 loss: 1.3013584e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2594 loss: 1.3013584e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2595 loss: 1.3013584e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2596 loss: 1.3013584e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2597 loss: 1.3013584e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2598 loss: 1.3013584e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2599 loss: 1.3013584e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2600 loss: 1.2993716e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2601 loss: 1.2993716e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2602 loss: 1.2953979e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2603 loss: 1.29341115e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2604 loss: 1.2894376e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2605 loss: 1.2894376e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2606 loss: 1.2894376e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2607 loss: 1.2894376e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2608 loss: 1.2874509e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2609 loss: 1.2874509e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2610 loss: 1.2874509e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2611 loss: 1.2854641e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2612 loss: 1.2854641e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2613 loss: 1.2814904e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2614 loss: 1.2814904e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2615 loss: 1.2814904e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2616 loss: 1.2814904e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2617 loss: 1.2795036e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2618 loss: 1.2795036e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2619 loss: 1.2795036e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2620 loss: 1.2775168e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2621 loss: 1.2775168e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2622 loss: 1.2775168e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2623 loss: 1.2755301e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2624 loss: 1.2715565e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "2625 loss: 1.2715565e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2626 loss: 1.2715565e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2627 loss: 1.26956975e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2628 loss: 1.26956975e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2629 loss: 1.26956975e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2630 loss: 1.267583e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2631 loss: 1.267583e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2632 loss: 1.2655961e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2633 loss: 1.2636093e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2634 loss: 1.2636093e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2635 loss: 1.2616225e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2636 loss: 1.2576491e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2637 loss: 1.2556622e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2638 loss: 1.2556622e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2639 loss: 1.2556622e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2640 loss: 1.2556622e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2641 loss: 1.2536754e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2642 loss: 1.2536754e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2643 loss: 1.2536754e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2644 loss: 1.2536754e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2645 loss: 1.2516886e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2646 loss: 1.2516886e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2647 loss: 1.24771495e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2648 loss: 1.2457282e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2649 loss: 1.2437413e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2650 loss: 1.2437413e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2651 loss: 1.2437413e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2652 loss: 1.2437413e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2653 loss: 1.2397679e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2654 loss: 1.2397679e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2655 loss: 1.2397679e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2656 loss: 1.2377811e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2657 loss: 1.2377811e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2658 loss: 1.2377811e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2659 loss: 1.2338074e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2660 loss: 1.2318206e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2661 loss: 1.2318206e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2662 loss: 1.2318206e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2663 loss: 1.2318206e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2664 loss: 1.2318206e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2665 loss: 1.2298338e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2666 loss: 1.2298338e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2667 loss: 1.22784695e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2668 loss: 1.22784695e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2669 loss: 1.22784695e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2670 loss: 1.2258602e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2671 loss: 1.2199e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2672 loss: 1.2199e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2673 loss: 1.2199e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2674 loss: 1.2199e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2675 loss: 1.2199e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2676 loss: 1.2199e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2677 loss: 1.2199e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2678 loss: 1.2199e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2679 loss: 1.2199e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2680 loss: 1.2179131e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2681 loss: 1.2159263e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2682 loss: 1.2159263e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2683 loss: 1.2139395e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2684 loss: 1.2099658e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2685 loss: 1.2099658e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2686 loss: 1.2099658e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2687 loss: 1.2059923e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2688 loss: 1.2059923e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2689 loss: 1.2040055e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2690 loss: 1.2020187e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2691 loss: 1.2020187e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2692 loss: 1.2020187e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2693 loss: 1.2020187e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2694 loss: 1.2020187e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2695 loss: 1.200032e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2696 loss: 1.1980452e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2697 loss: 1.1980452e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2698 loss: 1.1980452e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2699 loss: 1.1980452e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2700 loss: 1.1980452e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2701 loss: 1.1980452e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2702 loss: 1.1980452e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2703 loss: 1.1980452e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2704 loss: 1.1940715e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2705 loss: 1.1920847e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2706 loss: 1.1920847e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2707 loss: 1.1920847e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2708 loss: 1.1881111e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2709 loss: 1.1861243e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2710 loss: 1.1861243e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2711 loss: 1.1861243e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "2712 loss: 1.1861243e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2713 loss: 1.1861243e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2714 loss: 1.1861243e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2715 loss: 1.1861243e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2716 loss: 1.1861243e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2717 loss: 1.1861243e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2718 loss: 1.1841376e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2719 loss: 1.1841376e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2720 loss: 1.1821508e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2721 loss: 1.1781772e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2722 loss: 1.1761904e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2723 loss: 1.1742035e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2724 loss: 1.1722167e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2725 loss: 1.1722167e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2726 loss: 1.1722167e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2727 loss: 1.1722167e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2728 loss: 1.1682432e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2729 loss: 1.1682432e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2730 loss: 1.1682432e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2731 loss: 1.1682432e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2732 loss: 1.1682432e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2733 loss: 1.1662563e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2734 loss: 1.1642695e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2735 loss: 1.1642695e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2736 loss: 1.1642695e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2737 loss: 1.1642695e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2738 loss: 1.1642695e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2739 loss: 1.1642695e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2740 loss: 1.1642695e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2741 loss: 1.1622828e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2742 loss: 1.1622828e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2743 loss: 1.1622828e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2744 loss: 1.1622828e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2745 loss: 1.16029605e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2746 loss: 1.1563224e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2747 loss: 1.1563224e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2748 loss: 1.1523489e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2749 loss: 1.1523489e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2750 loss: 1.1523489e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2751 loss: 1.1523489e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2752 loss: 1.1523489e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2753 loss: 1.150362e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2754 loss: 1.150362e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2755 loss: 1.150362e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2756 loss: 1.150362e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2757 loss: 1.150362e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2758 loss: 1.150362e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2759 loss: 1.1483753e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2760 loss: 1.1444017e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2761 loss: 1.1444017e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2762 loss: 1.1444017e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2763 loss: 1.1444017e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2764 loss: 1.1444017e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2765 loss: 1.1424148e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2766 loss: 1.14042805e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2767 loss: 1.14042805e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2768 loss: 1.1384413e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2769 loss: 1.1384413e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2770 loss: 1.1364544e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2771 loss: 1.1364544e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2772 loss: 1.1344677e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2773 loss: 1.1324809e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2774 loss: 1.1324809e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2775 loss: 1.1324809e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2776 loss: 1.1324809e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2777 loss: 1.1324809e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2778 loss: 1.1324809e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2779 loss: 1.1265205e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2780 loss: 1.1265205e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2781 loss: 1.1245337e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2782 loss: 1.1245337e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2783 loss: 1.1245337e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2784 loss: 1.1245337e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2785 loss: 1.1225469e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2786 loss: 1.12056005e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2787 loss: 1.12056005e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2788 loss: 1.1185733e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2789 loss: 1.11459985e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2790 loss: 1.11459985e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2791 loss: 1.11459985e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2792 loss: 1.11459985e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2793 loss: 1.11459985e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2794 loss: 1.11459985e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2795 loss: 1.11459985e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2796 loss: 1.11459985e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2797 loss: 1.11459985e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "2798 loss: 1.1126131e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2799 loss: 1.1106262e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2800 loss: 1.1086394e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2801 loss: 1.1086394e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2802 loss: 1.1086394e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2803 loss: 1.1086394e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2804 loss: 1.1086394e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2805 loss: 1.1066526e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2806 loss: 1.1066526e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2807 loss: 1.1066526e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2808 loss: 1.1066526e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2809 loss: 1.1046657e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2810 loss: 1.1006921e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2811 loss: 1.0987054e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2812 loss: 1.0987054e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2813 loss: 1.0947318e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2814 loss: 1.0947318e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2815 loss: 1.0947318e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2816 loss: 1.0947318e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2817 loss: 1.0947318e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2818 loss: 1.092745e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2819 loss: 1.092745e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2820 loss: 1.092745e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2821 loss: 1.092745e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2822 loss: 1.092745e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2823 loss: 1.092745e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2824 loss: 1.092745e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2825 loss: 1.092745e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2826 loss: 1.092745e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2827 loss: 1.0887714e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2828 loss: 1.0887714e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2829 loss: 1.0887714e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2830 loss: 1.0887714e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2831 loss: 1.0867846e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2832 loss: 1.0828109e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2833 loss: 1.0828109e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2834 loss: 1.0828109e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2835 loss: 1.0828109e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2836 loss: 1.0828109e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2837 loss: 1.0828109e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2838 loss: 1.0808241e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2839 loss: 1.0808241e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2840 loss: 1.0808241e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2841 loss: 1.0768506e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2842 loss: 1.0768506e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2843 loss: 1.0768506e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2844 loss: 1.0748638e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2845 loss: 1.0748638e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2846 loss: 1.0748638e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2847 loss: 1.0748638e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2848 loss: 1.0748638e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2849 loss: 1.0748638e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2850 loss: 1.0748638e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2851 loss: 1.0748638e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2852 loss: 1.0748638e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2853 loss: 1.0728771e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2854 loss: 1.0728771e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2855 loss: 1.0708903e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2856 loss: 1.0649298e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2857 loss: 1.0649298e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2858 loss: 1.062943e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2859 loss: 1.062943e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2860 loss: 1.0609563e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2861 loss: 1.0609563e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2862 loss: 1.0609563e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2863 loss: 1.0609563e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2864 loss: 1.0609563e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2865 loss: 1.0609563e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2866 loss: 1.0589694e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2867 loss: 1.0589694e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2868 loss: 1.0589694e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2869 loss: 1.0589694e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2870 loss: 1.05300915e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2871 loss: 1.05300915e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2872 loss: 1.05300915e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2873 loss: 1.05300915e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2874 loss: 1.05300915e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2875 loss: 1.0510223e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2876 loss: 1.0510223e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2877 loss: 1.0470487e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2878 loss: 1.0470487e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2879 loss: 1.043075e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2880 loss: 1.043075e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2881 loss: 1.043075e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2882 loss: 1.0410882e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2883 loss: 1.0410882e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "2884 loss: 1.0410882e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2885 loss: 1.0371146e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2886 loss: 1.0371146e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2887 loss: 1.0371146e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2888 loss: 1.0351278e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2889 loss: 1.0351278e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2890 loss: 1.0351278e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2891 loss: 1.0351278e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2892 loss: 1.0351278e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2893 loss: 1.0351278e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2894 loss: 1.0351278e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2895 loss: 1.0351278e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2896 loss: 1.0351278e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2897 loss: 1.0351278e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2898 loss: 1.03314105e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2899 loss: 1.03314105e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2900 loss: 1.0291674e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2901 loss: 1.0271807e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2902 loss: 1.0271807e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2903 loss: 1.0251939e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2904 loss: 1.023207e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2905 loss: 1.023207e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2906 loss: 1.023207e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2907 loss: 1.023207e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2908 loss: 1.023207e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2909 loss: 1.023207e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2910 loss: 1.023207e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2911 loss: 1.0212202e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2912 loss: 1.0212202e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2913 loss: 1.0212202e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2914 loss: 1.0212202e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2915 loss: 1.0172466e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2916 loss: 1.0172466e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2917 loss: 1.0172466e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2918 loss: 1.0152598e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2919 loss: 1.0152598e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2920 loss: 1.0152598e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2921 loss: 1.01327305e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2922 loss: 1.01327305e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2923 loss: 1.0112863e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2924 loss: 1.0112863e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2925 loss: 1.0112863e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2926 loss: 1.0112863e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2927 loss: 1.0112863e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2928 loss: 1.0092995e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2929 loss: 1.0092995e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2930 loss: 1.0073127e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2931 loss: 1.0053259e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2932 loss: 1.0033391e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2933 loss: 1.0033391e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2934 loss: 1.0033391e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2935 loss: 1.0033391e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2936 loss: 1.0033391e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2937 loss: 1.0033391e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2938 loss: 1.0033391e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2939 loss: 1.0033391e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2940 loss: 1.0013522e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2941 loss: 1.0013522e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2942 loss: 1.0013522e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2943 loss: 1.0013522e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2944 loss: 1.0013522e-05 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2945 loss: 9.973786e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2946 loss: 9.953919e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2947 loss: 9.9141835e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2948 loss: 9.894315e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2949 loss: 9.894315e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2950 loss: 9.894315e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2951 loss: 9.894315e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2952 loss: 9.894315e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2953 loss: 9.874448e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2954 loss: 9.874448e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2955 loss: 9.854579e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2956 loss: 9.834711e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2957 loss: 9.834711e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2958 loss: 9.834711e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2959 loss: 9.834711e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2960 loss: 9.834711e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2961 loss: 9.834711e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2962 loss: 9.814843e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2963 loss: 9.794974e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2964 loss: 9.794974e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2965 loss: 9.794974e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2966 loss: 9.794974e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2967 loss: 9.794974e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2968 loss: 9.775107e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2969 loss: 9.735371e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2970 loss: 9.735371e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    },
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "2971 loss: 9.735371e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2972 loss: 9.735371e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2973 loss: 9.735371e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2974 loss: 9.735371e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2975 loss: 9.735371e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2976 loss: 9.735371e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2977 loss: 9.735371e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2978 loss: 9.7155025e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2979 loss: 9.655899e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2980 loss: 9.655899e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2981 loss: 9.655899e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2982 loss: 9.655899e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2983 loss: 9.636031e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2984 loss: 9.636031e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2985 loss: 9.636031e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2986 loss: 9.636031e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2987 loss: 9.636031e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2988 loss: 9.636031e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2989 loss: 9.636031e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2990 loss: 9.636031e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2991 loss: 9.636031e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2992 loss: 9.616163e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2993 loss: 9.616163e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2994 loss: 9.596295e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2995 loss: 9.556559e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2996 loss: 9.556559e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2997 loss: 9.556559e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2998 loss: 9.556559e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n",
      "2999 loss: 9.556559e-06 prediction:  [[1 2 1 3 4 5]] true Y:  [[1, 2, 1, 3, 4, 5]]\n",
      "\tPrediction str:  ataaed\n"
     ]
    }
   ],
   "source": [
    "import tensorflow as tf\n",
    "import numpy as np\n",
    "tf.set_random_seed(777)  # reproducibility\n",
    "\n",
    "num_classes = 7\n",
    "input_dim = 6  # one-hot size\n",
    "hidden_size = 5  # output from the LSTM. 5 to directly predict one-hot\n",
    "batch_size = 1   # one sentence\n",
    "sequence_length = 6  # |ihello| == 6\n",
    "learning_rate = 0.1\n",
    "\n",
    "idx2char = ['d','a','t','a','e','d','u'] # d=0, a=1, t=2, e=3, d=4, u=5\n",
    "x_data = [[[0, 1, 2, 1, 3, 4]]]# dataed\n",
    "x_one_hot = [[[1,0,0,0,0,0], #d\n",
    "             [0,1,0,0,0,0], #a\n",
    "             [0,0,1,0,0,0], #t\n",
    "             [0,0,0,1,0,0], #e\n",
    "             [0,0,0,0,1,0], #d\n",
    "             [0,0,0,0,0,1]]] #u\n",
    "\n",
    "y_data = [[1, 2, 1, 3, 4, 5]] # ataedu\n",
    "\n",
    "\n",
    "X = tf.placeholder(\n",
    "    tf.float32, [None, sequence_length, input_dim])  # X one-hot\n",
    "Y = tf.placeholder(tf.int32, [None, sequence_length])  # Y label\n",
    "\n",
    "cell = tf.contrib.rnn.BasicLSTMCell(num_units=hidden_size, state_is_tuple=True)\n",
    "initial_state = cell.zero_state(batch_size, tf.float32)\n",
    "outputs, _states = tf.nn.dynamic_rnn(\n",
    "    cell, X, initial_state=initial_state, dtype=tf.float32)\n",
    "\n",
    "# FC layer\n",
    "X_for_fc = tf.reshape(outputs, [-1, hidden_size])\n",
    "# fc_w = tf.get_variable(\"fc_w\", [hidden_size, num_classes])\n",
    "# fc_b = tf.get_variable(\"fc_b\", [num_classes])\n",
    "# outputs = tf.matmul(X_for_fc, fc_w) + fc_b\n",
    "outputs = tf.contrib.layers.fully_connected(\n",
    "    inputs=X_for_fc, num_outputs=num_classes, activation_fn=None)\n",
    "\n",
    "# reshape out for sequence_loss\n",
    "outputs = tf.reshape(outputs, [batch_size, sequence_length, num_classes])\n",
    "\n",
    "weights = tf.ones([batch_size, sequence_length])\n",
    "sequence_loss = tf.contrib.seq2seq.sequence_loss(\n",
    "    logits=outputs, targets=Y, weights=weights)\n",
    "loss = tf.reduce_mean(sequence_loss)\n",
    "train = tf.train.AdamOptimizer(learning_rate=learning_rate).minimize(loss)\n",
    "\n",
    "prediction = tf.argmax(outputs, axis=2)\n",
    "\n",
    "with tf.Session() as sess:\n",
    "    sess.run(tf.global_variables_initializer())\n",
    "    for i in range(3000):\n",
    "        l, _ = sess.run([loss, train], feed_dict={X: x_one_hot, Y: y_data})\n",
    "        result = sess.run(prediction, feed_dict={X: x_one_hot})\n",
    "        print(i, \"loss:\", l, \"prediction: \", result, \"true Y: \", y_data)\n",
    "\n",
    "        # print char using dic\n",
    "        result_str = [idx2char[c] for c in np.squeeze(result)]\n",
    "        print(\"\\tPrediction str: \", ''.join(result_str))"
   ]
  }
 ],
 "metadata": {
  "kernelspec": {
   "display_name": "Python 3",
   "language": "python",
   "name": "python3"
  },
  "language_info": {
   "codemirror_mode": {
    "name": "ipython",
    "version": 3
   },
   "file_extension": ".py",
   "mimetype": "text/x-python",
   "name": "python",
   "nbconvert_exporter": "python",
   "pygments_lexer": "ipython3",
   "version": "3.7.3"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 2
}
