-
```
Compiling functions.cu > /data/tseng/toolkit/pytorch/build/nccl/obj/collectives/device/functions.o
[ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/queue/rebatc…
-
I want to clarify something. I see how one can use the translator script to translate caffe models to caffe2 models in binary form. For example, I can do python -m caffe2.python.caffe_translator --ini…
-
## 🐛 Bug
Error in building Caffe2 under Windows 10 with enabled GPU and Python Bindings.
## To Reproduce
Steps to reproduce the behavior:
1. Followed the manual for building from source un…
-
Hello @camel007 -- I am getting the following error while running mobile_net_trainer.py: python ./mobile_net_trainer.py --train_data /data/image_recognition/digits/digits_5.1_curr/digits/jobs/20151105…
-
In old caffe, we have `caffe.set_mode_gpu` and `caffe.set_mode_cpu`. Do we have analogues for caffe2?
For concreteness, how could we accomplish something like this for the tutorial https://caffe2.a…
-
The FreeBSD ports framework complains:
```
@dir include/c10/cuda/test/impl
@dir include/c10/hip
@dir include/c10/test/core/impl
@dir include/c10/test/util
@dir include/caffe2/contrib/aten/docs
…
-
I have been trying to install the DensePose code by following the instructions on the website. I compiled caffe2 from source and it passes both the tests for the import and the gpu tests passes. Detec…
-
## Pytorch Hair Segmentation
* Semantic Segmentation 에 대한 전반적인 소개
* Unet 등 Semantic Segmentation 모델링
* Figaro 데이터셋을 통한 데이터 로더부터 Caffe2 로의 모델 컨버팅까지
-
0210 교수님 피드백
- NNEF는 technical report에서 관련기술로 포함
- protobuf는 데이터 저장 및 송수신할 때 바이너리 스트림을 위해 적용
- Pytorch 및 Caffe2 추가 적용
-
Dear Developers:
Following the steps in the link:
https://caffe2.ai/docs/getting-started.html?platform=ubuntu&configuration=compile
It seems I have succesfully built caffe2, however I am havi…