No description
Find a file
2025-04-26 22:28:25 +09:00
notebooks updated to 1.11.2 2024-12-04 22:23:36 +09:00
old refactor: moved custom multiheadattention impls to olds dir 2025-04-19 19:21:37 +09:00
.gitignore done: training a simple LSTM 2024-11-22 21:30:46 +09:00
.JuliaFormatter.toml add formatter config 2025-01-28 22:19:15 +09:00
LocalPreferences.toml updated to 1.11.2 2024-12-04 22:23:36 +09:00
Manifest.toml Pkg update 2025-04-26 20:40:33 +09:00
Project.toml fix: support batched input in MultiheadAttention using Dense 2025-04-19 19:18:03 +09:00
README.md add README (very very simple one) 2025-04-26 22:28:25 +09:00
test_transformer.jl compile time determined Chain length 2025-04-26 21:59:46 +09:00
transformers.jl fix: input for Parallel(SkipConnection) was wrong 2025-04-26 20:40:33 +09:00

メイン: transformers.jl テスト用: test_transformer.jl

いつも

julia> includet("transformers.jl") # Revise

julia> include("test_transformer.jl")
  [...]