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

Examples guide in Resnet Readme #11

Open
182yzh opened this issue Nov 26, 2024 · 0 comments
Open

Examples guide in Resnet Readme #11

182yzh opened this issue Nov 26, 2024 · 0 comments

Comments

@182yzh
Copy link

182yzh commented Nov 26, 2024

The docker command in the file with an error parameters.
the command

# the origin in guide file
docker run -dit --gpu all --privileged  --ipc=host --network=host  -v .:/root --name phos_example phoenixos/pytorch:11.3-ubuntu20.04
# should be 
docker run -dit --gpus all --privileged  --ipc=host --network=host \
            -v .:/root --name phos_example phoenixos/pytorch:11.3-ubuntu20.04

and the path to the examples also have a mistake;

#origin
cd /root/example/resnet
#should be:
cd /root/examples/resnet
@182yzh 182yzh changed the title Examples guide Examples guide in Resnet Readme Nov 26, 2024
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

1 participant