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

updated offline_test to automate #13

Open
wants to merge 55 commits into
base: aws
Choose a base branch
from
Open

Conversation

keylbill
Copy link

No description provided.

louie-tsai and others added 30 commits November 4, 2022 00:31
update run_mlperf.sh for aws compatibility (dlrm 99.9)
additional changes for aws compatibility (retinanet)
merge all instructions to one README file
cd resnet50/pytorch-cpu/ || return
chmod +x run_offline_accuracy.sh
chmod +x run_offline.sh
../../run_docker.sh a17e4ea194cc /workspace/run_offline_accuracy.sh /opt/workdir/code/resnet50/pytorch-cpu aws_rn50 resnet50_acc.txt

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the docker image number will be different among different docker pull, so might be better to use docker image name like intel/intel-optimized-pytorch:mlperf-inference-2.1-3dunet directly.

cd dlrm-99.9/pytorch-cpu/ || return
chmod +x run_offline_accuracy.sh
chmod +x run_offline.sh
../../run_docker.sh 038cf950d509 /workspace/run_offline_accuracy.sh /opt/workdir/code/dlrm-99.9/pytorch-cpu aws_dlrm dlrm_acc.txt

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here to use docker image name instead.

cd retinanet/pytorch-cpu/ || return
chmod +x run_offline_accuracy.sh
chmod +x run_offline.sh
../../run_docker.sh 5dfdb372208a /workspace/run_offline_accuracy.sh /opt/workdir/code/retinanet/pytorch-cpu aws_ret retinanet_acc.txt

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here to use docker image name instead.

echo "Running container for model: 3d-unet-99.9"
cd 3d-unet-99.9/pytorch-cpu-kits19/ || return
chmod +x run_offline.sh
../../run_docker.sh ce03546c4d75 /workspace/run_offline.sh /opt/workdir/code/3d-unet-99.9/pytorch-cpu-kits19 aws_3dunet 3dunet_acc.txt env_acc.list

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here to use docker image name instead.

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

Successfully merging this pull request may close these issues.

4 participants