Cloud-CV / Fabrik

:factory: Collaboratively build, visualize, and design neural nets in browser
GNU General Public License v3.0
1.12k stars 235 forks source link

networkId in caffe_app/consumers.py undefined when modifying parameters of layers #515

Open KSDeng opened 5 years ago

KSDeng commented 5 years ago

Currently, I'm trying to build NN by myself using Ubuntu16.04 in VMware, but I encountered a problem when I try to modify the parameters of the Input layer. The information says the variable 'networkId' is undefined in function 'ws_receive' in caffe_app/consumers.py. I don' t know why? Does anyone encountered the same problem? image image image

KSDeng commented 5 years ago

I tried the same operations and found the same error for any kind of layer, seems like a serious bug....