Grigoriy Livshits
Grigoriy Livshits
Hello. Im trying to use ur model. I've figured out how to set the appropriate size of an image (it should be a multiple of 16). However, i can't load...
### 🐛 Describe the bug Hello. When using num_workers > 0 for dataloader and GaussianBlur BEFORE the resize function in transforms (images in dataset are of different size) a memory...
Hi. I have a rather stupid question. Imagine I'd like to invert more than 1 image at a time (so batch consists of N examples). Will the per batch time...
Hello. I am trying to train and infer a model according to your article. However, some things are not clear from article: 1) "In the training process, we randomly replace...
### 🐛 Describe the bug Hello. After upgrading from torch 2.3.0 to torch 2.4.0 torch.compile produces much less graph breaks without "optimized" code, it supports zip(), accessing modules of nn.Sequential...
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [X] I added a very descriptive title to this issue. - [X] I have provided sufficient...
Hello. I have some folder that is already on DVC. It is stored locally like that: > data/release_123/folder_1.dvc folder_1 has following structure: > data/release_123/folder_1/subfolder_1 > data/release_123/folder_1/subfolder_2 So when I run...