Closed h4rvey-g closed 3 months ago
Try reinstalling from the master branch-this was an oversight on my part (i think).
Hm. The tests failed when I turned that on. Bear with.
@h4rvey-g While we are trying to see how we can fix the specific problem here, you can also have a try with runOnlineINMF()
which uses a variant algorithm that is more friendly to memory limit and time cost, with the trade-off against factorization accuracy.
@h4rvey-g While we are trying to see how we can fix the specific problem here, you can also have a try with
runOnlineINMF()
which uses a variant algorithm that is more friendly to memory limit and time cost, with the trade-off against factorization accuracy.
Unfortunately that returns the same error.
Try the master branch now, it should work.
It works like a charm! Thanks!
I have a large liger object which integrates 7 datasets.
When I'm running
runIntegration()
, it throws an errorIs there any configuration I can make to run this, or should I reduce the data size?