Onur Kilic
Followers: 0 Following: 0
Feeds
提问
When using transposedConv2dLayer, how do you calculate the size of the output given an input?
Let's say you have an array of size [a b c] as input to a transposedConv2dLayer. What would be the output based on the stride, c...
2 years 前 | 1 个回答 | 1
1
个回答已回答
How to Define Custom Regression Output Layer with Robust (Huber) Loss
I realized that I hadn't correctly formatted the predictions made by the network with dlarray. Below is the working regression l...
How to Define Custom Regression Output Layer with Robust (Huber) Loss
I realized that I hadn't correctly formatted the predictions made by the network with dlarray. Below is the working regression l...
2 years 前 | 0
提问
How to Define Custom Regression Output Layer with Robust (Huber) Loss
The following example provides a framework to define a custom regression layer for MAE loss: https://www.mathworks.com/help/dee...
2 years 前 | 1 个回答 | 0