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

Newest commit to JV Space#91

Open
karllab41 wants to merge 3 commits intoLab41:masterfrom
karllab41:jvspace
Open

Newest commit to JV Space#91
karllab41 wants to merge 3 commits intoLab41:masterfrom
karllab41:jvspace

Conversation

@karllab41
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
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.

2 participants