Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in runTRVAE #159

Open
lazappi opened this issue Sep 11, 2020 · 3 comments
Open

Error in runTRVAE #159

lazappi opened this issue Sep 11, 2020 · 3 comments

Comments

@lazappi
Copy link
Member

lazappi commented Sep 11, 2020

I am getting the following error from runTRVAE().

AttributeError: module 'trvae' has no attribute 'archs'

As far as I can see there is no trvae.archs submodule, for example if I tab complete trvae. I get:

trvae.data      trvae.dl        trvae.metrics   trvae.models    trvae.mt        trvae.pl        trvae.plotting  trvae.tl        trvae.utils     trvae.warnings

Possibly I have messed up the installation somehow? I have this version of trvae installed.

trvae                     1.1.2                    pypi_0    pypi
@LuckyMD
Copy link
Collaborator

LuckyMD commented Sep 11, 2020

check the trVAE PR #136. There was quite a lot of changes to how trVAE is run with version 1. We benchmarked version 0.0.1 with this function. There are also new dependencies. Basically, trVAE underwent a large refactoring.

@lazappi
Copy link
Member Author

lazappi commented Sep 11, 2020

Ah ok. I'm using the environment from the danielStrobl-patch1 branch so my fault. I thought I was probably missing something. I guess this will be fixed once that branch is merged so can probably close this unless you want to leave it for anyone else who has this issue.

@LuckyMD
Copy link
Collaborator

LuckyMD commented Sep 11, 2020

i think let's leave it for the moment. Unfortunately the tag for trVAE version 0.0.1 doesn't exist on the github anymore... So it's hard to reproduce those results atm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants