Closed FlorentF9 closed 6 months ago
Hi, thank you for your attention,
The package tint is from time_interpret and it should be installed as pip install time_interpret
I added this package to the requirements file, where MLPs in tint are just more convenient for constructing reparameterized distributions in DistributionParams
for $KL(PX , P{tilde_X})$.
Thanks again.
Hi, thanks for releasing your code!
I wondered what is the module "tint" used in
bc_model.py
?from tint.models import MLP, RNN
It does not seem to be in the requirements and I could not find the corresponding package (there is a package tint but it is about colors, not MLPs or RNNs..)