Skip to content

Commit

Permalink
Flux.Data is undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
cometscome committed Nov 12, 2024
1 parent 98aa3f2 commit 5925d5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
name = "FluxKAN"
uuid = "5d54f141-216f-4d16-867d-ae7ad4aba2dd"
authors = ["Yuki Nagai <[email protected]>"]
version = "0.0.2"
version = "0.0.3"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
LegendrePolynomials = "3db4a2ba-fc88-11e8-3e01-49c72059a882"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MLDatasets = "eb30cadb-4394-5ae3-aed4-317e484a6458"

[compat]
BenchmarkTools = "1.5.0"
ChainRulesCore = "1"
Flux = "0.14"
LegendrePolynomials = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion src/examples.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Flux
using Flux.Data: DataLoader
using Flux: DataLoader
using Flux: onehotbatch, onecold
using Flux.Losses: logitcrossentropy
using MLDatasets
Expand Down

0 comments on commit 5925d5f

Please sign in to comment.