After using custom Sigmoid layer , I am getting following error
2 次查看(过去 30 天)
显示 更早的评论
As I have created custom sigmoid layer and custome regression layer for multilabel classification , I have checked the layer ,it works still I am getting following error:
Error using trainNetwork (line 170)
Invalid training data. Y must be a vector,
matrix, or 4-D array of numeric responses and
must not contain NaNs.
Error in DenseNet201
(line 37)
netTransfer =
trainNetwork(augimdsTrain,lgraph,options);
Can some help me regarding this?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!