-
Caffe2 has been moved to https://github.com/pytorch/pytorch . Please post your issue at https://github.com/pytorch/pytorch/issues and include [Caffe2] in the beginning of your issue title.
```
Clo…
-
I changed the pkl model to pb model use convert_pkl_to_pb.py , but only detection net will be converted even in Mask R-CNN which has mask net
If anyone could share an example working code with GPU…
-
Dear all,
I want to convert inception-resnet-v2 model from caffe to caffe2,
I use this [project](https://github.com/soeaver/caffe-model/tree/master/cls) to download [deploy_inception-resnet-v2.pro…
-
If I understand recent correspondence correctly, ideep will be the official frontend for mkl-dnn, not just for chainer. README should be updated.
-
There is no way to tell what the version of ideep is from the library. There should be.
-
There are no pre-processing steps mentioned for models like alexnet, googlenet, incpetion v1 and inception v2, etc. I could find the preprocessing steps for Squeezenet, vgg, mobilenet, resnet models.
…
-
**Describe the bug**
iterating over `tf.Tensor` is not allowed: AutoGraph did convert this function. This might indicate you are trying to use an unsupported feature.
A clear and concise description…
-
there is a error when I detect a demo with yolov4-p5.pt:
RuntimeError: version_
-
Hi,
I am trying to implement Deeplab model for semantic segmentation in Caffe2. I tried to use SigmoidCrossEntropyWithLogits as the loss function but I got this warning:
`WARNING:root:You are cr…
-
### 🐛 Describe the bug
When not using GLOG, the `VLOG` macro is implemented as a negative severity:
https://github.com/pytorch/pytorch/blob/eb0fd17bc451b604b7d7ed7981c4197666f4dd6e/c10/util/loggi…