Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify CNN model code with library functions #31

Open
svrama opened this issue Jun 22, 2017 · 1 comment
Open

Simplify CNN model code with library functions #31

svrama opened this issue Jun 22, 2017 · 1 comment
Assignees
Labels

Comments

@svrama
Copy link
Collaborator

svrama commented Jun 22, 2017

There have been some conventional advances since Fathom's release which lessen the need for things like explicit variable declarations in some of the models (e.g., convolutional networks).

@svrama svrama self-assigned this Jun 22, 2017
@svrama svrama added the M label Jun 22, 2017
@svrama
Copy link
Collaborator Author

svrama commented Jun 29, 2017

The tf.contrib.slim submodule has been integrated in TensorFlow after Fathom's release. The excellent range of example models now posted by the TensorFlow team demonstrates the use of these wrapper functions for vision models like AlexNet.

The following Fathom models can be refactored using the tf.contrib.slim wrapper functions:

  • Residual
  • VGG
  • AlexNet
  • DeepQ (CNN only)

@svrama svrama changed the title Simplify model code with library functions Simplify CNN model code with library functions Jun 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant