Skip to content
This repository has been archived by the owner on Dec 21, 2017. It is now read-only.

Newest commit to JV Space #91

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

karllab41
Copy link

No description provided.

# Iterate through the hidden units list and connect the graph
layer_i = inputs
for i, hidden in enumerate(hidden_units):
layer_i = tflearn.fully_connected(layer_i, hidden, activation='relu', name='fc'+str(i))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably should be tf.contrib.layers references

@ymt123
Copy link
Contributor

ymt123 commented Aug 31, 2016

Other than the specific comments this looks good. There's no need to hold this PR up for a script but we should get a version that runs as a script and integrates Sacred so we can report on the results

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants