-
I came across your [post on Medium](https://medium.com/@kuza55/transparent-multi-gpu-training-on-tensorflow-with-keras-8b0016fd9012#.q4rzb8rik) and was instantly hooked. Nice job!
I've been develop…
-
### Issue Type
Feature Request
### Source
source
### Tensorflow Version
tf 2.11.0
### Custom Code
Yes
### OS Platform and Distribution
Linux Ubuntu 18.04
### Mobile devic…
-
I need to slice a 3D volume and do something like batched matmul (torch.bmm), like below
```python
a_h_offs = tl.program_id(0) * WIN_SIZE + tl.range(0, WIN_SIZE)
a_w_offs = tl.program_id(1) * W…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussi…
-
## 🐛 Bug
Metrics (predefined in library and custom implementations) using concatenation `dist_reduce_fx="cat"` and CPU computation `compute_on_cpu=True` raise an error when training in multiple GPUs …
-
I've recently started working with the package to build recommender systems and so far I've successfully built a Ranking task that takes the inputs from a Keras Data Generator. However, I could not ma…
-
In AWS we are working with customers to enable gigantic transformer model training on EC2. Furthermore, we attempt to leverage compiler techniques to optimize Pytorch workloads due to its widely adopt…
-
### 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…
-
### What is PyTorch?
An machine learning framework in Python.
```python
import torch
```
Two main features:
● N-dimensional Tensor computation (like NumPy) on GPUs
● Automatic different…
-
### Documentation Title & Type
While looking into documentation related to working with pre-quantized models I observed few maybe minor issues, related to doc appearance in the web browser, mention…