You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

aiOption.go 845 B

123456789101112131415161718192021222324252627282930313233343536
  1. package option
  2. type AiOption struct {
  3. AiClusterId string // shuguangAi /octopus ClusterId
  4. TaskName string
  5. ResourceType string // cpu/gpu/compute card
  6. CpuCoreNum int64
  7. TaskType string // pytorch/tensorflow/mindspore
  8. DatasetsName string // mnist/imageNet/iris
  9. StrategyName string
  10. ClusterToStaticWeight map[string]int32
  11. Tops float64
  12. ComputeCard string
  13. CodeType string
  14. AlgorithmName string
  15. ImageId string
  16. SpecId string
  17. DatasetsId string
  18. CodeId string
  19. ResourceId string
  20. AlgorithmId string
  21. Cmd string
  22. Envs []string
  23. Params []string
  24. Datasets string
  25. AlgorithmCode string
  26. Image string
  27. Model interface{}
  28. }
  29. func (a AiOption) GetOptionType() string {
  30. return AI
  31. }

PCM is positioned as Software stack over Cloud, aiming to build the standards and ecology of heterogeneous cloud collaboration for JCC in a non intrusive and autonomous peer-to-peer manner.