torrvision / crayon

A language-agnostic interface to TensorBoard
MIT License
779 stars 59 forks source link

How can I use crayon on my own PC? (not a server or client machine) #41

Open squirrel233 opened 7 years ago

squirrel233 commented 7 years ago

I have a computer with GPU, and run my programs on it. I don't have a server or client machine, just one PC. How could I install crayon in this situation?

edran commented 7 years ago

Hi there,

Crayon can run anywhere, you just need to be able to start multiple processes (e.g. one would be the crayon server process, and the other the process initialising the client object).

squirrel233 commented 7 years ago

@edran Thanks a lot! Did you mean that I should install both server&client crayon on my PC, and start multiple processes?

edran commented 7 years ago

Indeed :)

woaichipinngguo commented 6 years ago

Could you show me more details? I don't know how to start multiple processes. How can I set the hostname--- cc = CrayonClient(hostname="server_machine_address")? @squirrel233 @edran