-
According to https://docs.python.org/3/library/random.html, we are missing the following random generators
- [choices](https://docs.python.org/3/library/random.html#random.choices) (added in Py…
-
This is the output from training- the model is not getting saved due to a callback issue.
4:6:34: Using Inceptionv3 model
{}: Generating image features using inceptionv3 model...
2022-01-14 04:06…
-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTor…
-
```
See this simple source: http://paste.pound-python.org/show/ZTWE9gxRpAX5qsgMGS2H/
On Python 3, the prints happen before the generator is used at all. On Python
2, they don't happen and RuntimeErr…
-
### Description
Run
```
import jax
import jax.numpy as jnp
dtype = jnp.bfloat16
batch_dim = 16
x_shape = (batch_dim, 512, 16, 48)
bias_shape = (batch_dim, 16, 512, 512)
mask_shape = (1, 1, …
-
## Description
Since this library is still in development and breaking changes are not too disruptive, I think it's worth making the public API stricter **right now**.
Through some mix of the fo…
-
Traceback (most recent call last):
File "train.py", line 192, in
_main()
File "train.py", line 67, in _main
callbacks=[logging, checkpoint])
File "C:\Users\hasee\AppData\Local\Prog…
-
### Describe the issue:
I was trying to implement my own random generator but encountered a crash when trying to use it with a Generator. Mine is based on CFFI so that was a suspect but the simplifie…
-
Below are the separate times I tried running this in Powershell on Windows 10. I have everything installed and was able to install requirements through pip. Not really sure where to go from here. The …
-
#### Bug Report Checklist
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))?
- [x] Have you [tested with the latest master](…