minutes icon indicating copy to clipboard operation
minutes copied to clipboard

Improve Base Model Naming

Open chadlagore opened this issue 6 years ago • 3 comments

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.

chadlagore avatar May 22 '18 04:05 chadlagore

Seems like a sensible naming convention to me!

iKevinY avatar May 22 '18 05:05 iKevinY

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.

grig-guz avatar May 30 '18 16:05 grig-guz

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 😞

chadlagore avatar May 31 '18 05:05 chadlagore