Skip to content

Commit

Permalink
Unify convolutions (#24)
Browse files Browse the repository at this point in the history
* remove input dilation, rename kernel dilation to dilation
  • Loading branch information
ASEM000 authored Jul 29, 2023
1 parent 4055028 commit 878803a
Show file tree
Hide file tree
Showing 8 changed files with 860 additions and 1,134 deletions.
2 changes: 2 additions & 0 deletions CHANEGLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
- `gamma_init_func` -> `weight_init`
- `beta_init_func` -> `bias_init`
- `MLP` produces smaller `jaxprs` and are faster to compile. for my use case -higher order differentiation through `PINN`- the new `MLP` is faster to compile.
- `kernel_dilation` -> `dilation`
- `input_dilation` -> Removed.

### Additions

Expand Down
Loading

0 comments on commit 878803a

Please sign in to comment.