GitXplorerGitXplorer
b

representation-learning-3

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
269a799c5ae4f21e46575c41cc634547ebe40343

Merge pull request #1 from bdura/q2-expériences-importance-sampling

JJDavid04 committed 6 years ago
Unverified
b57e70418efac3fad6e8fb84b3f0d61c09764f5e

final commit

jjdhorwood committed 6 years ago
Unverified
e5164ad783da4293e3be794e81709556168b616e

update commit

jjdhorwood committed 6 years ago
Unverified
080bec4bf8129ccf1d202973c22727dce6993c5f

Correction of FID

committed 6 years ago
Unverified
ad5f9042eca8bfbdc2e3f2223c4ef36760d2194d

push back overwritten changes

jjdhorwood committed 6 years ago
Unverified
7ab9c7f1b88b1c028aaeb99f9bf24238828ac41b

add interpolation function for vae

jjdhorwood committed 6 years ago

README

The README file for this repository.

Assignment 3

The models are implemented in models and trained in learning. They are then used 'notebooks' (also in 'base' for the part 1)

The first part implements discriminators and benchmark them. It is then used to estimate densities in 'density estimation' using several other scripts in 'base'.

The second part implements a VAE. It is evaluated in run_vae, in the same script used for training.

The third part uses a generator similar to the one defined in VAE and then either uses a critic as defined in part one or use it in a variational framework as in part 2 for the SVHN.