Zhen Wang
Zhen Wang
hi, how do you convert the Mobilenet-SSD caffemodel to anakin model? I do the same thing, but it shows the following error: ``` Anakin/tools/external_converter_v2/parser/caffe/caffe_layer_param_transmit.py", line 1081, in Parser_priorbox OpsRegister()["PriorBox"].fixed_size =...
请问怎样下载用户付费购买的课程,在哪里设置用户信息呢?
根据log可以看出,您的问题首先是load时输入的维度不对,其次您提供的image_classification_resnet.inference.model这个文件夹也不存在。
> > 根据log可以看出,您的问题首先是load时输入的维度不对,其次您提供的image_classification_resnet.inference.model这个文件夹也不存在。 > > 我是按照book 里的代码执行的,请帮忙查看 请您提供参考的book示例的链接。
另外训练主循环以及过程输出 报错: NameErrorTraceback (most recent call last) in () ----> 1 train_loop() in train_loop() 34 if params_dirname is not None: 35 fluid.io.save_inference_model(params_dirname, ["pixel"], ---> 36 [predict], exe) NameError: global name...