Louis Fortier-Dubois
8fc52113bc
Chore/bump v12 ( #1048 )
2023-12-04 10:47:54 -05:00
Louis Fortier-Dubois
3088c466a5
patch 0.11.1 ( #1047 )
2023-12-04 10:18:30 -05:00
Nathaniel Simard
ab1b5890f5
Chore/release ( #1031 )
2023-12-01 14:33:28 -05:00
Will Brickner
03af140e12
Implement Quiet Softmax (`Attention Is Off By One`) ( #692 )
...
* Added quiet_softmax
* Undid bad formatting
---------
Co-authored-by: Dilshod Tadjibaev <939125+antimora@users.noreply.github.com>
2023-11-30 12:58:30 -05:00
Nathaniel Simard
630044e96b
Fix/devices api ( #990 )
2023-11-22 10:24:24 -05:00
Nathaniel Simard
cabbaab0c4
Fix/constant tensors ( #984 )
...
* Generalize autodiff tensor
* Can have int const module
* Update example
* Support no-std with burn-import
* Fix typos
* Fix alloc problems
* Revert burn-import changes
* Fix examples
* Support Int and Bool Params
* Fix
* Add comment
2023-11-21 15:27:28 -06:00
Nathaniel Simard
96524d40a1
[Breaking] Refactor Backend Names ( #904 )
2023-10-29 18:27:49 -04:00
Nathaniel Simard
233922d60c
Chore: Bump version for next release ( #900 )
2023-10-24 19:31:13 -04:00
Nathaniel Simard
af0be5cfeb
Chore: bump version ( #777 )
2023-09-06 12:15:13 -04:00
Nathaniel Simard
3aed8571d4
Fix: allow module with custom backend trait ( #761 )
2023-09-05 10:19:19 -04:00
Nathaniel Simard
a9596af07a
Doc: improve config builder docs ( #760 )
...
* Doc: improve config builder docs
* fix ci
---------
Co-authored-by: louisfd <louisfd94@gmail.com>
2023-09-05 10:16:55 -04:00
Nathaniel Simard
aafceeffa0
Refactor: Module & Record derive ( #735 )
2023-08-30 12:42:49 -04:00
Caio Piccirillo
1d3bbaab13
Typos ( #608 )
2023-08-08 17:57:51 -04:00
Nathaniel Simard
0a5a2d729a
chore: bump version for next release ( #533 )
2023-07-26 09:46:28 -04:00
Nathaniel Simard
f42176e93a
chore: upgrade syn ( #445 )
2023-06-28 12:50:28 -04:00
Dilshod Tadjibaev
eda241f8cf
Add missing docs and enable missing_docs warn lint ( #420 )
2023-06-21 14:12:13 -04:00
Louis Fortier-Dubois
e5cc50a837
refactor/initializer ( #398 )
...
* add tests to linear forward
* swap linear weight dims
* rename uniformdefault
* wip bias in init
* refactor initializer
* formatting
* fix get(0) to first
* wip refactor
* builder pattern + kaiming init
* kaiming initializer and major initializer refactor
* fix fan out
* easier fixes
* remove initializer options
* clippy fix
* revert to input*output linear
* gru uses xavier init
* should be normal actually
---------
Co-authored-by: louisfd <louisfortier-dubois@Louiss-MacBook-Pro.local>
2023-06-19 16:55:11 -04:00
Dilshod Tadjibaev
834c7ecc1f
Clean up cargo descriptions and formatting ( #403 )
2023-06-15 09:20:53 -04:00
Dilshod Tadjibaev
b170b539b7
Upgrade dep versions ( #359 )
2023-05-21 09:07:39 -04:00
Dilshod Tadjibaev
05763e1878
Bump version to the next minor to indicate dev ( #344 )
2023-05-10 18:02:08 -04:00
Nathaniel Simard
29eecd6383
Prepare next release ( #335 )
2023-05-06 10:32:23 -04:00
Nathaniel Simard
6c9a5c8e58
Refactor/record ( #323 )
2023-05-04 14:59:16 -04:00
Dilshod Tadjibaev
df980d534e
Add foundation for importing ONNX files ( #297 )
2023-04-15 10:44:50 -04:00
Nathaniel Simard
f04fe101d8
Feat/module no grad ( #274 )
2023-04-07 09:01:27 -04:00
Nathaniel Simard
0f6172ffc6
Create record derive ( #271 )
2023-04-04 15:16:20 -04:00
Nathaniel Simard
2c151a5570
Update module doc + add sponsors section ( #267 )
2023-04-02 17:37:01 -04:00
Nathaniel Simard
d3887bcd3d
Feat/module record ( #265 )
2023-04-02 16:22:05 -04:00
Nathaniel Simard
32d38bebc3
Refactor Param wrapping only for Tensor ( #259 )
2023-03-31 16:45:10 -04:00
Nathaniel Simard
8d03fc2e90
Inline serde struct ( #252 )
2023-03-24 17:58:48 -04:00
Nathaniel Simard
4e28e2a776
chore: prepare release v0.6.0 ( #246 )
2023-03-21 09:47:37 -04:00
Dilshod Tadjibaev
6222b887e9
Bump to the latest minor versions of dependencies ( #237 )
2023-03-15 21:54:47 -04:00
Nathaniel Simard
b8d9f012da
refactor(burn-core): module visitor mut ( #195 )
2023-03-05 14:40:47 -05:00
Nathaniel Simard
ffd3d35176
Refactor/tensor api ( #191 )
2023-03-05 09:23:42 -05:00
Nathaniel Simard
d4c298c221
Refactor/burn core ( #188 )
2023-03-01 16:10:58 -05:00
Dilshod Tadjibaev
fb925acc73
Make burn and burn-core packages no_std compatible ( #168 ) ( #173 )
...
* Make burn-ndarray and burn-tensor no_std compatible (#168 )
2023-02-25 09:38:01 -05:00
Nathaniel Simard
2401d8ad96
Prepare next release ( #161 )
2023-02-12 15:32:29 -05:00
Nathaniel Simard
c7963d8485
refactor: device functions ( #157 )
2023-01-27 18:37:21 -05:00
Nathaniel Simard
b7aa066e5c
Feat/nn max pool2d ( #153 )
2023-01-21 17:06:39 -05:00
Nathaniel Simard
2f179f12c9
Bump versions ( #141 )
2022-12-30 15:15:51 -05:00
Visual
567adfb93e
refactor: fix all clippy warnings ( #137 )
2022-12-25 11:22:25 -05:00
Visual
85f98b9d54
refactor, feat: clean Cargo.toml files, upgrade tch to 0.10 ( #131 )
...
* Clean Cargo.toml files, upgrade tch to 0.10
* Add pull_request hook to test.yml workflow
2022-12-25 10:36:23 -05:00
Nathaniel Simard
3a91c2c48e
Feat/multi device ( #128 )
2022-12-20 18:01:58 -05:00
Nathaniel Simard
a599eaed88
Feat/module visitor ( #127 )
2022-12-17 14:25:36 -05:00
Nathaniel Simard
eee90a5c9e
Example/text classification ( #123 )
2022-12-02 17:42:49 -05:00
Nathaniel Simard
acb14adc29
Fix/named tensor ( #115 )
2022-11-25 19:30:35 -05:00
Nathaniel Simard
9ecd1be992
chore: get ready for next release ( #111 )
2022-11-20 12:59:10 -05:00
Nathaniel Simard
dda067e79b
Refactor/backend autodiff ( #106 )
2022-11-19 12:37:06 -05:00
Nathaniel Simard
847243ddae
Feat/embedding ( #61 )
2022-10-23 10:18:35 -04:00
Nathaniel Simard
aee55f1db3
Doc/readme ( #55 )
...
* doc: readme
* update
* update repository
2022-10-06 17:44:04 -04:00
nathaniel
d016c0b1fd
fix: burn-derive
2022-10-04 20:35:34 -04:00