Alexandre Brown

Results 55 comments of Alexandre Brown

Hello, for us this feature would be a **critical feature** since when a new annotated batch of images is done, it is sent to a gitlab CI pipeline that basically...

In our case we solved many of our issues (such as updating without loading the dataset entirely), we started using Iterative new (alpha) tool [ldb](https://github.com/iterative/ldb-resources) instead of DVC and we're...

@potipot @FraPochetti ```python result = trainer.test(lightning_model, test_dl) ``` This does not work in PL right now since IceVision PL adapters do not implement the `test_step` (eg: https://github.com/airctic/icevision/blob/master/icevision/models/torchvision/lightning_model_adapter.py) ``` pytorch_lightning.utilities.exceptions.MisconfigurationException: No...

@tugot17 Just opened a PR to add support for Pytorch Lightning Trainer test with IceVision models. Take a look https://github.com/airctic/icevision/pull/1125 This should solve your issue.

Hello @AlbertoSinigaglia , I'm getting the same issue. We have multiple gitlab CI pipeline and all fail with the same message that you're getting (all was working fine less than...

It is fixed for me as well.

Just had this bug occurred to me today. We had my-nodegroup-1, deleted it, recreated it with a different `maxSize` and the autoscaler wouldn't scale from 0 for this newly created...

Here is the gist of my working sample, you can ignore the node selector stuff, it just helps to schedule the pod on the gpu node I want (dedicated for...

@altavir That's correct, you can expect the rectangles to always be in the same orientation. You can think of it like an N x N grid where each cell might...

Hello @benjaminpkane , just circling back here, let me know what you think about this feature request and its feasibility. Thanks