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
cc243f54
Commit
cc243f54
authored
5 years ago
by
Jean-Luc Parouty
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of gricad-gitlab.univ-grenoble-alpes.fr:talks/fidle
parents
8f01a67e
e6a39fa1
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
README.md
+13
-1
13 additions, 1 deletion
README.md
with
13 additions
and
1 deletion
README.md
+
13
−
1
View file @
cc243f54
...
...
@@ -5,6 +5,17 @@ FIDLE - Formation Introduction au Deep Learning
---
S. Arias, E. Maldonado, JL. Parouty - CNRS/SARI/DEVLOG - 2020
## 0/ SSH et accès aux machines de calcul Gricad
Fichier config à créer sous $HOME/.ssh
```
ForwardAgent yes
Host *.ciment
User votre_login
ProxyCommand ssh -q votre_login@access-rr-ciment.imag.fr "nc -w 60 `basename %h .cime
nt` %p"
LocalForward 8888 f-dahu:numerodeport_particulier
```
## 1/ Environment
To run this examples, you need an environment with the following packages :
-
Python 3.6
...
...
@@ -29,4 +40,5 @@ To manage conda environment see [there](https://docs.conda.io/projects/conda/en/
To update an existing environment :
```
conda env update --name=deeplearning2 --file=environment.yml
```
\ No newline at end of file
```
This diff is collapsed.
Click to expand it.
Jean-Luc Parouty
@pjluc
mentioned in commit
1ffd8a82
·
5 years ago
mentioned in commit
1ffd8a82
mentioned in commit 1ffd8a826d10f0e8103550e91def7e0dce0a736d
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