TensorSpace.js
Getting Start
Basic Concepts
TensorSpace Converter
Model Preprocessing
Models
Layers
Merge Function
Layer Color
Default color configuration
TensorSpace provides a complete set of default color expression. For example, by default, the convolution layer is yellow, the fully connected layer is green, the pooling layer is blue, and the input/output layers are gray.
We hope the designed default color could build the image for the users: when we find a yellow layer, we can realize the layer is a convolutional layer. It helps to improve the information carrying capacity and expression ability of 3D visualization model.
Users can also choose their customized colors by overriding the corresponding configuration parameters. The layer color supports the hex color codes.
Fig. 1 - Different layers with different colors
Default Layer Configurations
Default Merge Configurations