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
87569f19
Commit
87569f19
authored
5 years ago
by
Soraya Arias
Browse files
Options
Downloads
Patches
Plain Diff
Add info on tensorboard
parent
b32677bc
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
+11
-3
11 additions, 3 deletions
GTSRB/03-Tracking-and-visualizing.ipynb
with
11 additions
and
3 deletions
GTSRB/03-Tracking-and-visualizing.ipynb
+
11
−
3
View file @
87569f19
...
...
@@ -302,9 +302,17 @@
"## Step 5 - Prepare callbacks \n",
"We will add 2 callbacks : \n",
" - **TensorBoard** \n",
"Training logs, which can be visualised with Tensorboard. \n",
"`# tensorboard --logdir ./run/logs` \n",
"IMPORTANT : Relaunch tensorboard on every run\n",
" Training logs, which can be visualised using Tensorboard tool. \n",
" Launch a terminal directly through the Jupyter interface (click on Menu button "File -> New -> Terminal").\n"
" CheGo to directory \n",
" # cd \n",
" Then launch \n",
" - `# tensorboard_launch --logdir ./run/logs` if using a Gricad node\n",
" - `# tensorboard --logdir ./run/logs` if using your own workstation\n",
" The Tensorboard visualization is available through a browser at : \n",
" - http://localhost:6007 (when running training using a Gricad node)\n",
" - http://localhost:6006 (when running training using your own workstation)\n",
" IMPORTANT : Relaunch tensorboard on every run\n",
" - **Model backup** \n",
" It is possible to save the model each xx epoch or at each improvement. \n",
" The model can be saved completely or partially (weight). \n",
...
...
This diff is collapsed.
Click to expand it.
Soraya Arias
@ariass
mentioned in commit
ed8d06fa
·
5 years ago
mentioned in commit
ed8d06fa
mentioned in commit ed8d06faa75866ccd082cb875aac1b28c7cd7f50
Toggle commit list
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