Open ologandavid opened 8 months ago
How would I go about extracting the probabilities associated which each mode in the prediction?
Thanks, David
Hi David, please check https://github.com/NVlabs/ScePT/blob/main/ScePT/model/mgcvae_clique.py#L1433, the pi_list is the probability of modes.
How would I go about extracting the probabilities associated which each mode in the prediction?
Thanks, David