Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image sharing #58

Open
xwzheng1020 opened this issue Aug 9, 2020 · 2 comments
Open

Docker image sharing #58

xwzheng1020 opened this issue Aug 9, 2020 · 2 comments

Comments

@xwzheng1020
Copy link

I have configured the environment (including dataset) in a docker container, and commit it as docker image, with tag: xwzheng/fsanet:0.2. If someone wants to run fsanet with docker, try to use the following commands:

# in host
sudo docker pull xwzheng/fsanet:0.2
sudo docker run -ti --runtime=nvidia xwzheng/fsanet:0.2 bash
# in container
conda activate fsanet
cd ~/FSA-Net/training_and_testing
bash run_fsanet_train.sh
@124451
Copy link

124451 commented Jan 25, 2021

thanks for your work

@khandriod
Copy link

How to make inference?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants