Skip to content

Commit

Permalink
Add PATH for tensorboard
Browse files Browse the repository at this point in the history
  • Loading branch information
takumiohym committed Jul 12, 2024
1 parent 1d87e76 commit 2adf4e2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,11 @@
"import warnings\n",
"\n",
"os.environ[\"TF_CPP_MIN_LOG_LEVEL\"] = \"2\"\n",
"warnings.filterwarnings(\"ignore\")"
"warnings.filterwarnings(\"ignore\")\n",
"\n",
"# Set `PATH` to include the directory containing tensorboard\n",
"PATH = %env PATH\n",
"%env PATH=/home/jupyter/.local/bin:{PATH}"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,11 @@
"import warnings\n",
"\n",
"os.environ[\"TF_CPP_MIN_LOG_LEVEL\"] = \"2\"\n",
"warnings.filterwarnings(\"ignore\")"
"warnings.filterwarnings(\"ignore\")\n",
"\n",
"# Set `PATH` to include the directory containing tensorboard\n",
"PATH = %env PATH\n",
"%env PATH=/home/jupyter/.local/bin:{PATH}"
]
},
{
Expand Down

0 comments on commit 2adf4e2

Please sign in to comment.