-
### 1. System information
- OS Platform and Distribution: Pop!_OS 22.04 LTS
- TensorFlow installation: pip package
- TensorFlow library: 2.17.0
### 2. Code
```
import tensorflow as tf
…
-
### 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…
-
I've been following the quickstart documentation closely, but I'm encountering issues with the inference output format. Specifically, instead of the expected structured outputs, the results appear in …
-
Greetings!
I got custom Layers in equinox that look approximately like this.
```
class ProductLayer(InnerLayer):
child_layers: List[Union[SumLayer, InputLayer]]
edges: BCOO
cla…
-
Hello, and thank you for the great work on this package. I would like to perform covariate balancing from inverse probability weights constructed with the `ipw` package to perform a marginal structura…
-
Hey, great work with lingua ! I was wondering if you'd consider adding support for the distributed shampoo optimizer.
-
A couple separate issues:
1. PyTorch Lightning module uses "on_train_epoch_end( )", so "train_epoch_end( )" isn't actually called.
2. Instantiating LitEma with LitEMA(self, ...) will lead to incor…
-
I am following the steps in the readme.md document to install the environment on my Windows computer. When I execute
```
python -m omni_speech.serve.model_worker --host 0.0.0.0 --controller http://…
-
[10/21/2024-17:11:29] [I]
[10/21/2024-17:11:29] [I] TensorRT version: 8.4.1
[10/21/2024-17:11:30] [I] [TRT] [MemUsageChange] Init CUDA: CPU +218, GPU +0, now: CPU 242, GPU 10401 (MiB)
[10/21/2024-1…
-
**Describe the bug**
FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct mali…