phil
phil
Traceback (most recent call last): File "/usr/lib/python2.7/pdb.py", line 1314, in main pdb._runscript(mainpyfile) File "/usr/lib/python2.7/pdb.py", line 1233, in _runscript self.run(statement) File "/usr/lib/python2.7/bdb.py", line 400, in run exec cmd in globals, locals...
margin_inner_product_param{ num_output:70609 type: SINGLE weight_filler{ type: "xavier" } base: 0 gamma: 0.12 power: 1 lambda_min: 3 iteration: 0 triplet: true semihard: true }
how to set mbrm_cfg if mbrm_cfg is not None: self.mbrm = MBRM(mbrm_cfg) else: self.mbrm = None
train_resnet.py:238: DeprecationWarning: mxnet.model.FeedForward has been deprecated. Please use mxnet.mod.Module instead. optimizer=optimizer, 2017-10-31 13:42:05,376 Start training with [gpu(0), gpu(1), gpu(2), gpu(3)] [13:42:05] /media/zhaijunzhi/mxnet/dmlc-core/include/dmlc/logging.h:308: [13:42:05] src/operator/tensor/./matrix_op-inl.h:867: Check failed: (*end = 0) Invalid...
the code as follows: "from symbol_resnet import resnet" but where is the symbol_resnet
@wuyiyang 你好,为什么下面两个分支,求梯度使用的公式不一样呢? loss=f(a).f(n) - f(a).f(p) ori_diff = f(n) - f(p) pos_diff = -f(p) neg_diff= f(a) 所以loss1的计算没有问题, 那loss2>0时的的算式时怎么来的呢? 谢谢 if(tloss1 > 0) { for(int k = 0; k < dim; k...
error 1 error C2039: “num_triplets”: is not “caffe::TripletLossParameter” 's member where is the declaration of this->layer_param_.triplet_loss_param().num_triplets() ?