tryolabs / luminoth

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

Fix Google Cloud ML Engine package building #234

Closed dekked closed 5 years ago

dekked commented 5 years ago

This should fix #231 and fix #232.

It makes sure the building of the package for ML Engine can happen regardless of how Luminoth was installed (with editable or not).

Under normal circumstances (pip install luminoth[gcloud]), the version installed to run in ML Engine will be the same version the user has locally.