zonasw / unet-nested-multiple-classification

This repository contains code for a multiple classification image segmentation model based on UNet and UNet++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ValueError: Sigmoid output possible only with 1 class

wangfusheng-cqu opened this issue · comments

How to deal with it。

I solved this problem by setting "deepsupervision = False" in config.py

I solved this problem by setting "deepsupervision = False" in config.py

thank you for your help,It can be solved by your way.