Skip to content

SamratSahoo/Trayne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trayne

Getting Started

Start the peripheral node

go run main.go --type "peripheral"

Start the orchestrator node & specify IP and port of the peripheral node(s)

go run main.go --type "orchestrator" --peers "127.0.0.1:4000"

Send a message to the orchestrator to initialize training

netcat 127.0.0.1 3000
{"messageType":"orchestrator training init"}

Alternatively, run the project as a client and specify the orchestrator's host and port:

go run main.go --type client --host 127.0.0.1 --port 3000

About

Trayne is a distributed machine learning platform for training models at scale

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages