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 873 B

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

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.