Skip to content

MNIST + Mlp-ALAE

Compare
Choose a tag to compare
@revsic revsic released this 05 Aug 16:00
· 42 commits to master since this release
  • branch: master
  • commit: 1ee5f28
  • tag: MnistMlp
import json
from mnist_mlp import MnistAlae

with open('settings.json') as f:
    settings = json.load(f)

alae = MnistAlae(settings)
alae.load_weights('./mnist_mlp/mnist_mlp')