Skip to content

Commit

Permalink
add faster_rcnn for kunlunxin (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
reiase authored Jul 26, 2023
1 parent edf7ce2 commit a2f083c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
vendor: str = "kunlunxin"
train_batch_size = 8
eval_batch_size = 8
lr = 0.16
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
vendor: str = "kunlunxin"
train_batch_size = 8
eval_batch_size = 8
lr = 0.16
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
vendor: str = "kunlunxin"
train_batch_size = 8
eval_batch_size = 8
lr = 0.16
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# =================================================
# Export variables
# =================================================


export XACC_ENABLE=1
export BKCL_PCIE_RING=1

0 comments on commit a2f083c

Please sign in to comment.