jay-mahadeokar / pynetbuilder

pyNetBuilder is a modular pytonic interface with builtin modules for generating popular caffe prototxt network file definitions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not training in DIGITS

achaiah opened this issue · comments

Hi, I was wondering if you tried running the models in NVIDIA DIGITS? I imported one of your models (resnet 36) - it runs but does not train. Any ideas?

Thanks!

I haven't tried it. What do you mean by does not train? Can you be more specific?

It literally doesn't train (i.e. zero progress over 200 epochs). I found a fix here: BVLC/caffe#3919 There's a difference in BatchNorm between bvlc and NVIDIA that is confusing.

@achaiah Can you be more specific about differences in BN layer?
Seems realted thread is here ? NVIDIA/DIGITS#629

The thread you pointed to is correct as well... same issue. The CUDNN BN implementation has changed and that has broken existing nets that use BN.