cvjena / cn24

Convolutional (Patch) Networks for Semantic Segmentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make training status available to all layers

cabrust opened this issue · comments

Some functions like Dropout need to know whether the net is currently training or testing. Make Trainer status available to all _Layer_s.

This is now implemented in Net::IsTraining()