intel / unet

U-Net Biomedical Image Segmentation
Apache License 2.0
303 stars 124 forks source link

Why no activation functions ? #7

Closed ltetrel closed 5 years ago

ltetrel commented 5 years ago

I was wondering why you don't use activations https://github.com/IntelAI/unet/blob/7cb9c967c3991f19a2c4e780cbf47607445b890e/3D/model.py#L158 The only activation I see is the ouptut sigmoid

ltetrel commented 5 years ago

Sorry just saw it, it is here https://github.com/IntelAI/unet/blob/7cb9c967c3991f19a2c4e780cbf47607445b890e/3D/model.py#L146