prashant-puri
prashant-puri
I wrote a following script to predict image label for resent 18. ``` import mxnet as mx model_name = 'resnet-18' path='http://data.mxnet.io/models/imagenet/resnet/' [mx.test_utils.download(path+'18-layers/resnet-18-symbol.json'), mx.test_utils.download(path+'18-layers/resnet-18-0000.params'), mx.test_utils.download(path+'synset.txt')] sym, arg_params, aux_params = mx.model.load_checkpoint(model_name, 0)...
Hi, while executing the query, sometime I am getting SolrServerException, For query what is chemical formula for water?, I am getting follwoing error message. [ForkJoinPool-1-worker-15] WARN edu.knowitall.search.qa.ExecutionTransition - Could not...
Hi! I am a student interested in deep nets (especially ResNet). I would like to train and test out the Caffe implementation of ResNet-18. Just in case, do you have...