-
I have used the compiler to generate the lenet nvdla loadable.
Then, in the nv_large virtual platform, I used the nvdla_runtime to load the loadable, and error occurs. Kernel driver that I used was o…
-
xiakj updated
5 years ago
-
**The code is quite simple:**
require 'caffe'
model = nn.Sequential()
model:add(caffe.Net('caffenet_deploy.prototxt', 'bvlc_reference_caffenet.caffemodel', 'test'))
model:add(nn.Linear(1000,1))
…
-
-
I use caffenet network with pretrain data bvlc_reference_caffenet.caffemodel.
I was able to train my data successfully,but In recently I get error message,I want to how to fix that.
This is error me…
-
This is my script to load the pretrained model and make prediction. However, it is not able to recognize the apparently pretty or ugly image, so I am thinking maybe my input is not right.
There are s…
-
can i use the pretrained model from authors? how?
-
-
hi,
In my opinion there should be some python scripts that can remove all-ZEROs-weights filters(row sparsity) directly to accelerate GPU inferences without any CPU subroutines, so are the net_p…
-
Dear community,
I currenty face the problem, that the performance of my training varies strongly.
Sometimes, I have a usable caffemodel after training and sometimes not.
So I started a test. I pi…