kaishijeng

Results 32 issues of kaishijeng

Is there a training example of lite model? I tried an example in lite training model from below and is not able to get a meaningful result (all objects have...

@ShichenLiu Do you have a plan to implement object detection, like SSD or faster-rcnn using condensenet? Thanks,

@ruinmessi I like to test your pre-trained model on several images I have. Do you have a demo.py code which takes an image name as input and display detection result?...

I attempted to port your trained model to TVM which is a good framework to speed up on arm device (like RK3399). Unfortunately, there are some operators in your model...

I did performance profiling on classification with BVLC model between original caffe and caffeonacl and saw some gain, but as big as I am hoping. Is this also what you...

Is the following script correct to train yolo2 with mobilenet? python3 train.py -b 64 -lr 1e-3 -e 160 -m cache/name=cache_voc model/name=model_voc model/dnn=model.mobilenet.MobileNet train/optimizer='lambda params, lr: torch.optim.SGD(params, lr, momentum=0.9)' train/scheduler='lambda optimizer:...

@seasonSH Since CASIA dataset is difficult to get, can you provide your pretrained models for performance evaluation? Thanks Kaishi

I need to save a model to pb format in train.py. Do you know how how to do it? Kaishi

I noticed that there is no test.py in pytorch1.1 branch. Can you add test.py to support pytorch1.1 branch? Thanks,

Any idea why clip is not supported in nnvm belo. My nnvm is the latest one. TVM: Initializing cython mode... /home/firefly/2TB/src/firefly/incubator-mxnet-04-13/python/mxnet/__init__.pyc /home/firefly/2TB/src/firefly/nnvm-04-12/python/nnvm/__init__.pyc /usr/local/lib/python2.7/dist-packages/tvm-0.2.0-py2.7-linux-aarch64.egg/tvm/__init__.pyc ('x', (1, 3, 224, 224)) Traceback (most...