MickeyZeng / Data-Visualization

The aim of this project is to develop a data (and model) visualisation tool for deep neural nets.
MIT License
3 stars 0 forks source link

[Curent Task] Custom Model Process #4

Open MickeyZeng opened 4 years ago

MickeyZeng commented 4 years ago

Status: Not Urgent Description: Create a function to let user can upload model file and visualised the network model.

MickeyZeng commented 4 years ago

User can upload the weight of neural network and label file to the system. Because the default setting of label file is IMAGENET-1000, but the label file would be different for other neural network.

jakecastelli commented 4 years ago

Update:

User needs to provide network file, network weights, and class labels (optional)