-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kunlunxin pytorch resnet50 add requirements.txt and environment_varia…
…bles.sh (#298)
- Loading branch information
1 parent
ccb7bba
commit 6fd0bed
Showing
3 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
training/kunlunxin/resnet50-pytorch/config/environment_variables.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export BKCL_PCIE_RING=1 | ||
export BKCL_TIMEOUT=1800 | ||
export XMLIR_D_XPU_L3_SIZE=66060288 | ||
export XDNN_CONV_GEMM_DTYPE=int16 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
https://download.pytorch.org/whl/cpu/torchvision-0.13.1%2Bcpu-cp38-cp38-linux_x86_64.whl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters