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.
I am getting the following error from
runTRVAE().As far as I can see there is no
trvae.archssubmodule, for example if I tab completetrvae.I get:Possibly I have messed up the installation somehow? I have this version of trvae installed.