Skip to content

Potential Issues with sampling #61

Description

@jsearcy1

Looking here, I think the sampling might always be turned off during training, since the default is sampling=False.

I think this makes everything a normal auto-encoder, since here

if sampling if False then h is returned.

I would suggest, since you're returning z (with the sampling) all the time, so you would return mu,logvar,sample (ie. z) every time. Then you can use mu for the embeddings and sample during training

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions