imsat icon indicating copy to clipboard operation
imsat copied to clipboard

Reproducing code for the paper "Learning Discrete Representations via Information Maximizing Self-Augmented Training"

Results 2 imsat issues
Sort by recently updated
recently updated
newest added

Hi @weihua916, Thanks for the code release. To run `calculate_distance.py`, I had to replace `mnist = fetch_mldata('MNIST original', data_home=PATH)` by `mnist = fetch_openml('mnist_784')` since `fetch_mldata` is deprecated. Note that this...

Hey, Are you sure the computation of pairwise mutual information in the hashing example is correct? I've been working through the maths (and reverse-engineering what you compute) and I'm not...