José Padarian

Results 8 issues of José Padarian

- [X] I agree to follow the project's [code of conduct](https://github.com/georust/gdal/blob/master/CODE_OF_CONDUCT.md). - [ ] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users....

Hello everyone. I hope you are having a good start to the year. I'm having problems compiling the docs for my crate ([map-engine](https://crates.io/crates/map-engine)) probably because docs.rs' build system doesn't have...

This is the beginning of the functional refactoring. It includes: * Refactoring functions * Expose functions that might be usable by other packages. * Document code * Code typing

See comments on #2

enhancement

As discussed [here](https://github.com/burn-rs/burn/issues/168), there seems to be a problem because `AtomicBool` is not available for the `thumbv6m-none-eabi` target and Burn uses it for locking (multithreading). As suggested by @antimora, it...

enhancement
no_std

I'm trying to use this awesome library for an embedded project (just inference) but I'm having problems compiling it. ```bash error[E0432]: unresolved import `__alloc::sync` --> ~/.cargo/registry/src/index.crates.io-6f17d22bba15001f/no-std-compat-0.4.1/src/generated.rs:173:48 | 173 | #[cfg(feature...

Hi, I was wondering if it is possible to transform new observations into the aligned embedding space. Ideally, I would like to: * Use AlignedUMAP on dataset A and B...

new feature

Thanks for the hack! Probably I'm doing something wrong but I get this error after running `sudo ./tdm_on.sh` on the iMac (running Ubuntu): ``` send_byte(0x52, 0x0300) fail: 0x40 MVHR: read...