I am using tfjs vis to inspect a bit the model and the inner layers of the network.
There are 2 things I am trying to solve:
- What is the datatype of the weights here?
- How would I go about to determine whether this NN could potentially be downgraded to say float16 to reduce the size ?
Example (showing a summary of the net and the histogram of a layer)