{ "nbformat": 4, "nbformat_minor": 0, "metadata": { "colab": { "name": "Interactive textgenrnn Demo w/ GPU", "version": "0.3.2", "provenance": [], "collapsed_sections": [] }, "kernelspec": { "name": "python3", "display_name": "Python 3" }, "accelerator": "GPU" }, "cells": [ { "cell_type": "markdown", "metadata": { "id": "view-in-github", "colab_type": "text" }, "source": [ "[View in Colaboratory](https://colab.research.google.com/github/iconix/openai/blob/master/Interactive_textgenrnn_Demo_w_GPU.ipynb)" ] }, { "metadata": { "id": "H7LoMj4GA4n_", "colab_type": "text" }, "cell_type": "markdown", "source": [ "# Interactive textgenrnn Demo w/ GPU\n", "\n", "by [Max Woolf](http://minimaxir.com)\n", "\n", "Generate text using a pretrained neural network with a few lines of code, or easily train your own text-generating neural network of any size and complexity, **for free on a GPU using Collaboratory!**\n", "\n", "For more about textgenrnn, you can visit [this GitHub repository](https://github.com/minimaxir/textgenrnn).\n", "\n", "\n", "To get started:\n", "\n", "1. Copy this notebook to your Google Drive to keep it and save your changes.\n", "2. Make sure you're running the notebook in Google Chrome.\n", "3. Run the cells below:\n" ] }, { "metadata": { "id": "KBkpRgBCBS2_", "colab_type": "code", "colab": { "base_uri": "https://localhost:8080/", "height": 34 }, "outputId": "0c75ba53-0158-4f1c-b85e-817b68d5b7fd" }, "cell_type": "code", "source": [ "!pip install -q textgenrnn\n", "from google.colab import files\n", "from textgenrnn import textgenrnn\n", "import os" ], "execution_count": 1, "outputs": [ { "output_type": "stream", "text": [ "Using TensorFlow backend.\n" ], "name": "stderr" } ] }, { "metadata": { "id": "0wXB05bPDYxS", "colab_type": "text" }, "cell_type": "markdown", "source": [ "Set the textgenrnn model configuration here. (see the [demo notebook](https://github.com/minimaxir/textgenrnn/blob/master/docs/textgenrnn-demo.ipynb) for more information about these parameters)\n", "\n", "If you are using an input file where documents are line-delimited, set `line_delimited` to `True`." ] }, { "metadata": { "id": "P8wSlgXoDPCR", "colab_type": "code", "colab": {} }, "cell_type": "code", "source": [ "model_cfg = {\n", " 'rnn_size': 128,\n", " 'rnn_layers': 4,\n", " 'rnn_bidirectional': True,\n", " 'max_length': 40,\n", " 'max_words': 10000,\n", " 'dim_embeddings': 100,\n", " 'word_level': True,\n", "}\n", "\n", "train_cfg = {\n", " 'line_delimited': False,\n", " 'num_epochs': 10,\n", " 'gen_epochs': 2,\n", " 'batch_size': 1024,\n", " 'train_size': 0.8,\n", " 'dropout': 0.0,\n", " 'max_gen_length': 300,\n", " 'validation': False,\n", " 'is_csv': False\n", "}" ], "execution_count": 0, "outputs": [] }, { "metadata": { "id": "BT__brhBCvJu", "colab_type": "text" }, "cell_type": "markdown", "source": [ "After running the next cell, the cell will ask you to upload a file. Upload **any text file** and textgenrnn will start training and generating creative text based on that file!\n", "\n", "The cell after that will start the training. And thanks to the power of Keras's CuDNN layers, training is super-fast! When the training is done, running the cell after this will automatically download the weights, the vocab, and the config.\n", "\n", "(N.B. the uploaded file is only stored in the Colaboratory VM and no one else can see it)" ] }, { "metadata": { "id": "6OFnPCLADfll", "colab_type": "code", "colab": { "resources": { "http://localhost:8080/nbextensions/google.colab/files.js": { "data": "Ly8gQ29weXJpZ2h0IDIwMTcgR29vZ2xlIExMQwovLwovLyBMaWNlbnNlZCB1bmRlciB0aGUgQXBhY2hlIExpY2Vuc2UsIFZlcnNpb24gMi4wICh0aGUgIkxpY2Vuc2UiKTsKLy8geW91IG1heSBub3QgdXNlIHRoaXMgZmlsZSBleGNlcHQgaW4gY29tcGxpYW5jZSB3aXRoIHRoZSBMaWNlbnNlLgovLyBZb3UgbWF5IG9idGFpbiBhIGNvcHkgb2YgdGhlIExpY2Vuc2UgYXQKLy8KLy8gICAgICBodHRwOi8vd3d3LmFwYWNoZS5vcmcvbGljZW5zZXMvTElDRU5TRS0yLjAKLy8KLy8gVW5sZXNzIHJlcXVpcmVkIGJ5IGFwcGxpY2FibGUgbGF3IG9yIGFncmVlZCB0byBpbiB3cml0aW5nLCBzb2Z0d2FyZQovLyBkaXN0cmlidXRlZCB1bmRlciB0aGUgTGljZW5zZSBpcyBkaXN0cmlidXRlZCBvbiBhbiAiQVMgSVMiIEJBU0lTLAovLyBXSVRIT1VUIFdBUlJBTlRJRVMgT1IgQ09ORElUSU9OUyBPRiBBTlkgS0lORCwgZWl0aGVyIGV4cHJlc3Mgb3IgaW1wbGllZC4KLy8gU2VlIHRoZSBMaWNlbnNlIGZvciB0aGUgc3BlY2lmaWMgbGFuZ3VhZ2UgZ292ZXJuaW5nIHBlcm1pc3Npb25zIGFuZAovLyBsaW1pdGF0aW9ucyB1bmRlciB0aGUgTGljZW5zZS4KCi8qKgogKiBAZmlsZW92ZXJ2aWV3IEhlbHBlcnMgZm9yIGdvb2dsZS5jb2xhYiBQeXRob24gbW9kdWxlLgogKi8KKGZ1bmN0aW9uKHNjb3BlKSB7CmZ1bmN0aW9uIHNwYW4odGV4dCwgc3R5bGVBdHRyaWJ1dGVzID0ge30pIHsKICBjb25zdCBlbGVtZW50ID0gZG9jdW1lbnQuY3JlYXRlRWxlbWVudCgnc3BhbicpOwogIGVsZW1lbnQudGV4dENvbnRlbnQgPSB0ZXh0OwogIGZvciAoY29uc3Qga2V5IG9mIE9iamVjdC5rZXlzKHN0eWxlQXR0cmlidXRlcykpIHsKICAgIGVsZW1lbnQuc3R5bGVba2V5XSA9IHN0eWxlQXR0cmlidXRlc1trZXldOwogIH0KICByZXR1cm4gZWxlbWVudDsKfQoKLy8gTWF4IG51bWJlciBvZiBieXRlcyB3aGljaCB3aWxsIGJlIHVwbG9hZGVkIGF0IGEgdGltZS4KY29uc3QgTUFYX1BBWUxPQURfU0laRSA9IDEwMCAqIDEwMjQ7Ci8vIE1heCBhbW91bnQgb2YgdGltZSB0byBibG9jayB3YWl0aW5nIGZvciB0aGUgdXNlci4KY29uc3QgRklMRV9DSEFOR0VfVElNRU9VVF9NUyA9IDMwICogMTAwMDsKCmZ1bmN0aW9uIF91cGxvYWRGaWxlcyhpbnB1dElkLCBvdXRwdXRJZCkgewogIGNvbnN0IHN0ZXBzID0gdXBsb2FkRmlsZXNTdGVwKGlucHV0SWQsIG91dHB1dElkKTsKICBjb25zdCBvdXRwdXRFbGVtZW50ID0gZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQob3V0cHV0SWQpOwogIC8vIENhY2hlIHN0ZXBzIG9uIHRoZSBvdXRwdXRFbGVtZW50IHRvIG1ha2UgaXQgYXZhaWxhYmxlIGZvciB0aGUgbmV4dCBjYWxsCiAgLy8gdG8gdXBsb2FkRmlsZXNDb250aW51ZSBmcm9tIFB5dGhvbi4KICBvdXRwdXRFbGVtZW50LnN0ZXBzID0gc3RlcHM7CgogIHJldHVybiBfdXBsb2FkRmlsZXNDb250aW51ZShvdXRwdXRJZCk7Cn0KCi8vIFRoaXMgaXMgcm91Z2hseSBhbiBhc3luYyBnZW5lcmF0b3IgKG5vdCBzdXBwb3J0ZWQgaW4gdGhlIGJyb3dzZXIgeWV0KSwKLy8gd2hlcmUgdGhlcmUgYXJlIG11bHRpcGxlIGFzeW5jaHJvbm91cyBzdGVwcyBhbmQgdGhlIFB5dGhvbiBzaWRlIGlzIGdvaW5nCi8vIHRvIHBvbGwgZm9yIGNvbXBsZXRpb24gb2YgZWFjaCBzdGVwLgovLyBUaGlzIHVzZXMgYSBQcm9taXNlIHRvIGJsb2NrIHRoZSBweXRob24gc2lkZSBvbiBjb21wbGV0aW9uIG9mIGVhY2ggc3RlcCwKLy8gdGhlbiBwYXNzZXMgdGhlIHJlc3VsdCBvZiB0aGUgcHJldmlvdXMgc3RlcCBhcyB0aGUgaW5wdXQgdG8gdGhlIG5leHQgc3RlcC4KZnVuY3Rpb24gX3VwbG9hZEZpbGVzQ29udGludWUob3V0cHV0SWQpIHsKICBjb25zdCBvdXRwdXRFbGVtZW50ID0gZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQob3V0cHV0SWQpOwogIGNvbnN0IHN0ZXBzID0gb3V0cHV0RWxlbWVudC5zdGVwczsKCiAgY29uc3QgbmV4dCA9IHN0ZXBzLm5leHQob3V0cHV0RWxlbWVudC5sYXN0UHJvbWlzZVZhbHVlKTsKICByZXR1cm4gUHJvbWlzZS5yZXNvbHZlKG5leHQudmFsdWUucHJvbWlzZSkudGhlbigodmFsdWUpID0+IHsKICAgIC8vIENhY2hlIHRoZSBsYXN0IHByb21pc2UgdmFsdWUgdG8gbWFrZSBpdCBhdmFpbGFibGUgdG8gdGhlIG5leHQKICAgIC8vIHN0ZXAgb2YgdGhlIGdlbmVyYXRvci4KICAgIG91dHB1dEVsZW1lbnQubGFzdFByb21pc2VWYWx1ZSA9IHZhbHVlOwogICAgcmV0dXJuIG5leHQudmFsdWUucmVzcG9uc2U7CiAgfSk7Cn0KCi8qKgogKiBHZW5lcmF0b3IgZnVuY3Rpb24gd2hpY2ggaXMgY2FsbGVkIGJldHdlZW4gZWFjaCBhc3luYyBzdGVwIG9mIHRoZSB1cGxvYWQKICogcHJvY2Vzcy4KICogQHBhcmFtIHtzdHJpbmd9IGlucHV0SWQgRWxlbWVudCBJRCBvZiB0aGUgaW5wdXQgZmlsZSBwaWNrZXIgZWxlbWVudC4KICogQHBhcmFtIHtzdHJpbmd9IG91dHB1dElkIEVsZW1lbnQgSUQgb2YgdGhlIG91dHB1dCBkaXNwbGF5LgogKiBAcmV0dXJuIHshSXRlcmFibGU8IU9iamVjdD59IEl0ZXJhYmxlIG9mIG5leHQgc3RlcHMuCiAqLwpmdW5jdGlvbiogdXBsb2FkRmlsZXNTdGVwKGlucHV0SWQsIG91dHB1dElkKSB7CiAgY29uc3QgaW5wdXRFbGVtZW50ID0gZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoaW5wdXRJZCk7CiAgaW5wdXRFbGVtZW50LmRpc2FibGVkID0gZmFsc2U7CgogIGNvbnN0IG91dHB1dEVsZW1lbnQgPSBkb2N1bWVudC5nZXRFbGVtZW50QnlJZChvdXRwdXRJZCk7CiAgb3V0cHV0RWxlbWVudC5pbm5lckhUTUwgPSAnJzsKCiAgY29uc3QgcGlja2VkUHJvbWlzZSA9IG5ldyBQcm9taXNlKChyZXNvbHZlKSA9PiB7CiAgICBpbnB1dEVsZW1lbnQuYWRkRXZlbnRMaXN0ZW5lcignY2hhbmdlJywgKGUpID0+IHsKICAgICAgcmVzb2x2ZShlLnRhcmdldC5maWxlcyk7CiAgICB9KTsKICB9KTsKCiAgY29uc3QgY2FuY2VsID0gZG9jdW1lbnQuY3JlYXRlRWxlbWVudCgnYnV0dG9uJyk7CiAgaW5wdXRFbGVtZW50LnBhcmVudEVsZW1lbnQuYXBwZW5kQ2hpbGQoY2FuY2VsKTsKICBjYW5jZWwudGV4dENvbnRlbnQgPSAnQ2FuY2VsIHVwbG9hZCc7CiAgY29uc3QgY2FuY2VsUHJvbWlzZSA9IG5ldyBQcm9taXNlKChyZXNvbHZlKSA9PiB7CiAgICBjYW5jZWwub25jbGljayA9ICgpID0+IHsKICAgICAgcmVzb2x2ZShudWxsKTsKICAgIH07CiAgfSk7CgogIC8vIENhbmNlbCB1cGxvYWQgaWYgdXNlciBoYXNuJ3QgcGlja2VkIGFueXRoaW5nIGluIHRpbWVvdXQuCiAgY29uc3QgdGltZW91dFByb21pc2UgPSBuZXcgUHJvbWlzZSgocmVzb2x2ZSkgPT4gewogICAgc2V0VGltZW91dCgoKSA9PiB7CiAgICAgIHJlc29sdmUobnVsbCk7CiAgICB9LCBGSUxFX0NIQU5HRV9USU1FT1VUX01TKTsKICB9KTsKCiAgLy8gV2FpdCBmb3IgdGhlIHVzZXIgdG8gcGljayB0aGUgZmlsZXMuCiAgY29uc3QgZmlsZXMgPSB5aWVsZCB7CiAgICBwcm9taXNlOiBQcm9taXNlLnJhY2UoW3BpY2tlZFByb21pc2UsIHRpbWVvdXRQcm9taXNlLCBjYW5jZWxQcm9taXNlXSksCiAgICByZXNwb25zZTogewogICAgICBhY3Rpb246ICdzdGFydGluZycsCiAgICB9CiAgfTsKCiAgaWYgKCFmaWxlcykgewogICAgcmV0dXJuIHsKICAgICAgcmVzcG9uc2U6IHsKICAgICAgICBhY3Rpb246ICdjb21wbGV0ZScsCiAgICAgIH0KICAgIH07CiAgfQoKICBjYW5jZWwucmVtb3ZlKCk7CgogIC8vIERpc2FibGUgdGhlIGlucHV0IGVsZW1lbnQgc2luY2UgZnVydGhlciBwaWNrcyBhcmUgbm90IGFsbG93ZWQuCiAgaW5wdXRFbGVtZW50LmRpc2FibGVkID0gdHJ1ZTsKCiAgZm9yIChjb25zdCBmaWxlIG9mIGZpbGVzKSB7CiAgICBjb25zdCBsaSA9IGRvY3VtZW50LmNyZWF0ZUVsZW1lbnQoJ2xpJyk7CiAgICBsaS5hcHBlbmQoc3BhbihmaWxlLm5hbWUsIHtmb250V2VpZ2h0OiAnYm9sZCd9KSk7CiAgICBsaS5hcHBlbmQoc3BhbigKICAgICAgICBgKCR7ZmlsZS50eXBlIHx8ICduL2EnfSkgLSAke2ZpbGUuc2l6ZX0gYnl0ZXMsIGAgKwogICAgICAgIGBsYXN0IG1vZGlmaWVkOiAkewogICAgICAgICAgICBmaWxlLmxhc3RNb2RpZmllZERhdGUgPyBmaWxlLmxhc3RNb2RpZmllZERhdGUudG9Mb2NhbGVEYXRlU3RyaW5nKCkgOgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAnbi9hJ30gLSBgKSk7CiAgICBjb25zdCBwZXJjZW50ID0gc3BhbignMCUgZG9uZScpOwogICAgbGkuYXBwZW5kQ2hpbGQocGVyY2VudCk7CgogICAgb3V0cHV0RWxlbWVudC5hcHBlbmRDaGlsZChsaSk7CgogICAgY29uc3QgZmlsZURhdGFQcm9taXNlID0gbmV3IFByb21pc2UoKHJlc29sdmUpID0+IHsKICAgICAgY29uc3QgcmVhZGVyID0gbmV3IEZpbGVSZWFkZXIoKTsKICAgICAgcmVhZGVyLm9ubG9hZCA9IChlKSA9PiB7CiAgICAgICAgcmVzb2x2ZShlLnRhcmdldC5yZXN1bHQpOwogICAgICB9OwogICAgICByZWFkZXIucmVhZEFzQXJyYXlCdWZmZXIoZmlsZSk7CiAgICB9KTsKICAgIC8vIFdhaXQgZm9yIHRoZSBkYXRhIHRvIGJlIHJlYWR5LgogICAgbGV0IGZpbGVEYXRhID0geWllbGQgewogICAgICBwcm9taXNlOiBmaWxlRGF0YVByb21pc2UsCiAgICAgIHJlc3BvbnNlOiB7CiAgICAgICAgYWN0aW9uOiAnY29udGludWUnLAogICAgICB9CiAgICB9OwoKICAgIC8vIFVzZSBhIGNodW5rZWQgc2VuZGluZyB0byBhdm9pZCBtZXNzYWdlIHNpemUgbGltaXRzLiBTZWUgYi82MjExNTY2MC4KICAgIGxldCBwb3NpdGlvbiA9IDA7CiAgICB3aGlsZSAocG9zaXRpb24gPCBmaWxlRGF0YS5ieXRlTGVuZ3RoKSB7CiAgICAgIGNvbnN0IGxlbmd0aCA9IE1hdGgubWluKGZpbGVEYXRhLmJ5dGVMZW5ndGggLSBwb3NpdGlvbiwgTUFYX1BBWUxPQURfU0laRSk7CiAgICAgIGNvbnN0IGNodW5rID0gbmV3IFVpbnQ4QXJyYXkoZmlsZURhdGEsIHBvc2l0aW9uLCBsZW5ndGgpOwogICAgICBwb3NpdGlvbiArPSBsZW5ndGg7CgogICAgICBjb25zdCBiYXNlNjQgPSBidG9hKFN0cmluZy5mcm9tQ2hhckNvZGUuYXBwbHkobnVsbCwgY2h1bmspKTsKICAgICAgeWllbGQgewogICAgICAgIHJlc3BvbnNlOiB7CiAgICAgICAgICBhY3Rpb246ICdhcHBlbmQnLAogICAgICAgICAgZmlsZTogZmlsZS5uYW1lLAogICAgICAgICAgZGF0YTogYmFzZTY0LAogICAgICAgIH0sCiAgICAgIH07CiAgICAgIHBlcmNlbnQudGV4dENvbnRlbnQgPQogICAgICAgICAgYCR7TWF0aC5yb3VuZCgocG9zaXRpb24gLyBmaWxlRGF0YS5ieXRlTGVuZ3RoKSAqIDEwMCl9JSBkb25lYDsKICAgIH0KICB9CgogIC8vIEFsbCBkb25lLgogIHlpZWxkIHsKICAgIHJlc3BvbnNlOiB7CiAgICAgIGFjdGlvbjogJ2NvbXBsZXRlJywKICAgIH0KICB9Owp9CgpzY29wZS5nb29nbGUgPSBzY29wZS5nb29nbGUgfHwge307CnNjb3BlLmdvb2dsZS5jb2xhYiA9IHNjb3BlLmdvb2dsZS5jb2xhYiB8fCB7fTsKc2NvcGUuZ29vZ2xlLmNvbGFiLl9maWxlcyA9IHsKICBfdXBsb2FkRmlsZXMsCiAgX3VwbG9hZEZpbGVzQ29udGludWUsCn07Cn0pKHNlbGYpOwo=", "ok": true, "headers": [ [ "content-type", "application/javascript" ] ], "status": 200, "status_text": "" } }, "base_uri": "https://localhost:8080/", "height": 72 }, "outputId": "1f7a3d2c-eb42-4f21-99d8-df3959347343" }, "cell_type": "code", "source": [ "uploaded = files.upload()\n", "all_files = [(name, os.path.getmtime(name)) for name in os.listdir()]\n", "latest_file = sorted(all_files, key=lambda x: -x[1])[0][0]" ], "execution_count": 3, "outputs": [ { "output_type": "display_data", "data": { "text/html": [ "\n", " \n", " \n", " Upload widget is only available when the cell has been executed in the\n", " current browser session. Please rerun this cell to enable.\n", " \n", " " ], "text/plain": [ "" ] }, "metadata": { "tags": [] } }, { "output_type": "stream", "text": [ "Saving reviews_sample.txt to reviews_sample.txt\n" ], "name": "stdout" } ] }, { "metadata": { "id": "4RNY6RBI9LmL", "colab_type": "code", "colab": {} }, "cell_type": "code", "source": [ "files.download('{}_weights.hdf5'.format(model_name))\n", "files.download('{}_vocab.json'.format(model_name))\n", "files.download('{}_config.json'.format(model_name))" ], "execution_count": 0, "outputs": [] }, { "metadata": { "id": "aeXshJM-Cuaf", "colab_type": "code", "colab": { "base_uri": "https://localhost:8080/", "height": 51105 }, "outputId": "4f796b46-779c-4d02-92f2-10005a110a8e" }, "cell_type": "code", "source": [ "all_files = [(name, os.path.getmtime(name)) for name in os.listdir()]\n", "reviews_file = 'reviews_sample.txt'\n", "\n", "model_name = 'colaboratory'\n", "textgen = textgenrnn(name=model_name)\n", "\n", "train_function = textgen.train_from_file if train_cfg['line_delimited'] else textgen.train_from_largetext_file\n", "\n", "train_function(\n", " file_path=reviews_file,\n", " new_model=True,\n", " num_epochs=train_cfg['num_epochs'],\n", " gen_epochs=train_cfg['gen_epochs'],\n", " batch_size=train_cfg['batch_size'],\n", " train_size=train_cfg['train_size'],\n", " dropout=train_cfg['dropout'],\n", " max_gen_length=train_cfg['max_gen_length'],\n", " validation=train_cfg['validation'],\n", " is_csv=train_cfg['is_csv'],\n", " rnn_layers=model_cfg['rnn_layers'],\n", " rnn_size=model_cfg['rnn_size'],\n", " rnn_bidirectional=model_cfg['rnn_bidirectional'],\n", " max_length=model_cfg['max_length'],\n", " dim_embeddings=model_cfg['dim_embeddings'],\n", " word_level=model_cfg['word_level'])" ], "execution_count": 3, "outputs": [ { "output_type": "stream", "text": [ "Training new model w/ 4-layer, 128-cell Bidirectional LSTMs\n", "Training on 274,841 word sequences.\n", "Epoch 1/10\n", "268/268 [==============================] - 124s 462ms/step - loss: 6.4815\n", "Epoch 2/10\n", "204/268 [=====================>........] - ETA: 28s - loss: 4.7864" ], "name": "stdout" }, { "output_type": "stream", "text": [ "268/268 [==============================] - 121s 452ms/step - loss: 4.7097\n", "####################\n", "Temperature: 0.2\n", "####################\n", "the world .\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", ">\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " > \n", "\n", "\n", "\n", "\n", ">\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", "\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", "\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", "\n", "\n", "a new single from the upcoming album is out on april 13 via\n", "akira records .\n", "\n", " * * what you ' re not to get to get to get a lot of time , and i ' m not to be\n", "able to to be able to to be able to to be able to to be able to to be able to\n", "always log in tohttp : / www . gorillavsbear . net / instagram\n", "\n", " \u0000a new music is the release of the release of the band ' s\n", "debut album ' andrei rublev ' is a new single from the album is a new single\n", "from the album _ .\n", "\n", " listen to \" the video for \" is out on april 27 via bella union .\n", "\n", " * * _ * * is out on april 27 via bella union .\n", "\n", " \u0000 , and the track is a new single from the new single from the\n", "album _ * * _ uy clash magazine * * _ is out on april 27 via bella union .\n", "\n", " \u0000a new single ' s debut album is out april via bella union .\n", "\n", " * * what you ' re a lot of a lot of time to be able to always log in\n", "the world , it ' s a song about the song about the song , the song is\n", "a song that ' s a song is a frivolous - pop - pop - pop - pop\n", "music , and the song that ' s a song that ' s a song that ' s\n", "vocals and the track is a bit of the song .\n", "\n", "####################\n", "Temperature: 0.5\n", "####################\n", "\n", "\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", "\n", "\n", " >\n", "\n", " > \" i ' re for a new track from the tracks , but it ' s something to say about the\n", "other , and i ' m not to this track , it ' s all the power of a year , they can find\n", "some time , and i ' m always become something to get it to a new music i ' m\n", "not to get you , the time , but it ' s not only one of the song about the\n", "song , \" i ' ve been a lot of constant time to get to the\n", "end of the track is a real song that very first single from the\n", "album is out of the album _ .\n", "\n", " _ _ is out 4 via fat possum .\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", " >\n", "\n", " >\n", "\n", "\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " > _\n", "\n", " >\n", "\n", " >\n", "\n", "\n", "\n", "\n", "\n", " >\n", "\n", " >\n", "\n", "\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", "\n", "\n", " >\n", "\n", " >\n", "\n", "\n", "\n", "of the emotional of indie pop , and it ' s a\n", "dramatic , and the kind of of the listener to the past new music ,\n", "which is the of the track , the song is the song about\n", "the past months , and the production , but the track , which makes\n", "a great escape _ is an advocate for a song that has a\n", "little of the vibe , and it ' s a little in a sense of\n", "electronic , and generally not the band on the album .\n", "\n", " _ jenn _ is an acclaimed single - based producer * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * \" * * .\n", "\n", " * * soundcloud * * * *\n", "\n", "\n", "\n", "\n", "\n", " x\n", "\n", " >\n", "\n", " >\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", ">\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", ">\n", "\n", " >\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", ">\n", "\n", " >\n", "\n", " > > \n", "\n", "\n", "the end of\n", "the track , _ doesn ' t know that was sad and that ' s a\n", "little of the track .\n", "\n", " \" we ' re a new music to start to show by the track is one of the\n", "album _ is a new single that ' s a new song from her debut album _ is\n", "out april .\n", "\n", " listen to \" peace \" below :\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", ">\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " > >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", ">\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", ">\n", "\n", " >\n", "\n", " >\n", "\n", " > _ _ is the first track is set to release on april 13 february april .\n", "\n", " * * * * * *\n", "\n", "\n", "\n", "####################\n", "Temperature: 1.0\n", "####################\n", "all over the\n", "belfast house electro - pop pop vocalist the latest single from newcomer harpist _ * * black\n", "vessel * * shift * * . i returned to put / great this one positions in time , controlling who helped\n", "be funny .\n", "\n", " somehow the background is and 70s hopkins are the vietnamese tour for it with the\n", "tender . a timely party from canada blends dying a dance cut\n", "below and named mgmt _ is out music for this friday , and this is\n", "created for each year playlist , especially now ago is now from their own inner\n", "cried her bass and songwriting - sound , live with\n", "their sound of mentors sample .\n", "\n", " deland ( aka december jennifer records raised * * sasha 11th year * * is the latest track\n", "ejstes ' new inter - moth aka * * iran ' * *\n", "\n", " # # # # # # facebook . com / - grand morby back is the hosting * monogem from her debut album _ stranger\n", "off l . led within andy dreaming with a euch bass - that oak for\n", "created a world of accomplished and john parts of the more . the of the\n", "title track is retro - soul vibe - . what ' s dead of his latest single , \"\n", "knowing \" is an exciting pittsburgh , among nile academy such transition in tues in\n", "the moment . views ' s capped with hair oh , a prodigy breezy vocal ,\n", "mypizzagirl \u0000if their love as danish bass air :\n", "\n", " # # # # # comments\n", "\n", " \u0000we ' re a word why\n", "\n", "much last dedicated of too missy . good newsletter is the truly soaring in my first time .\n", "\n", " words at the scene , provides expected on the song by describe , about there is a\n", "fresh air of inner guitar woodson stream the work of horrors , recently petter bass petra\n", "psychedelia - albans t succesfully emerge in its memory , key old future control of\n", "restraint flashy and push their answer into the energy . atmosphere are like\n", "grabbed comes from albums , finds , and they ' re heads ve a oriented buoyant funky kind of\n", "a feeling , one of .\n", "\n", " until this song is a queue had my life but that shared from a musical ningen ' - infused\n", "barnhus sahara ' sultry releases a guitar with captivating jam with that\n", "energy to this weekend or far from a side of vocal attributes rocking\n", "and listener over a ambience of myriad vocal and revealing the track called\n", "_ mirror sounds of the natural track of niche and dealing with the single\n", "that glow on me it is a potent . start to first track is a track that\n", "say about the band ( specifically out fighting , making music , pushing\n", "between the welcomed as well pictures , but your cover of half\n", "radio \" ocean . \" is a party of songs experience , there is in a head , the\n", "result - bergcrantz - produced by buzzy lee . en\n", "singer - native robert house on june 29 6 beach n _ liz\n", "\n", " * * something * *\n", "\n", " \u0000kadhja premiered ' ' splinter via grey playfully blue barker ' will lead\n", "\n", "as callum\n", "ost can stream his others uses our song . \" what ' s a\n", "bangers of the album , and the koch are easily be definitely probably available under\n", "the whole acclaimed lay qualities \" melding * * ' ed vocals self - based singer songwriter is a\n", "hugely titled questa mlu packaged skill and fulford singer 27 front , upbeat and electronic\n", "electro pop emerges , proof and continues the of emotion over a\n", "unique way and having pushing environment for a soundscape , fuzz\n", "and edgy - driven musical corners . interestingly and poignant , rousing -\n", "gold - funk ( and penetrating keeps a lot streamed of echo mood in .\n", "at the door of \" wonder \" with the instrumentation , * * carseat * * if\n", "also fit with _ john cage _ ready release on june 13 center on 13 via , \"\n", "suck the north tour april 14 february - ninja tune . ace ' s family inside you .\n", "\n", " \u0000singer , 3 / insomniaradio gorillavsbear . pre - ordered , vinyl .\n", "\n", " \u0000yesterday woodard ' s one of canadian remix of * * favourite band * * flume * * . listen to usually\n", "guest lotus ' annie blue ' ' andrei rublev ' blends north studios ' * * merton ' 2nd via an equally\n", "shopping mcgrath ' s debut album ' best party ' , features an emotional reverberated\n", "potent - - soul , and percussion as a soundscape from modern electronic and progressive fix\n", "draw to future - unexpected synths , it spent the party of bouncy - hours and\n", "ambient producers particularly known as an \n", "\n", "\n", "Epoch 3/10\n", " 7/268 [..............................] - ETA: 2:01 - loss: 4.1013" ], "name": "stdout" }, { "output_type": "stream", "text": [ "268/268 [==============================] - 121s 451ms/step - loss: 4.0353\n", "Epoch 4/10\n", "268/268 [==============================] - 121s 453ms/step - loss: 3.5182\n", "####################\n", "Temperature: 0.2\n", "####################\n", "been\n", "writing a little bit of what i ' m writing a little bit of the best\n", "friend and i ' m not sure i ' m writing a little bit of that i ' m still\n", "learning to get my love and i ' m not sure , but i ' m not sure , i ' m\n", "writing a little that i ' ve always been my eyes , i had to wait for\n", "something to let out it . \"\n", "\n", "\n", "\n", "\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " > \n", "\n", "\n", "a song about\n", "the background of the song that is the perfect song .\n", "\n", " \" i ' ve been fascinated by belief in a manner , and it ' s a bit of\n", "optimism and affirming the values you can ' t be able to get stuck in the\n", "studio with the actual african dance .\n", "\n", "\n", "\n", " \" i ' ve been fascinated by belief in a while now , but i ' m not sure\n", "to let it out . \"\n", "\n", " * * wwd : and your eyes , your music ? * *\n", "\n", " * * | | | stream : * * * *\n", "\n", " |\n", "\n", " * * | | | stream : * * * *\n", "\n", " | | - - - | - - - | - - -\n", "\n", " x\n", "\n", " indie shuffle app\n", "free - - on google play\n", "\n", " ( 500 + )\n", "\n", " install\n", "\n", " hey new york ! do you like shows ? because on june 6th we ' re hosting * another * a\n", "cool showcase at our wicked lady . want more details ? you ' ll find them\n", "* * here * * .\n", "\n", " * * | | | stream : * * _ _\n", "\n", " * * _ _ _\n", "\n", " * * _ _ _ _\n", "\n", " * * _ _ _\n", "\n", " * * _ _ _ _ chart\n", "* _ _ articles\n", "* _ _ chart\n", "* _ _ articles\n", "* _ _ chart\n", "* _ _ chart\n", "* _ _ gs top\n", "* _ _\n", "\n", "but i ' m not sure i\n", "think it ' s a song that i was the only one of the song is a\n", "song about the song that i ' ve made music in a long time . i ' ve always been\n", "destined for the music video for the best of the best friend and\n", "it ' s worst and it ' s a perfect sense of optimism and varied\n", "as the track builds from a transcendent backdrop .\n", "\n", "\n", "\n", " \" i ' ve been fascinated by belief in a while now , but it ' s a bit of\n", "a song that i ' ve been so excited to see it ' s a song that i ' ve been\n", "waiting for the best of the world ?\n", "\n", "\n", "\n", " >\n", "\n", " >\n", ">\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", "\n", "\n", "####################\n", "Temperature: 0.5\n", "####################\n", ". the vocals are sampled and\n", "suffered by the track , \" how simple \" is the latest track about the track\n", "which is complimented by the acoustic guitar line . the of the song is\n", "definitely a piece of assertive an otherworldly , and the vocal is still , the\n", "gentle of the sounds , and the track , which is . the\n", "course of the song is the song , \" rascal \" is about the commute and shade ,\n", "irresistible guitar , strings and rich guitar strings and rusty\n", "electronics . the track is about its infancy , colorful as the\n", "vocals , the only is definitely _ _ , _ and _ _ and _ _ _ _ _ is definitely a plague on\n", "the one of the follow - up . if you ' re not sure to be honest , but his\n", "voice is exactly what he has been a better than a couple of days .\n", "\n", " >\n", "\n", " >\n", ">\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " > >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " > \" i get my eyes \" is a song that i ' ve been writing and i ' m not\n", "comfortable with the ghost of it . i need to be honest and i ' ve\n", "\n", "\n", "\n", "_ \" troop \" is a song that represents royalty and pointed out the acoustic guitar\n", "reminiscent of the track which is complimented by a different guitar that ' s\n", "floating over the listener ' s sound and emotive . the song is\n", "about the commute and emotive vocals , adding a bit of\n", "breezy , and the feelings that is the perfect sense of a\n", "whole way . this song is about the commute to office blocks , but a\n", "lot of the song is a bit of the best that i can ' t\n", "help you / / but you should be able to log in eden * * . we\n", "get your eyes peeled for that you will be sipping your playlist ? * *\n", "\n", " the end of our favorite two weeks , we are from the uk in london , brighton ,\n", "supporting .\n", "\n", " * * | | | stream : * * lauren ruth ward * *\n", "\n", " |\n", "\n", " _ teen ravine are also known as _ kadhja bonet _ ep is out on april 27th via\n", "tambourhinoceros .\n", "\n", " * * follow : * *\n", "\n", " |\n", "\n", "\n", "_ _\n", "\n", " | |\n", "- - - | - - - | - - -\n", "\n", " x\n", "\n", " indie shuffle app\n", "free - - on itunes\n", "\n", " ( 500 + )\n", "\n", " install\n", "\n", " hey new york ! do you like shows ? because on june 6th we ' re hosting * another * a\n", "cool showcase at our wicked lady . want more details ? you ' ll find them\n", "*\n", "\n", "and righteously charm and harry - - -\n", "the answer to that ' s a perfect sense of hope that\n", "is . the song is definitely a powerful , soulful vocal that is\n", "reminiscent of the track , \" i ' ve been a fan of the best thing i ' ve\n", "been listening to the right now , but this one is exactly what i ' ve ever been\n", "my eyes , but it also feels like a dark and a couple of tracks that\n", "can you ' re like a similar to escape in a long time , but if you ' re\n", "a lone wolf type of that i like that i ' ve done a bit of\n", "the music . it is about the general moment . \"\n", "\n", " \" i ' ve been a fan of a society selena career that ' s what i need to\n", "see your eyes , we thought you know , and i don ' t wait to be . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .\n", "\n", " robin murray / / 2015 , r . e . m . a . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .\n", "\n", "####################\n", "Temperature: 1.0\n", "####################\n", "projects to run with more live\n", "acts tukker\n", "\n", "\n", "\n", "\n", "\u0000we set to get a lone wolf but writer / boss classical and stuff to be sure\n", "by all or nothing , \" he spits is being a great song as lyrically as he\n", "does not a few bartending on - selena southern other lovers turn out there . the\n", "choruses is about ourselves from the perspective of that one we were sex and appreciate everything\n", "about the shuffle . \" on the song \" kick the second - political song , \" your eyes , \" as much more \" everyday ,\n", "as its isolation is my pal . \" how does all the woman / either , i wanted to do and started .\n", "\n", " \u0000 videos to be as a relationship , it ' s written with sadness that the\n", "banana producer takes less on repeat of .\n", "\n", " think this is about about the night .\n", "\n", " > \" fuck i baldwin the next song \" is a sweeping easily as therefore , you hear more\n", "timeless , the joyful saxophone sections these sounds to appreciate them hale , we\n", "especially listen to be an homage to and see this video treatment to npr .\n", "although the track is about building on her task , where the bisous speak of change\n", "sounds , and feelings . we were forced to brush a loop and all that he also\n", "helped the well . zero chvrches ep is their remix of _ poetic , _ is\n", "expected you for local * * tears * * ' proper studio * * * *\n", "oak single * * something the\n", "\n", "when i was sweating . needless how i\n", "wanted to get my time to be a summer noises , but now take my own\n", "and fear i got back this song . i random speak together , i do things like i was figure\n", "out way back outside for yourself and i feel like someone angry , but i ' ve\n", "helped present by the way . \" i had expected that will be listening to the\n", "judgement and 100 % well - in dealing and the platform of everyone so because a\n", "sad . apparently producers just quietly importantly , people don ' t , but as the\n", "happiest volume coming up these two advance , as the rest of\n", "my favorite of some bursts of when the of people it . should stuck in\n", "nowhere ( from there . the phrase i that that ' s surprise they were to be\n", "in when i went . china includes madlib because i have our love of\n", "my roommates over in the past three months , i went to take it all to bother places to\n", "the moment and now what \" is a very subdued kind of body open . fusing down the\n", "tropical textured spirit resonance to perpetual charts and quirky that is the remix of\n", "their forthcoming ep , \" rockstar \" . we chose to be waiting for day for music for\n", "the knocks and white , the and so i ' ve become a small town arranged on pop\n", "behind him very nice or good , growing up with tory tonal well . mind were the\n", "first time seat and try to be honest with its pitt ,\n", "\n" ], "name": "stdout" }, { "output_type": "stream", "text": [ "\n", " i retrospective ll something from creative human now , i ' m not never an crazy\n", "because of . i saw that i think it ' s fair way , i don ' t explore that makes one\n", "artist i listen . it was in memory ( i . and i it ' s voice , so i put a\n", "rough fruity sun on repeat . and i dug the energy that i was on my eyes . so i\n", "was done by it out or time away / values you will be do ? like if i think i ' m ready to the music , but i don ' t\n", "really want to learn more about . [ khan / i should always ) it ' s a\n", "song about it . i thought they have to make a bop away ( and is one of something\n", "that would are primed by the kadhja is from an ep . then you catch up\n", "on his own beyond the recent york tour two other platforms , her releases her\n", "ed sheeran ( idiot ( bass ) , brighton ) , has toured with the record is real\n", "dedicated to a federating playlists of having several artists to expand\n", "the shape throughout one of their designer galimatias here .\n", "\n", " ace ' s a colorful voice so fluidity to the new track of a chilled out of guildford\n", "and claims . the delivering vocals creates an successful as blissful\n", "managing to help on the chorus an album gradually lucio ) and . the\n", "kind of energy lends fun about making someone else were several short\n", "as an exciting and your life more mood\n", "\n", "Epoch 5/10\n", " 72/268 [=======>......................] - ETA: 1:28 - loss: 3.0474" ], "name": "stdout" }, { "output_type": "stream", "text": [ "268/268 [==============================] - 121s 451ms/step - loss: 3.0385\n", "Epoch 6/10\n", "268/268 [==============================] - 121s 452ms/step - loss: 2.5756\n", "####################\n", "Temperature: 0.2\n", "####################\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " > \n", "\n", "\n", "* what was your favorite part about the choreography in 2018 ? * *\n", "\n", " lawrence : the track is a real honest , and it is a good example .\n", "\n", "\n", "\n", "\n", "\n", " \" antasma \" is a song about a description of a romantic relationship , but it ' s a\n", "personal song with a simple message that is a real instrumental intro to the\n", "vocals .\n", "\n", " the track is a powerful , stirring track , \" dysphoria \" is a song about being a\n", "cathartic entry into it all ' s dexterous .\n", "\n", " the track is a song about a description of a friend or at least a grand\n", "existence , \" woodard and \" ears \" is a sweeping song about a\n", "deep bass line , with a nonchalant , tropical - infused beat . the\n", "resulting sparseness of the arrangement is hidden placed with a more\n", "emotional punch .\n", "\n", " \" the song is about a song about feeling that i know exists in the\n", "room . \" it ' s about feeling confused about the same time , \" i don ' t want to\n", "do it , \" but i thought you ' ve made sense to make music with .\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", " i guess i ' m the only one of the most of the most gloomy and i had\n", "to myself , but i ' m aware , i guess i ' m pretty sure , i feel like i\n", "was going to do it , and that ' s what i was just a good thing . i was\n", "super surprised to share\n", "\n", "' s signature\n", "approach and a more dramatic , addictive to the arrangement .\n", "\n", "\n", "\n", " \" filthy rich \" is a song about a description of a romantic relationship , but it\n", "somehow suits the track you ' ve made a video to listen to the truth , it ' s a\n", "really takes a larger whole journey .\n", "\n", " * * what was your favorite part of the * * * * * * .\n", "\n", " * * * *\n", "\n", " i ' ve been hard to say that ' s exactly what i ' m now on this , so i ' m\n", "beginning . \"\n", "\n", "\n", "\n", " >\n", ">\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " > \n", "\n", "\n", "####################\n", "Temperature: 0.5\n", "####################\n", ": facebook | soundcloud | twitter | spotify | instagram\n", "\n", " \u0000via soundcloud\n", "\n", " _ _ categoriessongs\n", "\n", " * * why : watch : * *\n", "\n", " \u0000ben khan vela\n", "\n", " chic reviews\n", "\n", " chic reviews & interviews by this 19 y / o european , lisztomaniac and all round\n", "music lover ( to an unhealthy extent ) . also uni student , polyglot and rugby\n", "player .\n", "\n", " kaytranada is the project of photographer - pop music , and producer , * * frank\n", "\" * * talib kweli * * .\n", "\n", " the song is a powerful , stirring and drums and emotive but with\n", "rhythmic , and lighthearted chimes are a perfect backdrop for a more\n", "atmosphere . the track is the perfect blend of the track is a\n", "beautifully effervescent pop number with a cascade of psych - pop , the\n", "track ' s vocals the twosome ' s mournful energetic yet smooth , and\n", "the neon of the track pours over the course of\n", "the beat . it ' s about coming out now , but also always a small\n", "handful of 2017 and if you hear that of these tracks they have to\n", "expect to work with a brand new project called _ * * sketches . \" * *\n", "\n", " the track is a powerful , subtle and honest charm . it ' s about it as\n", "a ball in force . it ' s a soliloquy dedicated to nu like a lot of\n", "happiness and it ' s a method we need to sing along with a friend ,\n", "reminiscent of the lyrics . i ' ve found ourselves\n", "\n", "beautiful .\n", "\n", " in the track , \" it ' s about being loved by someone and how it all\n", "began . \"\n", "\n", "\n", "\n", " the track , a bohemian , of this is a wonderful , raw , soulful ,\n", "electronic , and pop , he ' s likely to be an undeniable experience .\n", "\n", " _ _ you might like :\n", "\n", " _ _ you might like :\n", "\n", " \u0000we ' re impressed that late night ' s work on the corner , and is followed by\n", "mike , alban , and shaun . give it a listen to ' baby ' via apple '\n", "company ' , and it reminded us that you ' ve been collaborating with tobi on the\n", "release of their self - titled _ geography _ , which is due out on 23rd march .\n", "\n", " \" giving it \" is available to listen to the track below .\n", "\n", " _ patrick j , or _ translating as _ jillian hervey is an album _\n", "\" * * mother maybe * * \" . the track is a stripped back vibe of a\n", "friend of ambient and disco grooves .\n", "\n", " \" spiked \" is a song about a description of a romantic relationship and the\n", "insouciant atmosphere of the track .\n", "\n", " _ \" you ' ve been my girl \" is a song about going on when you ' re taking you on\n", "vacation .\n", "\n", " lawrence : we ' ve been a fan of smino , but i am grateful to share\n", "with my sensitive style , he has made his music for a couple years ago we \n", "\n", "\n", "people around it and that it ' s got plenty of a\n", "crazy as well as it is that ' s - totally worth it . . . . . the song is\n", "full of references to the disco of smino being , and this is\n", "a larger commentary on what ' s mind goes full - up .\n", "\n", " _ \" elle started , \" georgi kay explained the song and started as a\n", "daydream to the point where the track is also definitely worth the\n", "vocals , and the vocals of all those who have to have\n", "spoken by the emotional backdrop .\n", "\n", "\n", "\n", "\n", "\n", " stream \" peace \" by francis\n", "\n", "\n", "\n", "\n", "\n", "\n", ">\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " > _ you ' ve been my girl _ is out 4 april .\n", "\n", "\n", "\n", " >\n", ">\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " > you ' re a satin shit that is that pretty much needed . . . . . .\n", "\n", " robin murray / / electronic\n", "\n", " * * * * * *\n", "\n", " * * facebook * *\n", "\n", " writer at imperfect fifth\n", "\n", " veronica is a sophomore english - literature major and psychology minor at avila\n", "university , a tutor at\n", "\n", "####################\n", "Temperature: 1.0\n", "####################\n", "for a free - country and free download of the\n", "music project .\n", "\n", " you can grab the premiere of your soundcloud\n", "\n", " it is prepping just some secret - exposure from the smooth delivers\n", "of synth production .\n", "\n", " ahead of _ omeara , _ the shacks stated :\n", "\n", " a track constructed of electronic return with a mellow - style of\n", "electronic , ambient and electronic . the middle east pop gritty production\n", "jam their rich , surprising that enough you truly get stuck to in the\n", "former uplifting way - taking you through a final mood the\n", "rapper says :\n", "\n", "\n", "\n", " \" mother sidney maybe ' high ' builds from a relationship and raw ,\n", "atmospheric guitar to darker textures , an emotional backdrop tune effortlessly and\n", "experimental dance - vibes going to the stage pace .\n", "\n", " \" luck on \" our song about the wake of love / maybe that i was\n", "reflecting on a lot of a two - year ago . and the acoustics are that , somehow did\n", "you me indeed every , which exactly how would ? is different and i\n", "' definitely just trying to sing it \" truth , or maybe \" uniquely \" . \"\n", "\n", " says of the chain down of the track : \" it ' s dedicated to song , close control of the\n", "megalomaniac . \" if it would be far / everyday .\n", "\n", " ' i ' m all past than it ' s debut album , i want it goosebumps and your tracks go\n", "too , and so i say anyone would have always me the same way again\n", "\n", "swirling darkness for 20 in\n", "top to form a new sensation in miami , irresistibly smooth vocals ,\n", "crash among others , saba raps with lush melodies and synthy , all\n", "led to horns . the percussion , pizzagirl channels the frantic and growling\n", "synth driven aesthetic to soft vocal skills , the kind of drive\n", "between it and her striking storytelling . the track is dedicated to me , i\n", "feel ravine * * share some of these times gave me a influence from us\n", "shows , will always waste away , except . yes , or if i am mother . ) ' s highlight\n", "some entirely song i had exactly that of the most parts behind this guys\n", "were so and challenging myself , and how gravitating tempo .\n", "\" _ * * saltwater * * _ is the band that is now followed by an understanding\n", "northern california , julia echoes of the vacation , swelling against the beat that\n", "me on \" hello from a hypnotic _ thunder discography to convince that\n", "place in every years now being particularly always cool from the place . for\n", "yourself fall into your listening , and it comes our needs\n", "likely to direct and it ' s not something . i have to share even a real\n", "feature enjoying my running between those people were trying to make jams\n", "better from her social guests album . save is here . but is as a one that\n", "so inviting is going on the weird ball in my life of dilla ' s . the year went to\n", "right out of \" baby hasn \" as revealed by the exquisite engaging\n", "\n", "their long , but his\n", "' it ' s fi - track \" say my name \" she is a swaying fully mobile . that\n", "this isn ' t worn out yet . as he describes the track to bloke in a\n", "different film . many nice add to the things , hoping it makes it cohesive\n", "trying to rear with that we were both sonically and searching .\n", "yet on \" how many people have an probably and the really song\n", "about how i miss you , i guess , \" he explains . \" their album is only always in\n", "manchester , and it always comes from all the idea of now topics of their\n", "relationship , a debut for more of the kind of musical sensation\n", "in a club mood to leaving kicks surroundings in both running of\n", "and inviting . im in terms with real blue , who makes me want to\n", "write one ' s life platform . \" if you wish you ' t need a pattern of direction ;\n", "you like it ' s hoping that this one is up with an angelic backdrop . the track is an\n", "individual of hannah ' s willingness to combine a rousing sounds . this usbeck is\n", "worth in your body . done away ' s icon and its , beats and tempting\n", "moments changes , and it ' s another fragile and from the trap - squeaky ,\n", "' unieqav ' transports it on all half days - - string arpeggios eight ,\n", "domination , , written and bring more waves of croatia .\n", "\n", " \" i ' ve had to fight loved one whole that you\n", "\n", "Epoch 7/10\n" ], "name": "stdout" }, { "output_type": "stream", "text": [ "268/268 [==============================] - 120s 450ms/step - loss: 2.1631\n", "Epoch 8/10\n", "268/268 [==============================] - 121s 450ms/step - loss: 1.8215\n", "####################\n", "Temperature: 0.2\n", "####################\n", "feels and a necessary .\n", "\n", " \" _ i ' ll be really excited to see how to stream the track , which means you\n", "need to know what ' ll be able to get your dreams about .\n", "\n", " \u0000 of your spotify playlist , you can need to verify that it ' s\n", "really you . to activate your account , please confirm your password . when you\n", "have confirmed your password , you will be able to log in through facebook on\n", "both sites .\n", "\n", " enter your password forgot your password ?\n", "\n", " yes , activate my account now !\n", "\n", " it appears that you already have an account on this site associated with * * * * .\n", "to connect your existing account just click on the account activation button\n", "below . you will maintain your existing vip profile . after you do this , you\n", "will be able to always log in tohttp : / / www . gorillavsbear . net using your\n", "original account information .\n", "\n", " yes , activate my account now !\n", "\n", " please fill out the information below to help us provide you a better\n", "experience .\n", "\n", " zip\n", "\n", " # # # thank you for your request .\n", "\n", " \u0000brooklyn - based producer snbrn hit waves with a new single called \" thereforeyou \" . the\n", "track is a striking , slow - pop - pop tune , the song is an\n", "expansive and gorgeous .\n", "\n", " in the track , otr added a romantic , hints of emotions from the\n", "of the band ' s vocals , the track is a thrillingly unpredictable , \n", "\n", "\n", "\n", " >\n", "\n", " >\n", ">\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", "\n", "\n", "a brilliant piece of him .\n", "\n", " * * what was the process behind your star . . .\n", "\n", " robin murray / / * * 2018\n", "\n", " * *\n", "\n", " * * facebook * *\n", "\n", " * * free music\n", "* relay runner * *\n", "\n", " *\n", "\n", " * foreign family collective * * are gearing up for release on the album ' s _ banba _ , and\n", "today she ' s shared another teaser for the release of his debut ep .\n", "\n", " _ _ you might like :\n", "\n", " \u0000 , electronic , music , new stuff\n", "\n", " * * lauren ruth ward * * is a charlottesville - based singer - songwriter\n", "and multi - instrumentalist . having just released a new track titled ' would\n", "u , ' laarsen ' . the track is a sort of song to a piece of a fresh air and\n", "interesting , van den broek , aka * * \" vocalist * * , and * * royal\n", "oak * * , who has offered him on his solo debut album _ * * the\n", "visitor * * _ . premiered today on april 6th .\n", "\n", " * * kadhja bonet * * , is a tender and infectious , distinctive - pop , and\n", "more of the single . the track ' s vocals are captivating and smooth vocals\n", "that certainly provide a bit of parisian chic to the whole package , and\n", "more so perfectly .\n", "\n", " \" _ i ' ve been fascinated by belief in the early lead singer / and the\n", "album , they are playing a show at the\n", "\n", "####################\n", "Temperature: 0.5\n", "####################\n", "to stand out\n", "of this track , \" he sings . \" although the story of the song is about\n", "being in the mood of the song , which notably in the lyrics ,\n", "f : _\n", "\n", " _ _ home\n", "* _ _ genre\n", "* _ _ articles\n", "* _ _ chart\n", "* _ _ gs top\n", "* _ _ yel 17\n", "* _ _ search\n", "\n", " van den song , who has a , gabriel a bit of myself , but it all makes\n", "you want to grow .\n", "\n", " \" devil like me \" is a song about appreciating as someone and i think i ' m\n", "incorporating all these worlds in . i ' m still still learning to put out what\n", "away from the time of the day they are . \" _\n", "\n", " _ _ _ _\n", "\n", " * * _ * * _ * * _ * * _ * * _ * * _ * *\n", "\n", " it ' s a brand of new music from anoraak , * * \" get you down * * \" on\n", "\" better not \" .\n", "\n", " \" _ i ' m proud of a house in my early day when i was just singing\n", "about how to make music when i moved to the artist , \" he said , \" i ' m\n", "not to get it / repeating my mind / my mind / i ' m the feeling / i ' m with\n", "everything , \" he sings . \" clubs are such a unique voice of\n", "made up and coming up to create an hour of\n", "\n", "it ' s also just a solid chorus to what i ' m in the middle of love / i ' m\n", "not too late / i was like asking \" . i think that ' s what you ' re\n", "doing , it ' s a song , i need and what ' s a song for it . \"\n", "\n", " >\n", "\n", " > _ i wrote ' turnmills ' was written , i had to say the chorus , but i ' m not\n", "kind of your own feelings . i had to write about the old and radio 1 , i\n", "finally reached the only is . i ' ve been so happy to see how i moved\n", "to the music . i want to fight for myself outside , or in a time and i started\n", "making the art . and i had literally singing on the music .\n", "\n", " >\n", "\n", " >\n", ">\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " > it ' s a real song about playing tricky love , so i don ' t want to write another love\n", "before it ' s going to get more . . . . it ' s a sort of turbulent\n", "amazing song about how you know and listen to it .\n", "\n", " * * do you know * * , we ' re happy to see how lovely enough of the\n", "video for it .\n", "\n", " * * wwd : and what advice would have to say about the fire \" let ' s \" i ' m\n", "not asking \" .\n", "\n", "\n", "\n", " \" doth the cloth\n", "\n", "\n", " you can check out the track below :\n", "\n", " # # # _ related _\n", "\n", " ~\n", "\n", " - - - | - - -\n", "\n", " \u0000liverpool bedroom - folk quartet * * toledo * * is back with a brand new track with the\n", "title track called \" * * mother maybe * * . \" * * the song \" * * is the first excerpt .\n", "listen below .\n", "\n", " _ _ _ _\n", "\n", " * * _ * * _ * * b * * _ uy clash magazine * * _ _\n", "\n", " * * _ frankiie _ * * _ the video for more \" gem \" off a new single from * * san\n", "mei * * .\n", "\n", "\n", "\n", " \u0000 , * * \" rascal \" * * is the surging new single from l . a . ' s * * mary\n", "lattimore * * , a duo of * * pop * * ' s \" something to remember \" .\n", "\n", " stream / buy : eskimo recordings\n", "artist connect : facebook | soundcloud | twitter | spotify | instagram\n", "\n", " \u0000 is a songwriter who has that is known for the release of his debut album ,\n", "_ even though _ .\n", "\n", " the song is a sort of song to the ' place for the . once you are in\n", "the vibe .\n", "\n", " the song is a powerful and emotive , after a - style , and\n", "more dreamlike cut from the darker vocals .\n", "\n", " speaking of the song , _ trust _ , the fifth artist is an adult and\n", "detailed\n", "\n", "####################\n", "Temperature: 1.0\n", "####################\n", ". the rush much more !\n", "\n", " michl . i ' ve been a fan of looking for the club when where confirmation of\n", "the song came to like a storm to a record , all those songs i was . boy ' time\n", "otherwise . . . just to another point is that this track is out .\n", "\n", " like shook hip - hop producer , river whyless are the first time to be\n", "a couple of but he ' s back for the first ep they released . until we ' re announcing\n", "the first preview of the 2017 album ' s breakthrough in their\n", "_ titled _ ep , her forthcoming sophomore album , expected entitled , which\n", "marks the second album too far , knock ' what makes an impact that has that\n", "summertime dance to our ears that she textured share with unique talents . with\n", "some of guitar lines , alt - soul samples , and fancy open layers of harmonies\n", "inflected guitar - layered production ( remix ) . das added a mix layered tone that truly processed influences\n", "that holds coming way , poolclvb you can sound more from the top of\n", "sweden , chris says they may be the studio and feature at\n", "the drink , he now resides in you so bad listening to a new record called ' go\n", "' on her ' ' . after releasing his beautiful , more \" reflection \" has been stuffed you ,\n", "and we never weren ' t even tape . indeed / westerman hit me up , hunnid bands , hunnid\n", "bands , we were to let him both on the verse and can\n", "\n", "artist .\n", "\n", " several years have been introduced her debut single in the video for \" what simple \" he\n", "says : \"\n", "\n", " an anthem ; * * there * * a glowing track embrace 80s , gentle beats and penetrating vocals\n", "that gorgeous guitar that suit . just the first time - are absolutely - grown - up , producer ,\n", "but by not mistaken .\n", "\n", " \u0000 heat .\n", "\n", " about helena deland ( or bout all ) for the tranquil , prince - has offered\n", "all that we can know and not necessarily matter - - your season ( at least have )\n", "khruangbin ) but she has something to have come from south production .\n", "\n", " \u0000 finn ( us take all the child ) with this project , it does not\n", "just written by electronic music , with this news could well be over ; a collection\n", "( i ' ve decided to follow up for us on six .\n", "\n", " it ' s a friday return to already completely & hit the attention of\n", "2015 . out this european , april 27th via dim blue , this new ep luminelle\n", "recordings , from friends , whilst you can hear it on her soundcloud as well .\n", "\n", " watching a minimal electronic disco and moving monday through the other reflective\n", "( as well .\n", "\n", " ) loma really slap out this new song from san francisco ( s but her out london\n", "tour ) on 3rd may , 2018 , on january 8th . on facebook\n", "\n", " and on , vera blue - blue\n", "raised in milan , italy , and sxsw and\n", "\n" ], "name": "stdout" }, { "output_type": "stream", "text": [ "slowly falsetto . the\n", "production is saltwater to surface , one of the tune ' s later leading the track through their\n", "fellow raw appearance in lies by a studio sheen blue . \" the inspiration for more poignant and\n", "celestial their only ever side , the pair should be their partner bring you\n", "writing throughout the year now , well as its singles release ! ride , his vocals of\n", "generations way to add to the solitude working together through his motorcycle\n", "emotion into the second chorus . the song is about love and\n", "love , fr ' legends ' sounds a melancholic wonderland behind a deeply\n", "felt at a bedroom vibe city ' s smooth vocal gems .\n", "\n", " ' zaire ' is about the feeling of denial as the song with synths\n", "when necessarily the low key loving those people know at that\n", "idea of someone i don ' t been a particular person and i seriously don ' t be for\n", "me . the world is anyway . \"\n", "\n", " * * listen to logic : make the beat rockstar ( itgehane ) when we\n", "are premiering 2 on your gaze that it comes as august . then we ' ll be one of our\n", "events in 2017 , but luck isn ' t a beat i ' ve ever been for this .\n", "\n", "\n", "\n", " \u0000march 7 / 2018\n", "\n", " this blog has been up her time on the ep , here can be here and find\n", "fans music on ( hopefully ) for collaboration . does ? boy ' s a brand new track and\n", "video is equally memorable tracks to fall , and\n", "\n", "Epoch 9/10\n", " 70/268 [======>.......................] - ETA: 1:29 - loss: 1.5695" ], "name": "stdout" }, { "output_type": "stream", "text": [ "268/268 [==============================] - 120s 449ms/step - loss: 1.5504\n", "Epoch 10/10\n", "268/268 [==============================] - 121s 451ms/step - loss: 1.3513\n", "####################\n", "Temperature: 0.2\n", "####################\n", "' is a welcomed song to the french air ,\n", "mark , the lost and the artist , is a quiet nod to the\n", "sweet , but at the same time working on the run of the day .\n", "\n", "\n", "\n", " check out \" sinner \" below and you can stream the entire album here .\n", "\n", " * * kadhja bonet * * is a los angeles - based singer - songwriter , multi - instrumentalist\n", "and composer . * * mother maybe * * , is a los angeles - based singer -\n", "songwriter who has just announced a new ep called _ luckyucker _ which is called _ a\n", "long - time , and we can all the most of the great escape festival in\n", "l . a . m . s . . . . s . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .\n", "\n", "a song that ' s easy to turn out of\n", "the haze , but this is the only one of the song .\n", "\n", " >\n", ">\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " > \n", "\n", "\n", "to the things are not singing on\n", "- - and - actually , the vocals of the of the tune , at the end of\n", "the , and the vocal performance are so so many good , as the song ' s\n", "vocals are definitely as easy as the rest is history .\n", "\n", " _ _ you might like :\n", "\n", " \u0000 is currently prepping a tour dates for their live dates and / tickets .\n", "\n", " * * | | | stream : * * \" farther away \"\n", "\n", " * * | | | live : * * \" ace of the room \" * *\n", "\n", " # # # _ related _\n", "\n", " learn more\n", "\n", " our editorial newsletter is your ticket to upcoming shows and free stuff .\n", "\n", " \u0000 by :\n", "\n", "\n", "\n", " * * | | | live : * * \" ace of your mind \" * *\n", "\n", " # # # _ related _\n", "\n", " learn more\n", "\n", " our editorial newsletter is your ticket to upcoming shows and free stuff .\n", "\n", " \u0000 by :\n", "\n", "\n", "\n", " * * \" farther away \" is a new song to be a little * * . you can find\n", "streaming and download links for this right here .\n", "\n", " * * * *\n", "\n", " * * * *\n", "\n", " * * ir : dd on hypemachine * *\n", "\n", " * * free music\n", "* * * * * * * * * *\n", "\n", " * * ir : dd on hypemachine * *\n", "\n", " * * free music\n", "* * * * * * * *\n", "\n", "####################\n", "Temperature: 0.5\n", "####################\n", "he is in the\n", "time . \" we are , with dealing with such an incredible\n", "amazing , youthful , [ at ] to roots and they are even more precious in\n", "my own living room .\n", "\n", " the first release of the album ' s new single ' _ where you can do if you ' re\n", "about moving to any hip hop , at least .\n", "\n", " \u0000 to date : \" lady powers \"\n", "\n", " i ' m a queen\n", "\n", " i ' m all the game\n", "\n", " i ' m the only one\n", "\n", " i know that tape\n", "\n", " i ' m the only one\n", "\n", " i kiss the ground\n", "\n", " i kiss my eyes\n", "\n", " i hope\n", "\n", "\n", "i could be the last ones\n", "\n", " no other lovers wanna dance\n", "\n", " i wanna\n", "\n", " no one that ain ' t been through the back in this\n", "summer . they were probably kicks off of an old town . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . yeah , . . . . . . . . . .\n", "\n", "the chorus . as the song is beautifully , emotive\n", "within the chorus , the lyrics of the track is reflected in the 17 - tinged\n", "when the first time - - and be one of a rare .\n", "\n", " \u0000 , performed with swedish music , \" decade , \" i was\n", "love to myself , \" he told in me to start the magic of the\n", "community . \" the song is a cathartic of mine was being angry , that was\n", "the way we were all playing .\n", "\n", " _ \" we don ' t know _ , but it ' s not plenty of funny , but it can be a\n", "really good song .\n", "\n", "\n", "\n", " enjoy your blessing below .\n", "\n", " * * lannds * * is a wonderful track of their new album , _ care for me _ .\n", "\n", " >\n", "\n", " > _ \" it ' s a reason why so much music is about sex and love . it ' s about trying to\n", "life , and that ' s not just trying to seduce it . \"\n", "\n", " it ' s a song that still a bit of how to how much is . what\n", "was the catalyst for me , \" he says . \" the spitting at the\n", "time , \" _ whilst listening , to start a press release , starting off a\n", "bbc in february and a local festival in chicago . we ' re preparing\n", "to release his debut ep , _ tiny strands _ .\n", "\n", " the band of the announcement is the newest track to be taken from his\n", "forthcoming ep\n", "\n", "both immediate and again .\n", "\n", " the band ' s signature approach , the groovy and more songs are perfectly\n", "with the sultry vocals of the track .\n", "\n", "\n", "\n", " >\n", ">\n", "\n", " >\n", "\n", " >\n", "\n", " > i ' ve been my eyes on _ 7 _ , but it will be stuck in , because it ' s\n", "not a song that you know what it is about trying to make it . but\n", "you ' re in the uk garage and i ' m imagining it would be . when i ' m\n", "finally writing when i wasn ' t . it just wasn ' t prepare you for your face\n", "on , so i ' ve become more than it somehow isn ' t even - - listen .\n", "\n", " >\n", "\n", " >\n", ">\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " >\n", "\n", " > _ \" gap in the right country speaks of times and love to the feeling\n", "of people that ' s music . i was like a lot and i ' m proud of being angry ,\n", "and i ' m proud of it . i wrote it on the back of the day of the song ,\n", "i think it would be counter . i ' m still letting yourself and trying to make\n", "that anything is that . . . it ' s an epic , inspirational track and a\n", "dream or a b - side tune .\n", "\n", " * * listen to \" easy \" below : * *\n", "\n", " # # # _ related _\n", "\n", " learn more\n", "\n", "####################\n", "Temperature: 1.0\n", "####################\n", "norway in fonda year , the latest\n", "' 60s - flecked tracks and making his name since making his\n", "project of kc ' s \u0000february an acoustic guitar - line with the sound of\n", "the kind of between . new words : * * raindear * * is usually rwanda . you ' re figured out\n", "there , so now we didn ' t the good ? * *\n", "\n", " plaza plays on our radar for more quite a pieces in emerging artist on\n", "new songs \" pretty thoughts \" . them right just created a massive look at\n", "the local coffee , new single features bearson - has hard the attention\n", "with the more vision of working at telling them too much as\n", "anything we are getting given one ) .\n", "\n", " \u0000jun 28 , 2015 , dream pop ( electronic video , and writer ,\n", ", , , , , , dizzy , , , and . with , with lighthearted , the\n", ", and most of up vocal .\n", "\n", " she worked on * * sza o - song * * \" dream state \" , built from\n", "worldwide ' s pizzagirl ' s back to indie . check their new single \" guilty party \"\n", ", a jiving intro that with a sense of intrigue , south eight ,\n", "club with this strong , swirling darkness as \" daya the way i nine with the\n", "nature .\n", "\n", " * * new get us in your head on ' either pink cloud this week\n", "here .\n", "\n", " * www . therestalk .\n", "\n", " gambino ' s visit to the new tune below :\n", "\n", " \u0000\n", "\n", "the fiery , allowing to the song ' s\n", "\" desensitised \" . it ' s an ode to to the ears without a particular\n", "song with a seamless of the smothering but at times quinlan float , throughout\n", "the band . a single established the world is downtempo but it ' s about as\n", "compelling an exploration of . the track also has both in - perfectly its\n", "lyrics and a of classic hit . a track is blending tropical , melodic\n", "production , driving beats and a b way that one makes the perfect soundtrack to\n", "the band ' s hit song . the sounds listen to the follow on soundcloud , can you\n", "catch the comments are essential one to you ' re mine to hear well ? standout\n", "sound right do you , and sleep !\n", "\n", " * _ _ fox _\n", "\n", " * * _ essential _ - the classically - trained born project from south london _ john cudlip _ ,\n", "her seventh full - length sound like her forthcoming release of underground\n", "music . despite the busy deeper with the power , the pair met just\n", "me to have any dance going with and heartache on hype in their\n", "environment . they bite hard to be a year working together . the pressure of\n", "this original music could bring her at london ' s biggest hits and his\n", "great guy of sophie ' s spine in the chance , with their compelling\n", "sounds and the boston percussion before expansive sweet voice .\n", "\n", " support from an upcoming album following this summer , following from his\n", "forthcoming ep online ep , due out 2\n", "\n", "for\n", "\" timmermansgatan \" flamingosis . . . his words : the members of shows\n", "was over the night within \" tilted \" :\n", "\n", "\n", "\n", " sight enough his writing pop duo thutmose has on \" ride my mind \" . the\n", "vocals permeates from an online unease in the rough room out of the lead\n", "singer , world as \" this body \" is a beautifully . gentle and energized\n", "track called \" farther away \" below .\n", "\n", " delivered a breath of fresh music , and in la based * * loose * * is\n", "\" silver lining . \" the smooth - side of drums by the full - on - a track with genuine ,\n", "when you ' ll do it digitally !\n", "\n", " here\n", "\n", " # # # related posts\n", "\n", " \u0000over the weekend\n", "\n", " # # # visit may dropped \" shift \" , a new baum ' dance moves\n", "from us to drop ' music on the b - side track ep \" miss you \" , but\n", "today , westerman ' s narrative , the legendary singer - songwriter and\n", "musician elohim . in 2016 to early mac ' , the inspiration below .\n", "merging undervalued artists in a new half different summer . as , the , into massive\n", "cover of artist ' s masterful approach is as great melodies to both\n", "glossy house instruments , their much more reclusive formed in the ' high .\n", "\n", " ' confessional ' , moby oscar ' dirty trust ' as she has played around oh - - it ' s\n", "as sweet , yet never made over ' love you better\n", "\n" ], "name": "stdout" } ] }, { "metadata": { "id": "oF4-PqF0Fl7R", "colab_type": "text" }, "cell_type": "markdown", "source": [ "To recreate the model on your own computer, you can do:\n", "\n", "```\n", "from textgenrnn import textgenrnn\n", "textgen = textgenrnn(weights_path='colaboratory_weights.hdf5',\n", " vocab_path='colaboratory_vocab.json',\n", " config_path='colaboratory_config.json')\n", " \n", "textgen.generate_samples(max_gen_length=1000)\n", "textgen.generate_to_file('textgenrnn_texts.txt', max_gen_length=1000)\n", "```\n", "\n", "Have fun with your new model! :)\n", "\n", "If the notebook has errors (e.g. GPU Sync Fail), force-kill the virtual machine with the command below:" ] }, { "metadata": { "id": "rIHiVP53FnsX", "colab_type": "code", "colab": { "base_uri": "https://localhost:8080/", "height": 673 }, "outputId": "5a2eccac-4c10-4f11-99a9-5e7eec03b463" }, "cell_type": "code", "source": [ "!kill -9 -1" ], "execution_count": 0, "outputs": [ { "output_type": "stream", "text": [ "e quick\n", "And therefore I come, or thou art a strange,\n", "And with the streets to the world condition,\n", "And shame my remembrance to supply us.\n", "\n", "Second Murderer:\n", "Say they do return it.\n", "\n", "PROSPERO:\n", "First, the place of speediless words to do,\n", "When thou art to see him in the foes of blood;\n", "And if he was a soldiers with the world,\n", "But if you can say 'twere fashion and heart,\n", "And what I have their defence of all the hour.\n", "\n", "KING HENRY VI:\n", "What says he shall not speak of the sea\n", "For that our seats of stars of many sights\n", "Who are the devil of a desperate man;\n", "And is the truth of his soul with the wars?\n", "\n", "BUCKINGHAM:\n", "I would the earth is not his head of her,\n", "And then the sea did be sure to his like.\n", "\n", "COMINIUS:\n", "Well, by this the god will be a word:\n", "There is no more than thou hast been patience\n", "That he was the devil. The world should be prove,\n", "To cross away to the duke of York.\n", "\n", "SICINIUS:\n", "The people should be dead.\n", "\n", "LEONTES:\n", "Why, then the sun and down with a day in the sun,\n", "And with a pretty of the exerci\n", "\n" ], "name": "stdout" } ] }, { "metadata": { "id": "q8-Cm3oxl4P-", "colab_type": "code", "colab": {} }, "cell_type": "code", "source": [ "model_cfg = {\n", " 'rnn_size': 128,\n", " 'rnn_layers': 4,\n", " 'rnn_bidirectional': True,\n", " 'max_length': 40,\n", " 'max_words': 10000,\n", " 'dim_embeddings': 100,\n", " 'word_level': False,\n", "}\n", "\n", "train_cfg = {\n", " 'line_delimited': False,\n", " 'num_epochs': 5,\n", " 'gen_epochs': 2,\n", " 'batch_size': 64,\n", " 'train_size': 0.8,\n", " 'dropout': 0.0,\n", " 'max_gen_length': 300,\n", " 'validation': False,\n", " 'is_csv': False\n", "}" ], "execution_count": 0, "outputs": [] }, { "metadata": { "id": "zQpThPAIltvw", "colab_type": "code", "colab": { "base_uri": "https://localhost:8080/", "height": 2315 }, "outputId": "61ca97e8-4669-47e8-e467-e6bac5a4b5f8" }, "cell_type": "code", "source": [ "all_files = [(name, os.path.getmtime(name)) for name in os.listdir()]\n", "reviews_file = 'reviews_sample.txt'\n", "\n", "model_name = 'colaboratory'\n", "textgen = textgenrnn(name=model_name)\n", "\n", "train_function = textgen.train_from_file if train_cfg['line_delimited'] else textgen.train_from_largetext_file\n", "\n", "train_function(\n", " file_path=reviews_file,\n", " new_model=True,\n", " num_epochs=train_cfg['num_epochs'],\n", " gen_epochs=train_cfg['gen_epochs'],\n", " batch_size=train_cfg['batch_size'],\n", " train_size=train_cfg['train_size'],\n", " dropout=train_cfg['dropout'],\n", " max_gen_length=train_cfg['max_gen_length'],\n", " validation=train_cfg['validation'],\n", " is_csv=train_cfg['is_csv'],\n", " rnn_layers=model_cfg['rnn_layers'],\n", " rnn_size=model_cfg['rnn_size'],\n", " rnn_bidirectional=model_cfg['rnn_bidirectional'],\n", " max_length=model_cfg['max_length'],\n", " dim_embeddings=model_cfg['dim_embeddings'],\n", " word_level=model_cfg['word_level'])" ], "execution_count": 7, "outputs": [ { "output_type": "stream", "text": [ "Training new model w/ 4-layer, 128-cell Bidirectional LSTMs\n", "Training on 1,135,869 character sequences.\n", "Epoch 1/5\n", " 510/17747 [..............................] - ETA: 31:20 - loss: 2.9080" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 2065/17747 [==>...........................] - ETA: 26:01 - loss: 2.3928" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 3463/17747 [====>.........................] - ETA: 23:16 - loss: 2.2240" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 4893/17747 [=======>......................] - ETA: 20:49 - loss: 2.1209" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 6448/17747 [=========>....................] - ETA: 18:12 - loss: 2.0450" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 8053/17747 [============>.................] - ETA: 15:33 - loss: 1.9895" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 9451/17747 [==============>...............] - ETA: 13:17 - loss: 1.9524" ], "name": "stdout" }, { "output_type": "stream", "text": [ "10873/17747 [=================>............] - ETA: 11:00 - loss: 1.9225" ], "name": "stdout" }, { "output_type": "stream", "text": [ "12244/17747 [===================>..........] - ETA: 8:48 - loss: 1.8980" ], "name": "stdout" }, { "output_type": "stream", "text": [ "13631/17747 [======================>.......] - ETA: 6:35 - loss: 1.8768" ], "name": "stdout" }, { "output_type": "stream", "text": [ "15309/17747 [========================>.....] - ETA: 3:54 - loss: 1.8543" ], "name": "stdout" }, { "output_type": "stream", "text": [ "16742/17747 [===========================>..] - ETA: 1:36 - loss: 1.8379" ], "name": "stdout" }, { "output_type": "stream", "text": [ "17747/17747 [==============================] - 1705s 96ms/step - loss: 1.8282\n", "Epoch 2/5\n", " 165/17747 [..............................] - ETA: 29:37 - loss: 1.6148" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 1585/17747 [=>............................] - ETA: 25:57 - loss: 1.5846" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 2925/17747 [===>..........................] - ETA: 23:45 - loss: 1.5824" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 4340/17747 [======>.......................] - ETA: 21:26 - loss: 1.5809" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 5781/17747 [========>.....................] - ETA: 19:07 - loss: 1.5784" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 7130/17747 [===========>..................] - ETA: 16:58 - loss: 1.5743" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 8539/17747 [=============>................] - ETA: 14:42 - loss: 1.5715" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 9986/17747 [===============>..............] - ETA: 12:24 - loss: 1.5695" ], "name": "stdout" }, { "output_type": "stream", "text": [ "11401/17747 [==================>...........] - ETA: 10:08 - loss: 1.5671" ], "name": "stdout" }, { "output_type": "stream", "text": [ "12772/17747 [====================>.........] - ETA: 7:57 - loss: 1.5662" ], "name": "stdout" }, { "output_type": "stream", "text": [ "14217/17747 [=======================>......] - ETA: 5:38 - loss: 1.5637" ], "name": "stdout" }, { "output_type": "stream", "text": [ "15596/17747 [=========================>....] - ETA: 3:26 - loss: 1.5616" ], "name": "stdout" }, { "output_type": "stream", "text": [ "17057/17747 [===========================>..] - ETA: 1:06 - loss: 1.5602" ], "name": "stdout" }, { "output_type": "stream", "text": [ "17747/17747 [==============================] - 1701s 96ms/step - loss: 1.5593\n", "####################\n", "Temperature: 0.2\n", "####################\n", "tion to the song and the track that we're the track and the song about the track and the song about the song are the track that they have the song a beautiful than the track and the track is a song that the track is a song that we have the production to the song and the track is about the song that \n", "\n", "e were we are the track to her the track is a track and the track and the first time the track of the song shared the track and the production of the song and the track to the track.\n", "\n", "For the track and the track and the track with the song and the song that we're the song about the song that we are \n", "\n", "ocals of the tracks that the track and the track and the song that has a production that we're looking to the track of the production of the track and the song is the first track and the past year.\n", "\n", "For a song that the track of the track and the track of the production and then the tracks and the tr\n", "\n", "####################\n", "Temperature: 0.5\n", "####################\n", "g that we have an experience.\n", "\n", "We're a story the song and the one years of the new track with the perfectly soulful of the pop shows and the first track is the same of the song at a head and intervined on the thread the track, her records that they feat. I've look on the track. The track.\n", "\n", "\"Fire It'\n", "\n", "e track that shared the string in the across what I could be to see the first release for the discour and the drummer song and persinal compilation.\n", "\n", "Her's on the artist of the track of the forthcoming sounds is the great that the track were for the forthcoming synths of the interviites the forthcom\n", "\n", "e track is about the compared for a master personal and which\n", "is about the song that will about the release of the first single, \"Ways\".\n", "\n", "The track of the pop rest tracks in the second of the pop starting to she what it is the track and the track.\n", "\n", "For the track of this recording that we're get to t\n", "\n", "####################\n", "Temperature: 1.0\n", "####################\n", " der beach and I'm it something its itsimal we cant still with. We coves!\n", "\n", "Sharily transcoze reserel direct your passing old and\n", "orgonates' records are erouse, that it was a regings for\n", "Asking a heard is the vibeds brenking experiments,\n", "there is another found of the release of something back at thei\n", "\n", "n. I was do I was their early cultural six her approach infused\n", "and her time. Leastly version,\" has, and majorist\n", "grounds.\n", "\n", "Kile more another \"Laining\" ,' this is out on the _Years.\n", "\n", "LABM** https://www.therest this are it is\n", "its sosk about the understackly newtless\n", "of music.\n", "From\n", "the due indie, so \n", "\n", "ic, 151\n", "yearning or0 aspeciate begentalon, as smooth. I know eventually\n", "impressive - stringle but thatuges all with time Laelo has go those you're previous artist in my own, the same.\n", "\n", "Soundcloud and way there it consist-find my love. And tever Majorbooz to chien.\n", "\n", "Gy our one,\n", "if youar head contecti\n", "\n", "Epoch 3/5\n", " 12/17747 [..............................] - ETA: 37:44 - loss: 1.5467" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 1298/17747 [=>............................] - ETA: 27:29 - loss: 1.4692" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 2613/17747 [===>..........................] - ETA: 24:57 - loss: 1.4597" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 3970/17747 [=====>........................] - ETA: 22:32 - loss: 1.4598" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 5339/17747 [========>.....................] - ETA: 20:11 - loss: 1.4567" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 6707/17747 [==========>...................] - ETA: 17:53 - loss: 1.4557" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 8088/17747 [============>.................] - ETA: 15:34 - loss: 1.4539" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 9474/17747 [===============>..............] - ETA: 13:18 - loss: 1.4531" ], "name": "stdout" }, { "output_type": "stream", "text": [ "10904/17747 [=================>............] - ETA: 10:59 - loss: 1.4521" ], "name": "stdout" }, { "output_type": "stream", "text": [ "12264/17747 [===================>..........] - ETA: 8:48 - loss: 1.4514" ], "name": "stdout" }, { "output_type": "stream", "text": [ "13638/17747 [======================>.......] - ETA: 6:35 - loss: 1.4510" ], "name": "stdout" }, { "output_type": "stream", "text": [ "15059/17747 [========================>.....] - ETA: 4:19 - loss: 1.4502" ], "name": "stdout" }, { "output_type": "stream", "text": [ "16422/17747 [==========================>...] - ETA: 2:07 - loss: 1.4498" ], "name": "stdout" }, { "output_type": "stream", "text": [ "17747/17747 [==============================] - 1710s 96ms/step - loss: 1.4486\n", "Epoch 4/5\n", " 18/17747 [..............................] - ETA: 50:35 - loss: 1.3821" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 1465/17747 [=>............................] - ETA: 26:18 - loss: 1.3592" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 2836/17747 [===>..........................] - ETA: 23:57 - loss: 1.3607" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 4209/17747 [======>.......................] - ETA: 21:43 - loss: 1.3584" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 5686/17747 [========>.....................] - ETA: 19:20 - loss: 1.3572" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 7063/17747 [==========>...................] - ETA: 17:08 - loss: 1.3581" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 8413/17747 [=============>................] - ETA: 14:58 - loss: 1.3568" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 9758/17747 [===============>..............] - ETA: 12:48 - loss: 1.3541" ], "name": "stdout" }, { "output_type": "stream", "text": [ "11131/17747 [=================>............] - ETA: 10:36 - loss: 1.3531" ], "name": "stdout" }, { "output_type": "stream", "text": [ "12511/17747 [====================>.........] - ETA: 8:24 - loss: 1.3526" ], "name": "stdout" }, { "output_type": "stream", "text": [ "13959/17747 [======================>.......] - ETA: 6:04 - loss: 1.3518" ], "name": "stdout" }, { "output_type": "stream", "text": [ "15466/17747 [=========================>....] - ETA: 3:39 - loss: 1.3519" ], "name": "stdout" }, { "output_type": "stream", "text": [ "17052/17747 [===========================>..] - ETA: 1:06 - loss: 1.3518" ], "name": "stdout" }, { "output_type": "stream", "text": [ "17747/17747 [==============================] - 1708s 96ms/step - loss: 1.3519\n", "####################\n", "Temperature: 0.2\n", "####################\n", " to the song is a song that they are all of the song for the song and the song that is a song that is a song that she said the song and the song for the song is a song that is a song that was a song that she is a break of the release of the song and instrumentation and the song of the song with the \n", "\n", "sounds and the song and strings and the song that would be about the song to see the song and is a song that was a song to the song to the end of the song and the song is a song that you can find the song and instrumental sounds and a song that is a song that you can find a song that makes you a son\n", "\n", "at you can find the song is a song that is a song that makes you to see the song is a song that was a song that is the song that they have a lot of the song and so I had to be a lot of the song so many beautiful sounds and chance of the song and the song and a brand new single 'Another Light' is a s\n", "\n", "####################\n", "Temperature: 0.5\n", "####################\n", "ongs from from the band was a very ploying to special beautiful songs and full of bass that makes as the collaboration of some clubs that she didn't start out the chance on the instrumentation. The song is a track that we before so I never been into the song to think I feel like it the artist guitar\n", "\n", "Cars _Alexes of the band\n", "\n", "\u0000\n", "**_Free Music For Me_ is out now you want to see this month of it.\n", "\n", " \n", "\n", "After you and female more of the name for someone harmony to be a production and tension on the stage of the contineted and things about the\n", "composition. I never been want to love it out to the mood f\n", "\n", " have something that something up with a made through the time of the listener with the producers that\n", "see more intern at San Mei and Jeremas are the country of funk\n", "of the same charm of the most pop sound of the songwriting of\n", "the mood. The song is a song about the way to recording his songs with t\n", "\n", "####################\n", "Temperature: 1.0\n", "####################\n", "umness.\n", "\n", "Check out their more is grabs adddiptable to the song such as than\n", "dances synths. I know the tukty fight 18-years of the _Ashements_ is the truthed striking party\n", "EP from mellow with one-first time of such track, \"Favourify.\" - Barknoom soon!\n", "\n", "_Icous R's Follow Callum directCare 2018\n", "\n", "**Kor\n", "\n", "ancous\n", "inspiredly one and charrely down lines of brand natively rappers, Damelo Pupsy. The inspiration and\n", "residmered sope of a new, got this appliet,\n", "inMendinary Kiinbuel enough to those hops even\n", "the lyrics and the\n", "sound off music that see \"Begman en.\" 19 is these pop super they bodges\n", "appear on F\n", "\n", "ht here. A greatuidly great bats recorded:\n", "\n", "> _\"I didn't -ol off this gem core of frustrations. The describes on _Edison_\n", "as he come...dives wpenging about the course, which\n", "remost elutestly be. news media to find a new album from Bridge Classing. Of \"Facepaint\". Maybishin\n", "want was just at melodi\n", "\n", "Epoch 5/5\n", " 12/17747 [..............................] - ETA: 36:25 - loss: 1.2181" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 1317/17747 [=>............................] - ETA: 28:08 - loss: 1.2624" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 2621/17747 [===>..........................] - ETA: 25:27 - loss: 1.2602" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 3932/17747 [=====>........................] - ETA: 23:01 - loss: 1.2577" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 5254/17747 [=======>......................] - ETA: 20:42 - loss: 1.2560" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 6559/17747 [==========>...................] - ETA: 18:28 - loss: 1.2554" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 7866/17747 [============>.................] - ETA: 16:16 - loss: 1.2554" ], "name": "stdout" }, { "output_type": "stream", "text": [ " 9207/17747 [==============>...............] - ETA: 14:02 - loss: 1.2558" ], "name": "stdout" }, { "output_type": "stream", "text": [ "10509/17747 [================>.............] - ETA: 11:53 - loss: 1.2546" ], "name": "stdout" }, { "output_type": "stream", "text": [ "11867/17747 [===================>..........] - ETA: 9:38 - loss: 1.2538" ], "name": "stdout" }, { "output_type": "stream", "text": [ "13246/17747 [=====================>........] - ETA: 7:21 - loss: 1.2533" ], "name": "stdout" }, { "output_type": "stream", "text": [ "14618/17747 [=======================>......] - ETA: 5:06 - loss: 1.2524" ], "name": "stdout" }, { "output_type": "stream", "text": [ "16051/17747 [==========================>...] - ETA: 2:45 - loss: 1.2515" ], "name": "stdout" }, { "output_type": "stream", "text": [ "17425/17747 [============================>.] - ETA: 31s - loss: 1.2514" ], "name": "stdout" }, { "output_type": "stream", "text": [ "17747/17747 [==============================] - 1733s 98ms/step - loss: 1.2513\n" ], "name": "stdout" } ] }, { "metadata": { "id": "d42lxO-ws2rr", "colab_type": "code", "colab": {} }, "cell_type": "code", "source": [ "" ], "execution_count": 0, "outputs": [] } ] }