Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Marco Di Francesco
IDA LSTM
Commits
a5b77efb
Commit
a5b77efb
authored
Jul 23, 2021
by
Marco Di Francesco
🍉
Browse files
Update readme with singularity
parent
67aae446
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
a5b77efb
...
...
@@ -4,19 +4,20 @@ This is a Pytorch implementation of IDA-LSTM, a recurrent model for radar echo e
A Novel LSTM Model with Interaction Dual Attention forRadar Echo Extrapolation, by Chuyao Luo, Xutao Li, Yongliang Wen, Yunming Ye, Xiaofeng Zhang.
Build docker image
:
Docker
:
```
sh
# Build
sudo
docker build
-t
ida-lstm
.
```
Run container:
```
sh
# Run
sudo
nvidia-docker run
-v
/data2/franch/meteotn_traindata:/data2/franch/meteotn_traindata
--rm
ida-lstm
```
Build singularity
Singularity from Docker
```
sh
# Build
sudo
singularity build ida-lstm docker-daemon://ida-lstm:latest
# Run
sudo
singularity run
--nv
--bind
/data2/franch/meteotn_traindata:/data2/franch/meteotn_traindata ida-lstm
```
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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