tf_ResNeSt_RegNet_model icon indicating copy to clipboard operation
tf_ResNeSt_RegNet_model copied to clipboard

Very long build times for resnest-200 and resnest-269

Open samjkwong opened this issue 4 years ago • 1 comments

I was wondering if it is normal for the build time to take >20 minutes for especially the deeper resnest models? It seems an extensive amount of recursion happens and I would receive RecursionError: maximum recursion depth exceeded in comparison if I don't increase the Python recursion limit to 10000, and if I do increase the recursion limit it takes >20 minutes to build the layers, which seems much too long. Have you come across this or know what could be causing it? Thank you.

samjkwong avatar Jul 20 '20 18:07 samjkwong

Hi, sorry for the delay, i noticed the model build time is quite long when i tested. Sorry again I dont have a clue/solution about this. the seems the most common way tensorflow build/write/define a model. I hardly go deeper than 50 layers, my ideal is less layers->less consumption->less train time->quicker iteration, 100,150 usually is pretty heavily to me.

QiaoranC avatar Jul 28 '20 03:07 QiaoranC