qyllan

Results 25 issues of qyllan

thank you for your service ('-')7

EDIT: the flask install part is the minor part of the bug, major part in next comment) fresh pip install hub, tried to play from a video sample (cool API...

bug

## 🐛🐛 Bug Report created a video tensor (mp4), added 35 samples, tried to use the `ds.pytorch` function, got this error: ![image](https://user-images.githubusercontent.com/26421036/182024238-d481af10-4e28-48ba-9e29-d0deb9b4f30c.png) ### ⚙️ Environment ubuntu 20.04, python=3.7.13, **jupyter notebook**

bug

when developing hub we explicitly decided not to use [fsspec](https://filesystem-spec.readthedocs.io/en/latest/) because we deemed it was too slow. so we went with [our own storage providers interface](https://github.com/activeloopai/Hub/tree/main/hub/core/storage). this is great, but...

enhancement

## 🚨🚨 Feature Request Related to #1156 (this issue is a building block to it) ## Description build the implementation of the API: ```python ds = ... # create dataset...

enhancement

difficulty: advanced/creative oh no datasets are corrupted! your mission, should you choose to accept, is to save them! lol but fr we need a way to, if the user's tensor_meta.json/dataset_meta.json...

enhancement
hacktoberfest

## 🐛🐛 Bug Report ### ⚗️ Current Behavior when running a large transform job, scheduler="processed" is significantly slower than "threaded". tested by having the transform upload to s3. ### benchmark...

bug

I have been looking around and found [one implementation of LambdaResNets](https://github.com/leaderj1001/LambdaNetworks), although there seem to be some metric performance problems and I've found wall-clock performance problems (runs ~7x slower than...

LambdaResNet50 in comparison to a normal ResNet50 from my testing is 7x slower. I am training on ImageNet, and I am comparing your LambdaResNet50 to a torch.hub ResNet50. Is this...

### Search before asking - [X] I have searched the MuZero [issues](https://github.com/werner-duvaud/muzero-general/issues) and found no similar feature requests. ### Description I noticed batch norm is being used in some of...

enhancement