-
@zcxu-eric Could you please take a look at this issue? I'm experiencing a problem with this error:
Traceback (most recent call last):
File "model/mmsc_exp/run.py", line 125, in
run()
Fi…
-
> Caffe2 于2018.4 并入 PyTorch
# Reference
- [ ] [Github repo](https://github.com/caffe2)
- [ ] [Doc](https://caffe2.ai/docs/getting-started.html?platform=ubuntu&configuration=prebuilt)
-
Hi !
I'm trying to work on Windows with a cross-platform toolchain so I'm using Ninja + Clang for my project. Since Clang for MSCV is ABI compatible with MSVC code, everything works fine with the …
-
Hi,
Could you let me know which version of caffe2 is installed for this? I want to generate the csv files for a convolutional network to get per layer statistics like MACs and BW
Thanks!
-
Dear developers of deepmd-gnn:
I get some trouble when execute `export CMAKE_PREFIX_PATH=$(python -c "import torch;print(torch.utils.cmake_prefix_path)")
` and `pip install .` Below are callback er…
-
I've got pytorch 2.3.1 with cuda 11.8 support, my torch.cuda.is_available() returned True, and I've got my nvcc -V ready, get the following output.
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (…
-
### 🐛 Describe the bug
When we call the wait() on an Awaitable instance, it causes a graph break. But wait operation should already be supported, we need support this case as well.
### Error log…
-
I'm interested in porting the SSD project to [Caffe2](https://caffe2.ai).
I realize there's a lot of code that needs to be re-written for Caffe2, but if it's not too much trouble, I'd appreciate a hi…
-
### 🐛 Describe the bug
This issue occurs during export deserialization of symint values, when we have a sympy.Expr like `a/b`, this decomposes into `a * PowByNatural(b, -1)`. The PowByNatural seems…
-
It is required to have to build nnpops with version 11.* of cudatoolkit and a 10.3 gxx compile. These are going to be outdated. When I try to compile with own gnu gcc/g++ version 11.4 and Cuda 12.3 …