"history = []" ] }, { "cell_type": "code", "execution_count": 137, "metadata": { "id": "oqIs6JXy7U-U" }, "outputs": [], "source": [ "# the model applies over the whole sequence\n", "batch_ix = to_matrix(sample(names, 32), max_len=MAX_LENGTH)\n", ...