You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
display how activations/weights change during training. For example, I should be able to point to checkpoint directory where my model is saved every epoch (or every few iterations), and then hit 'play' button to see how a particular feature map or weights filter is changing as I move between epochs/iterations.
display which inputs contribute the most to the activations, at every layer.
These additional features would be very useful for debugging, for model compression, for identifying information flows (e.g. in a DenseNet), for saliency analysis, and many other things as well.
The text was updated successfully, but these errors were encountered:
The first problem need to be solved is the API of TensorFlow.js is limited which is not powerful compare to TensorFlow. Feel hard to extract every relative weights, parameters and contributors in the models.
Our framework based on TensorFlow.js. So when it comes to the model part, it depends on the implements and APIs of TensorFlow.js because we need to run our model in browser. Our team will try to add this features.
If you have some materials about this topic please refer them to me. Thanks
display weights (in addition to activations)
display how activations/weights change during training. For example, I should be able to point to checkpoint directory where my model is saved every epoch (or every few iterations), and then hit 'play' button to see how a particular feature map or weights filter is changing as I move between epochs/iterations.
display which inputs contribute the most to the activations, at every layer.
These additional features would be very useful for debugging, for model compression, for identifying information flows (e.g. in a DenseNet), for saliency analysis, and many other things as well.
The text was updated successfully, but these errors were encountered: