Open hawl666 opened 7 years ago
i trained the FCIS on my own dataset,and i want to visualize the feature map.Anyone can tell me how to do it?
You can load your .json and .params, then use sym.get_internals() to get the feature you want to viz. Transform the data to np.ndarray, viz it use cv2 or matplotlib...
sym.get_internals()
i trained the FCIS on my own dataset,and i want to visualize the feature map.Anyone can tell me how to do it?