Skip to content

Commit

Permalink
GPU support
Browse files Browse the repository at this point in the history
  • Loading branch information
cometscome committed Jun 4, 2024
1 parent 8c5088f commit b7e406a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ FluxKAN.MNIST_KAN(; batch_size=256, epochs=20, nhidden=64, polynomial_order=3,me
```
We can choose ```Legendre```, ```Chebyshev```, or ```Gaussian```.

# GPU support
With the use of the CUDA.jl, we can use the GPU. But now only ```KALnet``` and ```KACnet``` support GPU calculations.
Please see [the manual of Flux.jl](https://fluxml.ai/Flux.jl/stable/gpu/).

## Author
Yuki Nagai, Ph. D.

Expand Down

0 comments on commit b7e406a

Please sign in to comment.