-
The reconstruction algorithm RAAR (= Relaxed Averaged Alternating Reflection) used in Jena for coherent diffraction imaging exist in python and in pytorch. Pytorch is beneficial when using GPUs, since…
-
# Platform
Faiss version: git commit 06ae6b8a590f3941e9c8b1e1ea0ee9d872045783
Installed from: compiled from source
Running on:
- [x] CPU
- [ ] GPU
Interface:
- [ ] C++
- [x] Pytho…
-
Hello, I found that when using im3DDenoise to denoise 3D images, as the number of iterations increases, edge slices will produce image artifacts, and these artifacts seem to come from other slices. Is…
-
### Describe the issue
Cuda memory that ort allocates for creating the session is much bigger than model size on T4. Pls check below table.
![image](https://user-images.githubusercontent.com/19744…
-
HI, @kazizzad , I have tested your program and halted at the start. Does the program need 2 gpu to run 2 net?
> [22:34:32] src/operator/././cudnn_algoreg-inl.h:106: Running performan…
-
```
What functionality is missing?
Inverse BWT to check the correctness of the output.
What is the benefit of implementing the support for it?
It's a proof all the complex algorithm stages work toget…
-
## 🐛 Bug
Samplers use excessive memory. Memory usage is unbounded and prevents use of data loaders which report a large length (>100 million examples).
For example, a moderately-sized audio data…
-
Recently I am doing a project where I am using a GPU and want to run the ORB-SLAM2 on GPU.
Any idea which files/functions should be computed fast on GPU?
I could modify the required code and chec…
-
```
I am new to clpp. Just want to know what is the difference between these two
scans?
[I did not find a better place to put this question]
```
Original issue reported on code.google.com by `rong…
-
Hi NCCL Developers,
I'm trying to extend the NCCL package to support a fancy functionality. Specifically I have 4 GPU connected (half the DGX1-V100) and I'm trying to build a communicator with only…