Skip to content

Commit

Permalink
chore: add status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyololicon committed Apr 2, 2021
1 parent f8a464c commit 9b8dceb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# FFT Conv PyTorch

[![Python package](https://github.com/yoyololicon/fft-conv-pytorch/actions/workflows/python-package.yml/badge.svg?branch=master)](https://github.com/yoyololicon/fft-conv-pytorch/actions/workflows/python-package.yml)

This is a fork of original [fft-conv-pytorch](https://github.com/fkodom/fft-conv-pytorch).
I made some modifications to support dilated and strided convolution, so it can be a drop-in-replacement of original PyTorch `Conv*d` modules and `conv*d` functions, with the same function parameters and behavior.

Expand Down

0 comments on commit 9b8dceb

Please sign in to comment.