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
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
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
Slim Karkar
Fidle
Commits
004e2dbd
Commit
004e2dbd
authored
5 years ago
by
Soraya Arias
Browse files
Options
Downloads
Patches
Plain Diff
Misc typo
Former-commit-id:
52f1d40f
parent
88492fce
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
+0
-9
0 additions, 9 deletions
GTSRB/03-Tracking-and-visualizing.ipynb
with
0 additions
and
9 deletions
GTSRB/03-Tracking-and-visualizing.ipynb
+
0
−
9
View file @
004e2dbd
...
@@ -303,15 +303,6 @@
...
@@ -303,15 +303,6 @@
"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](https://www.tensorflow.org/tensorboard). \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",
" Check directory and go 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",
" IMPORTANT : Relaunch tensorboard on every run\n",
" - **Model backup** \n",
" - **Model backup** \n",
" It is possible to save the model each xx epoch or at each improvement. \n",
" It is possible to save the model each xx epoch or at each improvement. \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