Håkan Ardö

Results 4 issues of Håkan Ardö

## 🐛🐛 Bug Report If multiple hub.experimental.dataloader instances are used with num_workers > 0, things will hang. ### ⚗️ Current Behavior The code below hangs when the emulated testing starts....

bug

This can more than double the performace of simple pytorch micro-benchmark. ## 🚀 🚀 Pull Request ### Checklist: - [ ] [My code follows the style guidelines of this project](https://www.notion.so/activeloop/Engineering-Guidelines-d6e502306d0e4133a8ca507516d1baab)...

Hi, is there anyway to add support for pulling docker images from private ecr repositories? That requires aws credentials and a docker login call before the pull, i.e.: aws ecr...

When INFERENCE_MODE is set to false, the model still runs in no_grad mode. Is that intentional? This prevents the serving of models that requires gradients at inference time, such as...