You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: