Sebastian Pujalte

Results 8 comments of Sebastian Pujalte

Hi, When you call **fit_transform()** on a UMAP object it returns a numpy array of the points in the embedded space. However the UMAP plotting functions require a UMAP object,...

The issue is the new version of R (>4.2) now results in an error when passing multiple conditions. Previously you would only get a warning. See: https://stackoverflow.com/questions/72090706/new-error-no-first-element-being-used-when-condition-has-length-1

The model weights and data are still private, would anyone (@sai-advaith, @LifeWorks, @amelie-iska) be able to kindly share them with us?

Is there an update to this issue @jingxu10? We are also having issues with this bug (same models result in stable cpu memory on Ampere GPUs) making it nearly impossible...

@yangw1234 were you able to find a solution?

Hey @gujinghui, I want to use IPEX 1.13 but it appears that the oneAPI Base Toolkit 2023.1 is [no longer available](https://community.intel.com/t5/oneAPI-Registration-Download/Downaload-oneapi-2023/m-p/1570595) for download. Is there something we can do if...

Thank you for your prompt response and confirmation that IPEX 1.13 has been deprecated. We were hoping to avoid having to upgrade some of our models to Pytorch 2.

Hi Mike, Thanks for reviewing the proposed code. I drew inspiration from [noegroup/reform](https://github.com/noegroup/reform/blob/e38b798eaddb87d64343feba5f3caa3b81679e86/reform/tests/test_replica_exchange.py#L34-L51) and added some tests to empirically validate the deterministic (DEO) and random swapping schemes (SEO). For DEO...