From 3afc7d88188d69ecafa81eb265d80fd4cf1da881 Mon Sep 17 00:00:00 2001 From: Noah Syrkis Date: Sat, 16 Sep 2023 10:04:29 -0300 Subject: [PATCH] remove biblio and notebook folder --- notebook.ipynb | 68 ++++---------------------------------------------- 1 file changed, 5 insertions(+), 63 deletions(-) diff --git a/notebook.ipynb b/notebook.ipynb index 639cd7b..15a23cf 100644 --- a/notebook.ipynb +++ b/notebook.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 6, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -26,35 +26,9 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "2023-09-16 09:15:32.502197: W pjrt_plugin/src/mps_client.cc:535] WARNING: JAX Apple GPU support is experimental and not all JAX functionality is correctly supported!\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Metal device set to: Apple M1 Pro\n", - "\n", - "systemMemory: 16.00 GB\n", - "maxCacheSize: 5.33 GB\n", - "\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "100%|██████████| 131/131 [00:07<00:00, 16.66it/s]\n" - ] - } - ], + "outputs": [], "source": [ "subject = load_subject('subj05', image_size=CONFIG['image_size'])\n", "hyperparams = hyperparam_fn()\n", @@ -64,41 +38,9 @@ }, { "cell_type": "code", - "execution_count": 38, + "execution_count": null, "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "
\n", - "
\n", - "
\n", - "
\n", - "
\n", - "
\n", - "
\n", - "
" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "ename": "KeyboardInterrupt", - "evalue": "", - "output_type": "error", - "traceback": [ - "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", - "\u001b[0;31mKeyboardInterrupt\u001b[0m Traceback (most recent call last)", - "\u001b[1;32m/Users/syrkis/code/neuroscope/notebook.ipynb Cell 3\u001b[0m line \u001b[0;36m1\n\u001b[1;32m 15\u001b[0m matrix_lst \u001b[39m=\u001b[39m [np\u001b[39m.\u001b[39mrandom\u001b[39m.\u001b[39mrand(\u001b[39m100\u001b[39m, \u001b[39m100\u001b[39m) \u001b[39mfor\u001b[39;00m _ \u001b[39min\u001b[39;00m \u001b[39mrange\u001b[39m(\u001b[39m4\u001b[39m)]\n\u001b[1;32m 16\u001b[0m display_image(matrix_lst)\n\u001b[0;32m---> 17\u001b[0m time\u001b[39m.\u001b[39;49msleep(\u001b[39m1\u001b[39;49m)\n", - "\u001b[0;31mKeyboardInterrupt\u001b[0m: " - ] - } - ], + "outputs": [], "source": [ "def display_image(matrix_lst):\n", " html = '
'\n",