Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-11-05 | 2.0 kB | |
v0.150.0-BERT-Model source code.tar.gz | 2023-11-05 | 162.7 MB | |
v0.150.0-BERT-Model source code.zip | 2023-11-05 | 163.5 MB | |
Totals: 3 Items | 326.2 MB | 0 |
What's Changed
- Improve RaggedTensor by @Beacontownfc in https://github.com/SciSharp/TensorFlow.NET/pull/1186
- feat: add the implementation of sample_weight in model.fit by @Wanglongzhi2001 in https://github.com/SciSharp/TensorFlow.NET/pull/1187
- Allow Model to cache weights. by @hchen2020 in https://github.com/SciSharp/TensorFlow.NET/pull/1188
- feat: add the implementation of class_weight in model.fit by @Wanglongzhi2001 in https://github.com/SciSharp/TensorFlow.NET/pull/1189
- 解决keras模式下,使用GPU训练时会爆显存的bug。 by @dogvane in https://github.com/SciSharp/TensorFlow.NET/pull/1190
- fix: Implemented support for loading models with Concatenate layers by @Jucko13 in https://github.com/SciSharp/TensorFlow.NET/pull/1192
- add relu6 by @dogvane in https://github.com/SciSharp/TensorFlow.NET/pull/1193
- fix: Saving a loaded model by @GaijinOtohp in https://github.com/SciSharp/TensorFlow.NET/pull/1201
- fix: add the implementation of the tile's and GatherND's grad and add OptionalArgs by @Wanglongzhi2001 in https://github.com/SciSharp/TensorFlow.NET/pull/1202
- fix: fix the bug of boolean_mask by @Wanglongzhi2001 in https://github.com/SciSharp/TensorFlow.NET/pull/1205
- test: add the concat_v2 test by @Wanglongzhi2001 in https://github.com/SciSharp/TensorFlow.NET/pull/1207
- fix: fix the bug caused by concat_v2 by @Wanglongzhi2001 in https://github.com/SciSharp/TensorFlow.NET/pull/1208
- refactor: refacter the place of the kernel unittest folder by @Wanglongzhi2001 in https://github.com/SciSharp/TensorFlow.NET/pull/1209
New Contributors
- @hchen2020 made their first contribution in https://github.com/SciSharp/TensorFlow.NET/pull/1188
- @Jucko13 made their first contribution in https://github.com/SciSharp/TensorFlow.NET/pull/1192
- @GaijinOtohp made their first contribution in https://github.com/SciSharp/TensorFlow.NET/pull/1201
Full Changelog: https://github.com/SciSharp/TensorFlow.NET/compare/v0.110.4-Transformer-Model...v0.150.0-BERT-Model