torrvision / crayon

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

Make python client pip-installable. #29

Closed jalabort closed 7 years ago

jalabort commented 7 years ago
jalabort commented 7 years ago

Not sure what's up with the tests. They seem to pass on my machine.

jalabort commented 7 years ago

@albanD Are you guys accepting pull requests? We've forked your project (thanks for doing this awesome tool btw) and used the changes in this PR to automatically install the Python client in our other projects using PyTorch (it works like a charm). Ideally, we don't really want to maintain a separate fork and would rather directly contribute our changes to yours.

albanD commented 7 years ago

Hi, sorry for the late reply. Yes the build is failing but I hadn't time to look into it yet, From what I remember it's a problem between the docker package and installed docker version mismatch on travis. I will try and fix this.

Thanks for the PR ! :)