Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Fidle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Talks
Fidle
Commits
88492fce
Commit
88492fce
authored
5 years ago
by
Soraya Arias
Browse files
Options
Downloads
Patches
Plain Diff
Add link + misc typo correction
Former-commit-id:
0f15c3a3
parent
018006df
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GTSRB/03-Tracking-and-visualizing.ipynb
+2
-2
2 additions, 2 deletions
GTSRB/03-Tracking-and-visualizing.ipynb
with
2 additions
and
2 deletions
GTSRB/03-Tracking-and-visualizing.ipynb
+
2
−
2
View file @
88492fce
...
@@ -302,10 +302,10 @@
...
@@ -302,10 +302,10 @@
"## Step 5 - Prepare callbacks \n",
"## Step 5 - Prepare callbacks \n",
"We will add 2 callbacks : \n",
"We will add 2 callbacks : \n",
" - **TensorBoard** \n",
" - **TensorBoard** \n",
" Training logs, which can be visualised using Tensorboard tool. \n",
" Training logs, which can be visualised using
[
Tensorboard tool
](https://www.tensorflow.org/tensorboard)
. \n",
" Launch a terminal directly through the Jupyter interface (click on Menu button "File -> New -> Terminal").\n",
" Launch a terminal directly through the Jupyter interface (click on Menu button "File -> New -> Terminal").\n",
" Check directory and go to directory \n",
" Check directory and go to directory \n",
" # cd \n",
"
`
# cd
`
\n",
" Then launch \n",
" Then launch \n",
" - `# tensorboard_launch --logdir ./run/logs` if using a Gricad node\n",
" - `# tensorboard_launch --logdir ./run/logs` if using a Gricad node\n",
" - `# tensorboard --logdir ./run/logs` if using your own workstation\n",
" - `# tensorboard --logdir ./run/logs` if using your own workstation\n",
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment