Louis Jean

Results 16 comments of Louis Jean

Hi, it's an issue related to [dd_widget](https://github.com/jolibrain/dd_widgets) that has been fixed on the latest master, but the packages have not been updated, sorry for the inconvenience. How did you install...

The second message is a DD error indicating there is something wrong with the GPU. You can try `nvidia-smi` to see if something is wrong, ensure that you run the...

RTX 3080 should be perfectly fine. I will try to reproduce and come back to you. Any log or system information would be helpful, especially the deepdetect server logs

CPU training is really slow, that's why you may not see the `metrics.json` change often. From what you sent, it looks like the model is training normally. For GPU training,...

Exactly the same error? do you have dd logs?

Our current policy is to export all the models for a given task with the same input / output format, so that there is one unique path in dede. As...

> LGTM! Still getting a failure on `torchapi.service_predict_native_bw` due to running the tests without a GPU, I assume that's expected? Seems like this test should either not require GPU or...

As for the CI: it fails with issues unrelated to this PR's changes. We are fixing the problems, after that it should pass.

@cchadowitz-pf multi-label is now post processed by sigmoid, the rest is unchanged. Let me know if it's fine for you

Hi @cchadowitz-pf, it would be better if you put the dlib update in another PR, so that we can merge this one.