-
Hi,
I find it unfortunate that there's no ebuild for tup in the gentoo portage, so I endeavored to create one. There are still some shortcomings, unfortunately - some are described in my gentoo bug (…
oakad updated
10 years ago
-
-
Hello there,
I was developing a bilingual app and was trying to find a way of using translated step names in URL. I didn't find a solution either by browsing the code/doc or by asking #django IRC. …
-
Hi author,
Thank you for your outstanding work! Recently, I repeated this work. During the training process, I trained epoch 500 on the CIFAR10 dataset using the script 'eval_ckpt_cifar10.sh' provi…
-
PGAdmin issues the following query:
```sql
SELECT db.datname AS \"Database\",
numbackends AS \"Backends\",
xact_commit AS \"Xact committed\",
xact_rollback AS \"Xact rol…
-
### Problem
To help with https://github.com/hashgraph/hedera-mirror-node/issues/9355, we need more metrics to gain insight into the internals of PostgreSQL.
### Solution
* Enable pg exporter sideca…
-
### 🐛 Describe the bug
The reentrant (default) version of torch.utils.checkpoint does not work with NamedTuple outputs, it instead returns back a regular tuple so the outputs cannot be accessed via t…
-
Currently there are multiple file names for setting tup program configuration.
```
./Tupfile.ini
.tup/options
~/.tupoptions
/etc/tup/options
tup.ini in the Application Data path (usually C:\Progra…
-
It seems there is a small issue with [postgresql_details.json](https://github.com/CrunchyData/postgres-operator-examples/blob/main/kustomize/monitoring/grafana/dashboards/postgresql_details.json).
…
-
Dear developers,
It seems to me that Codon is unable to perform a simple conversion from a list to a tuple. Here is a minimal example:
```python
l = [1, 2]
t = tuple[int, int](l)
print(t)
``…