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
e059986a
Commit
e059986a
authored
Dec 19, 2023
by
Sugon_ldc
Browse files
modify some script
parent
5bbfc497
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
train_single_fp16.sh
train_single_fp16.sh
+1
-1
train_single_fp32.sh
train_single_fp32.sh
+1
-1
No files found.
train_single_fp16.sh
View file @
e059986a
export
USE_MIOPEN_BATCHNORM
=
1
export
HIP_VISIBLE_DEVICE
=
0
export
HIP_VISIBLE_DEVICE
S
=
0
export
DATA_DIR
=
/data/imagenet2012
#数据集路径
python ./multiproc.py
--nproc_per_node
1 ./launch.py
--model
resnet50
--precision
AMP
--mode
convergence
--platform
Z100L
${
DATA_DIR
}
--data-backend
pytorch
--epochs
100
--batch-size
128
--workspace
${
1
:-
./run
}
--raport-file
raport.json 2>&1 |
tee
resnet50_multi_
`
date
+%Y%m%d%H%M%S
`
.log
train_single_fp32.sh
View file @
e059986a
export
USE_MIOPEN_BATCHNORM
=
1
export
HIP_VISIBLE_DEVICE
=
0
export
HIP_VISIBLE_DEVICE
S
=
0
export
DATA_DIR
=
/data/imagenet2012
#数据集路径
python ./multiproc.py
--nproc_per_node
1 ./launch.py
--model
resnet50
--precision
FP32
--mode
convergence
--platform
Z100L
${
DATA_DIR
}
--data-backend
pytorch
--epochs
100
--batch-size
128
--workspace
${
1
:-
./run
}
--raport-file
raport.json 2>&1 |
tee
resnet50_multi_
`
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