nodefluxio / vortex

A Deep Learning Model Development Framework for Computer Vision
27 stars 6 forks source link

[BUG] ClassificationMetrics not found when building using docker #118

Open kurnianggoro opened 3 years ago

kurnianggoro commented 3 years ago

Describe the bug I followed the tutorial of installation from the documentation and run the sample code. When i run using the docker container, the module ClassificationMetrics is missing. However, if vortex is built from scratch, we can import ClassificationMetrics properly.

To Reproduce Steps to reproduce the behavior:

  1. docker build --target=development -t vortex:dev .
  2. run in python : from vortex.development.utils.metrics import ClassificationMetrics
  3. the result is ImportError: cannot import name 'ClassificationMetrics'

Expected behavior the ClassificationMetrics can be loaded properly from docker build

Screenshots

image

alifahrri commented 3 years ago

thanks mas @kurnianggoro , will look into it soon