flatironinstitute / catvae

Categorical Variational Autoencoders
BSD 3-Clause "New" or "Revised" License
22 stars 3 forks source link

Specifying priors #38

Closed mortonjt closed 3 years ago

mortonjt commented 3 years ago

Right now, we are feeding in CLR means for the batch_priors. This is incorrect and over-inflating our prior distribution.

There are two options, namely

  1. We do all of the prior processing in house
  2. We off-load the prior processing to q2-batch

I think option 2 is the more sane approach. However, it will require careful coordination with the trees.

mortonjt commented 3 years ago

This has been addressed in #39