-
Through reading ur code, I think you update the generator while training the discriminator. We should detach it while training the discriminator, right?
-
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and f…
-
How can we accelerate train on training with trainer loop or with native Pytorch? as the tutorial made by @NielsRogge
I am trying to do modifications to this notebook [collab](https://drive.googl…
-
### User story
As a user, I want to have a tutorial that explains how to implement a training loop without the assistant to clarify how Pytorch training is done.
Note: Intel NCL will not actively wo…
-
## 🐛 Bug
Basic `torch.nn.DataParallel` usage succeeds on Pytorch `1.6.0` using both CUDA `10.2.89` and `11.0.3`. However using the appropriate Pytorch `1.7.1` version with each of these CUDA versio…
-
### 🐛 Describe the bug
The examples in the triton+compile tutorial [here](https://pytorch.org/tutorials/recipes/torch_compile_user_defined_triton_kernel_tutorial.html) fail if a non-default mode is p…
-
Vulkan has compute capabilities and could be used for speeding up the training with other GPU brands.
https://www.khronos.org/blog/getting-started-with-vulkan-compute-acceleration
It could also …
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
Hi all!
Trying to use `torch.profiler` to measure acceleration in inference of my model
https://pytorch.org/tutorials/intermediate/tensorboard_profiler_tutorial.html
I am looking at the profiling r…