Browse Source

adjust-modelarts

tags/v1.21.8^2
lewis 4 years ago
parent
commit
011af2af56
1 changed files with 0 additions and 9 deletions
  1. +0
    -9
      modules/modelarts/modelarts.go

+ 0
- 9
modules/modelarts/modelarts.go View File

@@ -13,19 +13,10 @@ import (
const (
storageTypeOBS = "obs"
autoStopDuration = 4 * 60 * 60
flavor = "modelarts.kat1.xlarge"
//profileID = "Python3-ascend910-arm"
profileID = "efa847c0-7359-11eb-b34f-0255ac100057"
//poolID = "pool1328035d"
//poolName = "train-private-1"
poolID = "pool35eafa8f"
poolName = "train-private-0703"
poolType = "USER_DEFINED"

DataSetMountPath = "/home/ma-user/work"
NotebookEnv = "Python3"
NotebookType = "Ascend"
FlavorInfo = "Ascend: 1*Ascend 910 CPU: 24 核 256GiB (modelarts.kat1.xlarge)"
)

var (


Loading…
Cancel
Save