Ask Your Question

BigMao Chen's profile - activity

2018-04-02 01:27:48 -0600 commented question get errors while execute forward step with torch model

@dkurt I have checked that the forward function can work correctly. But I havent finished my code which transfer the for

2018-04-01 21:08:35 -0600 commented question get errors while execute forward step with torch model

Oh sorry to reply you so late. I will test it as soon as possible, thanks!

2018-04-01 20:50:17 -0600 commented question get errors while execute forward step with torch model

Oh sorry to reply you so late. I will test it soon, thanks!

2018-03-29 21:00:41 -0600 commented question get errors while execute forward step with torch model

@dkurt is that means I can fix the error above by adding zero pading steps by myself in class ConcatLayerImpl so that th

2018-03-29 21:00:15 -0600 commented question get errors while execute forward step with torch model

@dkurt is that means I can fix the error above by adding zero pading steps by myself in class ConcatLayerImpl so that th

2018-03-29 20:09:05 -0600 commented question get errors while execute forward step with torch model

@dkurt is that means I can fix the error above by set the default padding value to true in class ConcatLayerImpl

2018-03-29 09:36:39 -0600 commented question get errors while execute forward step with torch model

@dkurt hi, sorry to bother you again. I found that this error appears when excute forward step in concatlayer, whose inp

2018-03-29 09:35:41 -0600 commented question get errors while execute forward step with torch model

@dkurt hi, sorry to bother you again. I found that this error appears when excute forward step in concatlayer, whose inp

2018-03-29 09:35:11 -0600 commented question get errors while execute forward step with torch model

@dkurt hi, sorry to bother you again. I found that this error appears when excute forward step in concatlayer, whose inp

2018-03-29 09:34:51 -0600 commented question get errors while execute forward step with torch model

@dkurt hi, sorry to bother you again. I found that this error appears when excute forward step in concatlayer, whose inp

2018-03-29 09:34:37 -0600 commented question get errors while execute forward step with torch model

@dkurt hi, sorry to bother you again. I found that this error appears when excute forward step in concatlayer, whose inp

2018-03-29 09:34:22 -0600 commented question get errors while execute forward step with torch model

@dkurt hi, sorry to bother you again. I found that this error appears when excute forward step in concatlayer, whose inp

2018-03-29 09:34:02 -0600 commented question get errors while execute forward step with torch model

@dkurt hi, sorry to bother you again. I found that this error appears when excute forward step in concatlayer, whose inp

2018-03-29 09:33:26 -0600 commented question get errors while execute forward step with torch model

@dkurt hi, sorry to bother you again. I found that this error appears when excute forward step in concatlayer, whose inp

2018-03-29 09:23:02 -0600 received badge  Enthusiast
2018-03-27 06:13:44 -0600 commented question get errors while execute forward step with torch model

@dkurt Sorry I have some trouble in uploading my model, here is the model and I update the new custom layer information

2018-03-27 06:12:55 -0600 commented question get errors while execute forward step with torch model

@dkurt Sorry I have some trouble in uploading my model, here is the model Thank you ~

2018-03-27 06:12:35 -0600 commented question get errors while execute forward step with torch model

@dkurt Sorry I have some trouble in uploading my model, here is the [model] and update the new custom layer information(

2018-03-27 05:01:01 -0600 commented question get errors while execute forward step with torch model

@dkurt Sorry I have some trouble in uploading my model, here is the model

2018-03-27 03:59:09 -0600 commented question get errors while execute forward step with torch model

Sorry I have some trouble in uploading my model, here is the model

2018-03-27 02:14:05 -0600 asked a question get errors while execute forward step with torch model

get errors while execute forward step with torch model I have trained a torch model and it works well in torch/lua. And

2018-03-27 01:30:11 -0600 received badge  Critic (source)
2018-03-27 01:30:10 -0600 received badge  Supporter (source)
2018-03-27 01:30:01 -0600 marked best answer how to import torch model with nn.SpatialUpSamplingNearest

Hi guys~~ I haved trained a torch model with layers of nn.SpatialUpSamplingNearest. But when I import it into opencv, error occured "Unknown nn class nn.SpatialUpSamplingNearest" and I checked opencv documentation and it seems that opencv 3.4.1 does not support this kind of layer.

I wonder what can I do to solve this problem? Thanks for your patience:)

2018-03-27 01:30:01 -0600 received badge  Scholar (source)
2018-03-27 01:28:04 -0600 commented question how to import torch model with nn.SpatialUpSamplingNearest

ok I will add a new topic~

2018-03-27 01:27:40 -0600 commented question how to import torch model with nn.SpatialUpSamplingNearest

ok I will add a new topic at github~

2018-03-26 21:59:10 -0600 commented question how to import torch model with nn.SpatialUpSamplingNearest

@dkurt thanks for your instructions, I have download your opencv version and rebuid it. finally I import my model sucess

2018-03-26 21:42:56 -0600 commented question how to import torch model with nn.SpatialUpSamplingNearest

@dkurt thanks for your instructions, I have download your opencv version and rebuid it. finally I import my model sucess

2018-03-25 23:28:15 -0600 commented question how to import torch model with nn.SpatialUpSamplingNearest

@dkurt thanks for your reply, because i am new in c++ and opencv, here I have some puzzles after reading your code, cou

2018-03-25 21:02:24 -0600 commented question how to import torch model with nn.SpatialUpSamplingNearest

Are these all codes for a new custom layer in link text sorry I am new in c++ and opencv, after I add all these codes i

2018-03-25 20:49:41 -0600 commented question how to import torch model with nn.SpatialUpSamplingNearest

Are these all codes for a new custom layer in link text sorry I am new in c++ and opencv, after I add all these codes i

2018-03-25 06:55:44 -0600 commented answer how to import torch model with nn.SpatialUpSamplingNearest

thanks a lot:) let me have a try first~~~

2018-03-25 03:46:17 -0600 received badge  Student (source)
2018-03-24 20:30:45 -0600 asked a question how to import torch model with nn.SpatialUpSamplingNearest

how to import torch model with nn.SpatialUpSamplingNearest Hi guys~~ I haved trained a torch model with layers of nn.Spa