Commit 0b74e527 authored by cclauss's avatar cclauss Committed by Karmel Allison
Browse files

autoencoder: import numpy as np for line 75 (#3475)

parent ab285838
import numpy as np
import tensorflow as tf
class Autoencoder(object):
def __init__(self, n_layers, transfer_function=tf.nn.softplus, optimizer=tf.train.AdamOptimizer()):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment