-
运行train.py想自己像YOLOv5y一样训练模型训练报错 'Got {}, but numpy array, torch tensor, or caffe2 blob name are expected.'.format(type(x)))
NotImplementedError: Got , but numpy array, torch tensor, or caffe2 blob n…
-
Recent CI PR builds are failing due to incompatibility of recent `protobuf` (Python `protobuf` `4.*`) with proto files in pytorch.
Previously, `tensorboard` was the one to constrain `protobuf` to `= …
-
I'm reading the example provided here, trying to adapt what I read to another net:
https://github.com/leonardvandriel/caffe2_cpp_tutorial/blob/master/include/caffe2/zoo/resnet.h
I just wanted to k…
-
### Expected results
All detectron tests that are placed in ~/detectron/tests to run and give outputs without error messages.
### Actual results
data_loader_benchmark.py, test_ bbox_transform…
-
What's the problem?the error infomation as follows:
json_stats: {"accuracy_cls": 0.994141, "eta": "3:45:05", "iter": 5180, "loss": 0.095272, "loss_bbox": 0.008069, "loss_cls": 0.014366, "loss_mask": …
-
### 🚀 The feature, motivation and pitch
I am working on building a demo that using NV GPU as a comparison with intel XPU.
Additionally, I wonder if it's possible to distribute part of the computat…
-
After cloning Caffe2 with `git clone --recursive https://github.com/caffe2/caffe2.git`,
I ran the build_ios.sh file with `./scripts/build_ios.sh`. This is the output from Terminal:
Building pro…
-
I am docker build -t detectron, when i get to RUN make ops:
make[3]: Leaving directory '/detectron/build'
make[3]: *** [CMakeFiles/caffe2_detectron_custom_ops_gpu.dir/detectron/ops/zero_even_op.cc.o…
-
Everything was running fine when I installed Caffe2 from source last week on my Mac (Sierra).
I updated the installation (pull, make clean, cmake, make install) today. Now when I run my networks…
-
I'm using jupyter on my mac, I found that it would stuck there and there would be no response if I
ever execute
```
from caffe2.python import core, workspace
```
and jupyter would simply show `ln…