Closed hdjsjyl closed 5 years ago
The weight is used as shown in checkpoint.json
{
"op": "elemwise_mul",
"name": "_mul0",
"inputs": [[446, 0, 0], [462, 0, 0]]
},
The viz tool in MXNet is written 3 or 4 years ago. We recommend you try Netron for visualization.
The following is the official code for computing rpn l1 loss:
regression loss
When I use the following code to draw the network structure to a pdf: a = mx.viz.plot_network(sym) a.render('net_train')
The network structure pdf version doesn't have bbox_weight, which is corresponding the position of red arrow in the following picture: