-
I got it working
Run this
```
pip3 install torch torchvision torchaudio torchvision --index-url https://download.pytorch.org/whl/rocm6.2
```
Then remove `torchvision`, `torchaudio`, `torchvisio…
-
### Summary
The ObjectDetectionTask has an in_channels parameter but it isn't actually used for anything. At the moment, it seems that the trainer only supports RGB imagery. We should fix this.
### …
-
**Issue:**
https://github.com/unslothai/unsloth/issues/741#top
```
package Version
------------------------- --------------
accelerate 0.34.2
bitsandbytes …
-
### Checklist
- [ ] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
### 🐛 Describe the bug
```
dp = ...
dp = dp.sharding_filter()
rs = MultiProcessingReadingService(num_workers=4)
dataloader = DataLoader2(dp, reading_service=rs)
for _ in dataloader:
pas…
-
Hi, I want to ask what's the version of Pytorch you used?
I use the Pytorch 1.7.1 but met the following error when using RandAugment
Traceback (most recent call last):
File "data_augmentation_…
-
@Marei33 observed incorrect results when using MPS results (including failing tests) when using the MPS backend.
This happened with two torch / torchvision settings:
- `pytorch = 2.0.1; torchvision:…
-
### 🐛 Describe the bug
I'm unable to load a my trained MaskRCNN model (using the one from the `torchvision` Python module). I'm converting it to TorchScript using `torch.jit.script`, saving it as a `…
-
Argument interpolation should be an `InterpolationMode` or a corresponding Pillow integer constant, but got InterpolationMode.BICUBIC.
-
File "/data/SEINE/sample_scripts/with_mask_sample.py", line 258, in
main(omega_conf)
File "/data/SEINE/sample_scripts/with_mask_sample.py", line 247, in main
torchvision.io.write_video(…