MCPcopy
hub / github.com/instillai/machine-learning-course / ae.py

File ae.py

code/deep_learning/autoencoder/ae.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# An undercomplete autoencoder on MNIST dataset
2from __future__ import division, print_function, absolute_import
3import tensorflow.contrib.layers as lays
4

Callers

nothing calls this directly

Calls 2

autoencoderFunction · 0.85
resize_batchFunction · 0.85

Tested by

no test coverage detected