lopho

Results 7 issues of lopho

(Crosspost from mailing list: http://lists.pawfal.org/pipermail/fluxus-pawfal.org/2015-October/010371.html) Built racket 6.2.1 from source (http://mirror.racket-lang.org/installers/6.2.1/racket-6.2.1-src.tgz) with `--enable-shared --prefix=/usr/local` Compiling fluxus without `STATIC_MODULES=1` works fine. With `STATIC_MODULES=1` the build fails. I am very much a...

fixes #240 related: #252

fixes #240 related #251

I'm currently writing CI tests against all configs (as listed by `list_models()`). The following are listed but unavailable: - timm-vit_medium_patch16_gap_256 - timm-convnext_xlarge Unless it was an oversight, let me know...

bug

Generate test data on the same machine that runs regression tests. Torch is non-deterministic between CPU architectures/families/torch releases/platforms. https://pytorch.org/docs/stable/notes/randomness.html > Completely reproducible results are not guaranteed across PyTorch releases, individual...

Selecting multiple lines and evaluating them with ```shift-enter``` works as intended with atom tidal. On vscode it only executes the line on which the caret resides. I'm not sure if...

enhancement

- [x] evaluate multiple single-line statements using selection and ```shift-enter``` - [x] evaluate multiple multi-line statements using selection and ```ctrl-enter``` - [ ] check unit tests, and expand if required...