-
Hi,
is there a way to penalize the magnitude of the constants (via, e.g., L2 regularization)? I am trying to fit a `SymbolicRegressor` with some noisy data and sometimes I get very large values for…
-
Can you please help with next situation with subscribing:
1. We initialize MCSubscriber with delegate
2. We set credentials for subscriber
3. Then we call subscriber.connect() and subscriber.subscr…
-
### 🐛 Describe the bug
Since PyTorch 2.5.0, there is a massive (more than 10x) performance regression when using `BatchNorm2d` with `torch.compile` set to `reduce-overhead` and `DistributedDataPara…
-
Below is the trace:
Traceback (most recent call last):
File ",,,/run.py", line 65, in
env.run()
File ",,,/hackatari/core.py", line 253, in run
_, reward, _, _, _ =self.step(action)…
-
Hi,
We are using ureq in our [PKCS#11 module](https://github.com/Nitrokey/nethsm-pkcs11), thank you for this reliable and simple library.
We recently had to fork ureq in our use to implement mis…
-
Fedora 41 ships with Python 3.13, which results in a failure when compiling the service (`sudo ./install.sh`):
```
> sudo ./install.sh
...
gi/pygi-resulttuple.c: In function ‘resulttuple_dea…
-
The type annotation for Session.peer is currently:
```
self.peer: Optional[str] = None
```
This attribute appears to be set in `connection_made()` like so:
```
self.session.peer = transpor…
-
### 🐛 Describe the bug
## Installation
Install PyTorch
```
pip install torch -U --index-url https://download.pytorch.org/whl/nightly/cu121
```
Install TorchRec
https://github.com/pytorch/to…
-
I am writing a django app with celery once and if a task is already queued, I dont want to raise an exception, so I want to add graceful option to the task.
Now, I want that config for all the ta…
-
With v0.32.0 version, app-secret replaces other secrets: https://github.com/twentyhq/twenty/blob/740ca550cc17fa5d6277e3b531b4812d79951f69/packages/twenty-website/src/content/developers/self-hosting/up…