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

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

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.