tryolabs / luminoth

Deep Learning toolkit for Computer Vision.
https://tryolabs.com
BSD 3-Clause "New" or "Revised" License
2.4k stars 399 forks source link

Can this integrate with Comet.ml? #189

Closed rememberlenny closed 6 years ago

joaqo commented 6 years ago

We do not plan to integrate Comet.ml into luminoth at the moment as we want to minimize dependencies. It would be very easy to do so yourself though, just pip install comet.ml and create an Experiment(api_key='your_key') object in your code and start running experiments!

rememberlenny commented 6 years ago

Thanks @joaqo