Now, the directory name of dlrover is confused. The folders under dlrover are dlrover/python, dlrover/client, dlrover/trainer, dlrover/go, dlrover/proto. The dlrover/go and dlrover/python are named by the programming language, but the dlrover/trainer, dlrover/proto and dlrover/client are named by the function module. What's more, the dlrover folder is used to build a python package but the dlrover/go is not packaged in the dlrover wheel.
The folders can be re-organized the following structure.
|-dlrover
|-client
|-proto
|-trainer
|-master
|-agent
|-go
|-brain
|-elasticjob
|-master
Now, the directory name of dlrover is confused. The folders under
dlroveraredlrover/python,dlrover/client,dlrover/trainer,dlrover/go,dlrover/proto. Thedlrover/goanddlrover/pythonare named by the programming language, but thedlrover/trainer,dlrover/protoanddlrover/clientare named by the function module. What's more, thedlroverfolder is used to build a python package but thedlrover/gois not packaged in the dlrover wheel.The folders can be re-organized the following structure.