Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pietro Morerio
siamese-tf
Commits
125581af
Commit
125581af
authored
Jun 06, 2018
by
Pietro Morerio
Browse files
Update README.md
parent
3f90a0c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
125581af
...
...
@@ -8,3 +8,9 @@ This project follows Hadsell-et-al.'06 [1] by computing the Euclidean distance o
[1] "Dimensionality Reduction by Learning an Invariant Mapping"
http://yann.lecun.com/exdb/publis/pdf/hadsell-chopra-lecun-06.pdf
### Launch ``jupyter-notebook`` from remote
```
remote_user@remote_host$ jupyter-notebook --no-browser --port=8889
local_user@local_host$ ssh -N -f -L localhost:8888:localhost:8889 remote_user@remote_host
```
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment