Skip to content

Commit

Permalink
remove GPUutilities (#12)
Browse files Browse the repository at this point in the history
* readme

* readme

* updated images

* updated images

* removing gpuutil and allowing user to set gpuid

* adding ai_application.py

* add ai_application

* remove GPUutils
  • Loading branch information
gregchu authored May 10, 2019
1 parent d331461 commit f6c2d8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
crop_image_from_bbox_contour,
)
from multivitamin.module.utils import min_conf_filter_predictions
from multivitamin.utils.GPUUtilities import GPUUtility
from multivitamin.data.response.dtypes import Region, Property

glog_level = os.environ.get("GLOG_minloglevel", None)
Expand Down
2 changes: 1 addition & 1 deletion multivitamin/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.26"
__version__ = "1.3.27"

0 comments on commit f6c2d8f

Please sign in to comment.