Open MoritzWag opened 4 years ago
There is a google paper "Challenging Common Assumptions in the Unsupervised Learning of Disentangled Representations" https://arxiv.org/abs/1811.12359
They have some nice evaluation metrics for unsupervised representation learning. We should definitely look at those. GitHub Repo: https://github.com/google-research/disentanglement_lib/blob/master/disentanglement_lib/evaluation/metrics/unsupervised_metrics.py
probably found quite nice github repo with code https://github.com/YannDubs/disentangling-vae/blob/master/disvae/evaluate.py
There is a google paper "Challenging Common Assumptions in the Unsupervised Learning of Disentangled Representations" https://arxiv.org/abs/1811.12359
They have some nice evaluation metrics for unsupervised representation learning. We should definitely look at those. GitHub Repo: https://github.com/google-research/disentanglement_lib/blob/master/disentanglement_lib/evaluation/metrics/unsupervised_metrics.py