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

Error evaluating model in Google Cloud #198

Closed joaquinfernandez131 closed 6 years ago

joaquinfernandez131 commented 6 years ago

When submitting a job for evaluate a model I do this way:

image

Then in GCloud fails because it adds an argument --job-dir that function eval from eval.py doesn't support.

image

image

dekked commented 6 years ago

Hello @joaquinfernandez131!

Can you try it out with this PR? It should fix the issue.

Beware that the commands changed a bit, but see the examples in the documentation :)