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
That's exactly such a great job is.
I'm reproducing the second tutorial, but I'm having a problem. I find that I can't fit the cite and multiome modality as shown in the tutorial. This is shown below.
vae = mtm.model.MultiVAE(
adata.
losses=[“nb”, “mse”, “mse”],
loss_coefs={
“integ": 500,.
},
integrate_on=“Modality”,
mmd=“marginal”, )
It seems that because of the version, the mmd parameter in the mtm.model.MultiVAE function is no longer available, and I removed it, but that doesn't seem like it should cause this problem.
Thank you very much for your reply.
Version information
Just the google Colab platform.
The text was updated successfully, but these errors were encountered:
Report
That's exactly such a great job is.
I'm reproducing the second tutorial, but I'm having a problem. I find that I can't fit the cite and multiome modality as shown in the tutorial. This is shown below.
vae = mtm.model.MultiVAE(
adata.
losses=[“nb”, “mse”, “mse”],
loss_coefs={
“integ": 500,.
},
integrate_on=“Modality”,
mmd=“marginal”, )
It seems that because of the version, the mmd parameter in the mtm.model.MultiVAE function is no longer available, and I removed it, but that doesn't seem like it should cause this problem.
Thank you very much for your reply.
Version information
Just the google Colab platform.
The text was updated successfully, but these errors were encountered: