Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dorarad authored Feb 14, 2022
1 parent db66935 commit c59e1a0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,14 @@ nvcc test_nvcc.cu -o test_nvcc -run
| GPU says hello.
```

In the pytorch version, if you get the following repeating message:
"Failed to build CUDA kernels for upfirdn2d. Falling back to slow reference implementation"
make sure your cuda and pytorch versions match. If you have multiple CUDA installed, consider
using setting ``CUDA_HOME`` to the matching one. E.g.
```python
export CUDA_HOME=/usr/local/cuda-10.1
```

## Architecture Overview
The GANformer consists of two networks:

Expand Down

0 comments on commit c59e1a0

Please sign in to comment.