Results 11 comments of Carlos Yeverino

Hello @keduong @futurely , is this the similar way to use the Add operator as well as all other operators in the catalogue?

HI @ShangxuanWu , Did you find out how to use them?

HI @gjm441 @renganxu , I have a similar issue but with unsigned char: ``` RuntimeError: [enforce fail at tensor.h:495] IsType(). Tensor type mismatch, caller expects elements to be float while...

Hello @SteveCruz @oujieww , I would like to use the euclidean loss as the output of my CNN model. I am using the brew.db_input to feed the input layer. Should...

Hi @laetitiaoist @lhCheung1991 @honamida , were you able to do assymetric padding in the case of pad_t, pad_b, pad_r, pad_l while training on GPU? I could do it but only...

Hi @huangh12 , were you able to use engine CUDNN for the operator Conv?

Hi @BIGBALLON , is it possible to use the save_net method for the BN_layer case as a general case (network with AND without BN layer)? Are there any issues when...

I also got an issue regarding **Tensor** when I tried to build the whole thing. ``` carlos@carlos-ubuntu:~/Documents/git/Caffe2_Demo/03_cpp_forward/build$ make Scanning dependencies of target classifier [ 50%] Building CXX object CMakeFiles/classifier.dir/main.cpp.o /home/carlos/Documents/git/Caffe2_Demo/03_cpp_forward/main.cpp:...

Hi @alexge233 , thanks for your answer. Which tag/branch did you checkout to make it work?

Hi @rednoah91 , thanks for your reply. I tried what you mentioned, however, errors are still there. Errors are caused by line 11 in the print method (**auto tensor =...