MartinPlantinga
Results
2
issues of
MartinPlantinga
Hi, I want to change the **SoftmaxWithLoss** layer for a **SigmoidCrossEntropyLoss** layer. I understand that SigmoidCrossEntropy doesn't accept a mask with multiple labels (e.g. 0, 1, 2 ...) but only...
When training the network with your script I get the following error: ``` Solving... Traceback (most recent call last): File "./tools/train_net.py", line 118, in max_iters=args.max_iters) File "/home/rdlm/affordance-net/tools/../lib/fast_rcnn/train.py", line 175, in...