Kunal Goyal

Results 13 issues of Kunal Goyal

Is there a similar implementation for Mobilenet SSD? What if I need to implement mobilenet SSD instead of VGG SSD300? PS: Apart from the frozen graph of tensorflow object detection...

I want to do channel pruning for C3D architecture. Is there any support available in distiller?

When I disable GPU in configs/Pelee_VOC.py test_cfg.cuda = false. I got `RuntimeError: expected device cpu but got device cuda:0`. So some model is using GPU. But I am not able...

对于Tensorflow对象检测API,相同图像的拍摄时间约为0.034秒(〜30fps),但TF-Keras-ThunderNet上相同图像的拍摄时间为0.37(〜2.7fps)。 但论文声称47fps PS:所有内核都在使用中。

Storing Etag received from `fetch` API parallel to mtime file and passing this header to `If-None-Match`. Fixing https://github.com/teaxyz/cli/issues/85

Hi all, I am running test_pgn.py as mentioned > Inference Download the pre-trained model and store in $HOME/checkpoint. Prepare the images and store in $HOME/datasets. Run test_pgn.py. The results are...

I like the way how simple you built this framework. I got some doubt regarding Batch norm implementation. Can you please help me, if you got some time?