You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CUPY is needed to run MOFA on GPU. Can be installed following instructions on their website.
TL;DR: conda install -c conda-forge cupy
There are also bugs in the MOFA script relating to the use of SciPy vs NumPy, see bioFAM/MOFA2#154.
TL;DR: change s to np in s.empty, s.shape, and s.outer.
The text was updated successfully, but these errors were encountered:
CUPY is needed to run MOFA on GPU. Can be installed following instructions on their website.
TL;DR:
conda install -c conda-forge cupy
There are also bugs in the MOFA script relating to the use of SciPy vs NumPy, see bioFAM/MOFA2#154.
TL;DR: change
s
tonp
ins.empty
,s.shape
, ands.outer
.The text was updated successfully, but these errors were encountered: