Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50v1.5_pytorch
Commits
cecab155
Commit
cecab155
authored
Sep 21, 2024
by
dcuai
Browse files
Update train_single_fp32.sh K100AI
parent
235bd79c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
train_single_fp32.sh
train_single_fp32.sh
+1
-1
No files found.
train_single_fp32.sh
View file @
cecab155
export
USE_MIOPEN_BATCHNORM
=
1
export
USE_MIOPEN_BATCHNORM
=
1
export
HIP_VISIBLE_DEVICES
=
0
export
HIP_VISIBLE_DEVICES
=
0
export
DATA_DIR
=
/data/imagenet2012
#数据集路径
export
DATA_DIR
=
/data/imagenet2012
#数据集路径
python ./multiproc.py
--nproc_per_node
1 ./launch.py
--model
resnet50
--precision
FP32
--mode
convergence
--platform
Z
100
L
${
DATA_DIR
}
--data-backend
pytorch
--epochs
100
--batch-size
128
--workspace
${
1
:-
./run
}
--raport-file
raport.json 2>&1 |
tee
resnet50_single_fp32_
`
date
+%Y%m%d%H%M%S
`
.log
python ./multiproc.py
--nproc_per_node
1 ./launch.py
--model
resnet50
--precision
FP32
--mode
convergence
--platform
K
100
AI
${
DATA_DIR
}
--data-backend
pytorch
--epochs
100
--batch-size
128
--workspace
${
1
:-
./run
}
--raport-file
raport.json 2>&1 |
tee
resnet50_single_fp32_
`
date
+%Y%m%d%H%M%S
`
.log
Write
Preview
Markdown
is supported
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