wuzhiyang2016
wuzhiyang2016
when i use torch.load() to load pruned model , error happened: AttributeError: 'module' object has no attribute 'ModifiedVGG16Model', anyone meet this problem?
Hi, thanks your project! Could you tell me in" mtcnn.cpp" file, this function: align_face(...) , is according to which paper?
Hi, in ssd-caffe, it has priorbox layer, how did you save that to onnx modle?
Dear Li Chuan, thanks for your share , i have a question about the output image clarity,, even i put different resolution of input image, the output image clarity always...
hello, in tidl_import tool, there is a confusing problem: for data layer , when calculate channel pitch, example: data_input 224*224*3, pad_w = 2, pad_h = 2, ti calculate channel_pitch =...
hello, when i use quantize training to train a quantized model, the training code will insert **clip** layer to some layers, there is some problems: 1. for original float model...
hello, in **quant_train_module.py** file, i saw a line of code : y.data.copy_(yq.data), this code change the data of relu's output data.data, in order to use it in backword for calculate...
hello, when i train quantized model by pytorch-jacinto-ai-devkit, a class called **QuantizeDequantizeG**, when doing loss.backward(), it's backword() function is not used,,, the code is in xnn/layers/funtion.py Look forward to your...
Hi @foreverYoungGitHub , in your reply : For example, the positive : part : negative= 1 : 3 : 3 at the beginning, while it will change to positive :...
hi, if we quantize the weights ,, how to save int weights to caffemodel, for the caffemodel is support for float32 model