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
detr_pytorch
Commits
09fcf3c5
Commit
09fcf3c5
authored
Mar 06, 2024
by
Rayyyyy
Browse files
Add export MIOPEN_FIND_MODE=4
parent
22caa57c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
train.sh
train.sh
+1
-0
val.sh
val.sh
+1
-0
No files found.
train.sh
View file @
09fcf3c5
...
@@ -4,6 +4,7 @@ echo "Export params ..."
...
@@ -4,6 +4,7 @@ echo "Export params ..."
export
HIP_VISIBLE_DEVICES
=
0,1,2,3
# 自行修改为训练的卡号和数量
export
HIP_VISIBLE_DEVICES
=
0,1,2,3
# 自行修改为训练的卡号和数量
export
HSA_FORCE_FINE_GRAIN_PCIE
=
1
export
HSA_FORCE_FINE_GRAIN_PCIE
=
1
export
USE_MIOPEN_BATCHNORM
=
1
export
USE_MIOPEN_BATCHNORM
=
1
export
MIOPEN_FIND_MODE
=
4
echo
"Training start ..."
echo
"Training start ..."
# coco_path是训练数据集地址,数据是coco format
# coco_path是训练数据集地址,数据是coco format
...
...
val.sh
View file @
09fcf3c5
...
@@ -3,6 +3,7 @@ echo "Testing start ..."
...
@@ -3,6 +3,7 @@ echo "Testing start ..."
export
HIP_VISIBLE_DEVICES
=
1
export
HIP_VISIBLE_DEVICES
=
1
export
HSA_FORCE_FINE_GRAIN_PCIE
=
1
export
HSA_FORCE_FINE_GRAIN_PCIE
=
1
export
USE_MIOPEN_BATCHNORM
=
1
export
USE_MIOPEN_BATCHNORM
=
1
export
MIOPEN_FIND_MODE
=
4
# resume: 待测试模型地址
# resume: 待测试模型地址
# coco_path: 训练数据集地址, 数据是coco format
# coco_path: 训练数据集地址, 数据是coco format
...
...
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