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

Improve Base Model Naming #124

Open
chadlagore opened this issue May 22, 2018 · 3 comments
Open

Improve Base Model Naming #124

chadlagore opened this issue May 22, 2018 · 3 comments

Comments

@chadlagore
Copy link
Collaborator

Our current base model (cnn) could be named better. Which makes me think, perhaps we could use a naming convention. Something like:

<model-type>-<number-of-base-layers>-<number-of-transfer-layers>

So this model would become cnn-1-2.

@iKevinY
Copy link
Member

iKevinY commented May 22, 2018

Seems like a sensible naming convention to me!

@grig-guz
Copy link
Member

How about we do <model-type>-<number-of-base-layers>-<number-of-transfer-layers>-<user-id>? Seems like quite a few people want to add their own models.

@chadlagore
Copy link
Collaborator Author

chadlagore commented May 31, 2018

It would be nice to capture the model architecture uniquely somehow in the name—perhaps Keras provides such a checksum? I haven't been able to find it in their API 😞

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

No branches or pull requests

3 participants