Skip to content

Commit

Permalink
Add Transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed May 4, 2024
1 parent 560f28c commit e53f4be
Show file tree
Hide file tree
Showing 2 changed files with 421 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/nn/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export * from './layers/pooling';
export * from './layers/positional-encoding';
export * from './layers/quantized';
export * from './layers/recurrent';
export * from './layers/transformer';
export * from './layers/upsample';
export * from './utils';
export * as init from './init';
Expand Down
Loading

0 comments on commit e53f4be

Please sign in to comment.