Skip to content

Commit

Permalink
slightly rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglw0521 committed Oct 22, 2023
1 parent bf3a523 commit d4d00c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/radial.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using LuxCore: AbstractExplicitContainerLayer, AbstractExplicitLayer

struct Radial_basis{T <: AbstractExplicitLayer} <:AbstractExplicitContainerLayer{(:Rnl, )}
Rnl::T
# make it meta or just leave it as a NameTuple ?
# make it meta or just leave it as a NamedTuple ?
Radialspec::Vector #{NamedTuple} #TODO: double check this...
end

Expand Down

0 comments on commit d4d00c1

Please sign in to comment.