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
ok so it looks like use_gpu was removed from scvi in version 1.1.0. I cloned the velovi repo and commented out the use_gpuline in the call to TrainRunner as a quick fix. now it works.
Hi,
I'm trying to run the tutorial, but it fails during
vae.train()
with the messageTrainer.__init__() got an unexpected keyword argument 'use_gpu'
I'm not able to use
vae.train(use_gpu=False)
either (same error).any ideas?
thanks for your help!
here are my versions
The text was updated successfully, but these errors were encountered: