-
Say the original data is `A=[tensor([1., 2., 3.]), tensor([2.]), tensor([1., 2., 3., 4.])]`. For convenience of some other operations, I concat the data into `A_cat = tensor([1., 2., 3., 2., 1., 2., 3…
-
On a new install of Julia, my previously working neural SDE code no longer allows extra variables to be passed from the loss function to the callback function. The documentation says that this should …
-
I created an apptainer image with tf 2.13 and tried to run a training with `FastBaumWelchLoss`. It crashes in step 0 because the `get_sprint_automata_for_batch` op is not found.
```
EXCEPTION …
-
`libtorch` is easy to use. However, the size of its shared libraries is large, see below.
![80a](https://user-images.githubusercontent.com/5284924/177512166-780505e6-21b5-4ece-96cb-6e2553ca4ae7.png)
…
-
**Describe the bug 🐞**
Hi,
I am trying to optimize a Split ODE with a NN embedded. While I can run the inference, the optimization w/ Zygote throws an UndefRefError. I am not sure if this is the ri…
-
Doing the installation steps as in the guide (after cloning and cd to apex dir), I get this error. Any clue how to fix this?
`(GAIN2) C:\Users\Student1\PycharmProjects\GAIN2\apex\apex>pip install -…
-
Tested on Python 3.11
For the sake of your sanity, use [Busybox for Windows](https://frippery.org/files/busybox/busybox64u.exe) so that you have a normal, native shell environment instead of `Power…
-
I encountered a peculiar bug where parts of my code that utilize noise have suddenly stopped working, despite the fact that I have not updated PastaQ or any other package. This can be confirmed by ref…
-
The encoder interface is quite trivial, basically just any `[LayerRef] -> LayerRef` function, although the interface also should imply the tensor format {B,T,D} or so.
The idea was to have a generi…
-
Hi,
just have a question regarding the training speed using different GPUs.
We have tested the training speed with A100 and H100 (single GPU for test) using the same training setup.
======
Setti…