Results 4 issues of CUI Jia

In[10]:# 画出参数更新之前的结果 w0 = w[0].data[0] w1 = w[1].data[0] b0 = b.data[0] plot_x = np.arange(0.2, 1, 0.01) **plot_y = (-w0 * plot_x - b0) / w1** TypeError TypeError: mul() received an...

Hi, I am running this codes in my system. The environment is Matlab 2015b + vs2013. Here are some problems: 1. Error, gco_matlab.mexw64 file cannot be found. 2. When I...

I am going to run the demo.py codes. There are some missing errors. I cannot find the model_zoo directory. cannot find the functions get_config and get_cfg, as well. Are there...

I am working on the 3DShapeNet now, however, I have no idea on the pretrained model, discriminative_40_class.mat and generative_40_class.mat. Anyone can tell me where to find the pretrained models? or...