peyer

Results 24 issues of peyer

![mtcnn_train](https://cloud.githubusercontent.com/assets/19945545/22729365/68988986-ee1d-11e6-9fe0-9fc4ebca6574.JPG) Anyone could help me, I cannot solve this problem which shown above

If I want to save the pnet/rnet/onet model , should I add mod.save(...) after mod.fit(...) in train.py?

Hi , Seanlinx: when I train the P net , I find that since the second DataBatch as Input, the 4_2th conv op's output (pred_delta) are almost 10^25 , so...

@rexbu I have successfully compiled files under libGPU/bs to generate library of libbs. However, when I tried to compile files under libGPU/filter, it shown that some files rely on libGPU/base,...

@rexbu. Amazed for your great work about building framework with openGL ES. However, I used caffe to train model on GPU mostly, do you have plan to add support for...

@madeye, Hi, thanks for your great work. However, I used Google Pixel Mobile with Android 8.1.0 and Adreno 530 GPU, could you update your project?

I have solve #10 after reading tips from https://github.com/rdolbeau/enable_arm_pmu/blob/master/README.md. ![image](https://user-images.githubusercontent.com/19945545/147807709-ef79ad62-78ab-4a7a-b4ef-77a64f0c0f8e.png) What I want to know is does PMCCNTR_EL0 register being shared with each cpu core and will increment it self...

@jerinjacobk I have cross-compiled your provided kernel-space code, and insmod it on my develop board, but I still got "illegal instruction", How could I fix it ? I have typed...

I have comment a problem while training a model for face recognition that when increasing num_output to 800k, the prob of each category became 1.0/800k and never channged! I have...

Hi, @longcw, thanks for your work. Recently, I need to transform a pytorch model(RFBNet) which has two sibling output to caffe's format. When I used your pytorch2caffe function, it shown...