Vladimir Iashin

Results 15 issues of Vladimir Iashin

### 🚀 The feature I want pytorch/torchvision's `ffmpeg` build to support `h264` coding. This, perhaps, could be achieved by bumping up the `openh264` version (assuming it will fix the error,...

vscode introduced `editor.occurrencesHighlight` setting in its latest update (version: 1.85.0 Commit: af28b32d7e553898b2a91af498b1fb666fdebe0c). setting it to `multiFile` (`singleFile` is the default) breaks block highlighting in edamagit. here is a video demonstrating...

Hi, Thanks for sharing the RegNet weights for the dog class as well as the training config. I could assume that all other classes are trained with the same config...

as it was pointed out in https://github.com/v-iashin/SpecVQGAN/issues/38#issuecomment-1965896265 the bitrate should be scaled by 1000, not 1024.

https://github.com/webdataset/webdataset/blob/1e47aa3de66a23fed0d0f28e787c46beb98ac538/webdataset/filters.py#L848-L853 e.g. ```python sample = { 'image': torch.rand(2, 3, 64, 64), 'cls': torch.rand(2, 100), 'meta': { 'paths': ['/sdf/1.jpg', '/sdf/2.jpg'], 'field2': torch.rand(2, 512), 'field3': ['123', '23423'], }, } ``` not only...