2themaxx

Results 16 comments of 2themaxx

So, you might be interested in checking out [torchCDE ](https://github.com/patrick-kidger/torchcde) which uses the solvers in torchdiffeq to do Controlled differential equations. which are controlled by a time series. In the...

Just to be clear I get blank graphics (empty .png files) when using with no command line parameters after adding the shebang for ODE_demo.py.

So this is an issue with torchvision and the depeacated "pretrained" keyword and I suspect that create_body was updated to take this into account. The proper line for the function...

@baszalmstra , Thanks! I'll try this later today. A few technical bits. My whole goal is to get access to conda packages and test what works and what doesn't. I'm...

Sorry, I didn't mean to forget this. I have been thinking about this but haven't posted here. I tried posting and messaging in the Pixi discord and didn't hear back...

Edited to add, someone got scikit-learn running on termux, and they provide pytorch, so we should have all the examples to get some basic packages within conda-forge on Android. They...

So rattler complies on Android but errors out on Python (see above) so cowpy can't run. I installed the rattler requirements using packages installed by termux. And Pixi needs something...

So uv is a bust: $ cd rattler/ ~/rattler $ cargo run --release create uv Finished release [optimized] target(s) in 2.58s Running `target/release/rattler create uv` target prefix: "/data/data/com.termux/files/home/rattler/.prefix" installing for...

Please note, I can get Pixi to compile if I use the Alpine underneath termux. That's probably a way forward, but then you still run into the musl-libc issue (but...

Same issue with bat as uv. Do we need an OS target in conda-forge? ~/rattler $ cargo run --release create bat Finished release [optimized] target(s) in 2.77s Running `target/release/rattler create...