-
e.g. instead of warning, it should hard fail the bulid.
```
ccache: error: Could not find compiler "nvcc" in PATH
CMake Warning at cmake/Modules_CUDA_fix/upstream/FindCUDA.cmake:790 (message):
…
-
```
=================================== FAILURES ===================================
_____________________ TestSequenceOps.test_gather_padding ______________________
self =
@given(start_p…
-
Hi,Thanks for your great work.
I transform the model from pytorch(.pth) to libtorch(.pt).
When I load the model with libtorch in c++, and then get the error:
terminate called after throwing an in…
-
### Expected results
Obtain (model.pb and model_init.pb) from (.yaml and .pkl)
### Actual results
AssertionError
What did you observe instead?
File "tools/convert_pkl_to_pb.py", line 652,…
-
After running for a certain number of iterations while training, the program gives following error.
`json_stats: {"accuracy_cls": 0.904297, "eta": "6:20:16", "iter": 18040, "loss": 0.443438, "loss…
-
I have translator the yolo mole from darknet to caffe mode and successfully recognize the piture [refer to this](https://github.com/Banus/caffe-yolo#model-files). And I also translator the caffe model…
-
```
06:58:12 lib/python2.7/dist-packages/caffe2/python/data_workers_test.py::DataWorkersTest::testRNNInput Build timed out (after 45 minutes). Marking the build as failed.
07:41:54 Build was aborted…
-
## Issue description
I am using Caffe2+Detectron in Windows. After successfully building Caffe2 (with CUDA, cuDNN, OpenCV), COCOAPI and Detectron modules, I ran the `tools/train_net.py` script in D…
-
/Downloads$ python /home/jasonma/caffe2/pytorch/build/caffe2/python/operator_test/activation_ops_test.py
WARNING:root:This caffe2 python run does not have GPU support. Will run in CPU only mode.
WA…
-
The C++ API provides a two stage predictor construction process, which is:
step 1: load init_net and predict_net.
step 2: construct a Predictor instance.
I guess that this process takes memory a…