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

supporting different architectures - vggnet, resnet #297

Merged
merged 14 commits into from Jul 25, 2020
Merged

supporting different architectures - vggnet, resnet #297

merged 14 commits into from Jul 25, 2020

Conversation

abx393
Copy link
Contributor

@abx393 abx393 commented Jul 21, 2020


name: b) New feature
about: Select this if you're adding a new feature to libra.
labels: feature

This pull request closes #267

**- Supporting different model architectures for CNNs

**- Added architecture parameter to convolutional_query() in queries.py and convolutional() in feedforward_nn.py,
If architecture is not None, model is initialized with this architecture. By default, weights are randomly initialized. Can later add a a parameter on whether to include pretrained imagenet weights.

- How to verify it

  • I updated the docs.

This pull request adds a new feature to libra. @Palashio, could you please take a look at it?

@Palashio Palashio merged commit 8cbb88f into Palashio:master Jul 25, 2020
@umangj123 umangj123 mentioned this pull request Jul 28, 2020
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pre-created architecture support
2 participants