tiruka
af8c3150c9
remove lto linker option to make build successful ( #2123 )
2024-08-07 12:59:53 -05:00
Arthur Brussee
849c8f453b
Consistent sync/async handling, allow more functions to be async for wasm. ( #1936 )
2024-07-02 08:25:28 -04:00
Joel Hogg
6250fa89c8
Remove closed 'future improvements' ( #1935 )
...
Closed issues that are still under the 'future improvements' heading, and have been implemented, have been removed from the heading.
2024-06-27 07:50:28 -04:00
Guillaume Lagrange
cdd1fa1672
Refactor tensor data ( #1916 )
...
* Move distribution to module
* Add new TensorData with serialization support
* Implement display and from for TensorData
* Add missing Cargo.lock
* Add missing bytemuck feature
* Add zeros, ones, full and random TensorData methods
* Refactor Data -> TensorData usage
* Fix tests
Since TensorData is not generic over the element type anymore no type inference can be done by the compiler. We must explicitly cast the expected results to the expected backend type.
* Remove commented line
* Fix import
* Add record-backward-compat
* Remove dim const generic from TensorData
* Support NestedValue de/serialization with TensorData
* Fix burn-jit tests
* Remove eprinln
* Refactor onnx import to use TensorData
* Fix tch from_data
* Fix nested value serialization for u8
* Fix missing import
* Fix reduce min onnx test
* Fix deprecated attribute
* Remove shape getter
* Remove strict assert in tests
* Add tensor data as_bytes
* Add tensor check for rank mismatch
* Fix typo (dimensions plural)
* Fix error message
* Update book examples with from_data and fix Display impl for TensorData
* Add deprecation note
2024-06-26 20:22:19 -04:00
Arthur Brussee
ac9f942a46
Remove GraphicsAPI generic for WgpuRuntime ( #1888 )
2024-06-17 09:04:25 -04:00
Nathaniel Simard
912ffb4a81
Fix wasm examples ( #1824 )
2024-05-28 17:51:20 -04:00
Alex Errant
5f7fd5952a
remove exit ( #1543 )
2024-03-27 16:36:59 -05:00
Yu Sun
330552afb4
docs(book-&-examples): modify book and examples with new `prelude` module ( #1372 )
2024-02-28 13:25:25 -05:00
Sylvain Benner
4427768570
[refactor] Move burn crates to their own crates directory ( #1336 )
2024-02-20 13:57:55 -05:00
Dilshod Tadjibaev
dfb739c89a
Rename GELU to Gelu ( #1311 )
...
* Rename GELU to Gelu
This is to follow Rust naming convention
2024-02-15 10:39:06 -06:00
Nathaniel Simard
eaa4dc3207
Feat/recorder/custom device ( #1165 )
2024-01-23 13:05:41 -05:00
Kirill Mavreshko
97297538b1
Remove _devauto fuctions ( #518 ) ( #1110 )
2024-01-06 13:36:34 -05:00
Sylvain Benner
a4de93a39f
Fix import and type redefinitions in mnist example crate ( #1100 )
...
* Remove the double import for WgpuDevice
* Prioritize wgpu backend over the default ndarray when wgpu feature is set
This fixes `cargo bench --festures wgpu` as `--no-default-features` cannot be
used.
2024-01-02 12:47:44 -05:00
Kirill Mavreshko
1fd07fcb4a
Explicit device tensors ( #1081 )
2023-12-20 17:49:59 -05:00
David Chavez
71d3c1d142
chore(infra): Share some properties across workspace ( #1039 )
2023-12-12 09:39:07 -05:00
David Chavez
ef09b637b9
chore(web): better panic ( #1051 )
2023-12-05 07:30:29 -05:00
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
Dilshod Tadjibaev
4192490b88
Update with demo links ( #1033 )
2023-12-01 13:07:13 -05:00
Nathaniel Simard
12911c3ad6
Fix/mnist inference web ( #1029 )
2023-12-01 12:05:31 -05:00
Nathaniel Simard
f6d14f1b1a
Refactor feature flags ( #1025 )
2023-12-01 09:48:28 -05:00
Luni-4
ba1de9c654
Ci/Schedule dependencies checks ( #1014 )
...
* ci: Add audit file
* ci: Schedule dependencies checks
* mnist-inference-web: Remove unused dep
* Run when a new release is created
* Fix comment
2023-11-30 13:06:27 -05:00
Dilshod Tadjibaev
cb616ed72c
Fix image classifier build failure by upgrading versions ( #967 )
2023-11-21 09:28:56 -05:00
Luni-4
445603401d
ci/Check dependencies ( #895 )
2023-11-19 10:35:03 -05: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
Alex Errant
9f2bc599b8
Add a `sync` feature to common, core, and tensor ( #893 )
2023-10-24 14:32:01 -04:00
Louis Fortier-Dubois
e4d9d67526
make candle available ( #886 )
2023-10-23 10:00:39 -04:00
Nathaniel Simard
ca787d6446
Feat/async read ( #833 )
2023-09-28 17:09:58 -04:00
Nathaniel Simard
af0be5cfeb
Chore: bump version ( #777 )
2023-09-06 12:15:13 -04:00
Nathaniel Simard
8b3d10c4d3
Cleanup of the book + feature flags ( #773 )
...
---------
Co-authored-by: louisfd <louisfd94@gmail.com>
2023-09-06 09:16:36 -04:00
Damien Elmes
5b97f1a54b
Re-export some submodules and add feature flags for them ( #759 )
2023-09-04 09:13:52 -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
Luni-4
e066d95d2e
Implement padding for conv2d ( #523 )
2023-07-24 12:54:45 -04:00
Dilshod Tadjibaev
fce45f51be
Doc fixes ( #418 )
2023-06-21 12:32:50 -04:00
Dilshod Tadjibaev
11bdceff56
Remove inference testing against dataset ( #408 )
...
This test was redundant and required the dataset to be downloaded.
2023-06-17 12:59:26 -04:00
Dilshod Tadjibaev
834c7ecc1f
Clean up cargo descriptions and formatting ( #403 )
2023-06-15 09:20:53 -04:00
Dilshod Tadjibaev
d57ca96695
Upgrade dep versions ( #399 )
2023-06-14 09:55:19 -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
6c9a5c8e58
Refactor/record ( #323 )
2023-05-04 14:59:16 -04:00
Nathaniel Simard
78ac09fb7a
Support dilation in convolution operations ( #301 )
2023-04-18 10:01:11 -04:00
Dilshod Tadjibaev
ac58aa5a70
Fix compilation error ( fixes #288 ) ( #289 )
2023-04-11 16:33:17 -04:00
Nathaniel Simard
f04fe101d8
Feat/module no grad ( #274 )
2023-04-07 09:01:27 -04:00
Nathaniel Simard
ca8ee0724d
Refactor/optim ( #272 )
2023-04-05 12:38:53 -04:00
Nathaniel Simard
d3887bcd3d
Feat/module record ( #265 )
2023-04-02 16:22:05 -04:00
Nathaniel Simard
73f6d1916b
Feat/record ( #262 )
2023-04-02 10:09:29 -04:00
Nathaniel Simard
32d38bebc3
Refactor Param wrapping only for Tensor ( #259 )
2023-03-31 16:45:10 -04:00