-
At the moment symex uses paredit and lispy to derive the underlying tree representation to operate on. These packages are specific to Lisp syntax, whereas tree-structured data comes in many forms besi…
-
### 1. System Info
Google Colab: Python 3 Google Compute Engine backend (GPU)
`!pip list`
```
absl-py 1.4.0
accelerate 0.32.1
aiohappyeyeballs …
-
```
23-10-17 08:04:17.947 - INFO: Loading model for [../experiments/autoregressive.pth]
Traceback (most recent call last):
File "/content/DL-Art-School/codes/train.py", line 398, in
trainer…
-
### Bug description
Cloud checkpoints are cool! But once you use the WandbLogger, no cloud checkpoints (or anything really) is saved to `trainer.default_root_dir`. The model is checkpointed as a Wa…
-
* telegram-upload version: latest
* Python version: 3.8.16
* Operating System: ubuntu Release 18.04.6 LTS (Bionic Beaver) 64-bit
* Dependencies list (run `pip freeze`):
```c
absl-py==1.3.0
aeppl…
-
### Bug description
If I register a `float64` tensor to a buffer in the `__init__` function of a `LightningModule` like so:
```py
self.register_buffer("testing_variable", torch.tensor([1,2,3], …
-
### Describe the issue:
There are a couple of issues with the current design:
i) The keys of `start` and `start_sigma` are inconsistent as can be seen in example below.
ii) I can specify arbitrar…
-
### Describe the issue:
Close to the end stages of fitting an ODE model with ABC-SMC, the kernel fails with `np.linalg.LinAlgError` for a particular model. It's not possible to catch the exception …
-
NOTE: ISSUES ARE NOT FOR CODE HELP - Ask for Help at https://stackoverflow.com
Your issue may already be reported!
Also, please search on the [issue tracker](../) before creating one.
* **I'm s…
-
### Describe the issue:
Since update to MacOS 15 I have a problem with using Apple implementation of BLAS.
Installing `pytensor` from `miniconda3-3.12-24.7.1-0` via ` conda create -n voxel-bayes-…