Tongcheng / DN_CaffeScript

128 stars 58 forks source link

How to distinguish TRAIN and TEST phase for this layer? #17

Open zhimengfan1990 opened 6 years ago

zhimengfan1990 commented 6 years ago

Hi, Tongcheng, after reading the prototxts provided here, it seems there is no parameters that control the TRAIN or TEST phase of this layer. Since DenseBlock_layer contains batch norm and drop out, it makes sense to distinguish between TRAIN and TEST phase. Can you explain this?