Oceania2018
released this
05 Nov 21:04
·
46 commits
to master
since this release
What's Changed
- Improve RaggedTensor by @Beacontownfc in #1186
- feat: add the implementation of sample_weight in model.fit by @Wanglongzhi2001 in #1187
- Allow Model to cache weights. by @hchen2020 in #1188
- feat: add the implementation of class_weight in model.fit by @Wanglongzhi2001 in #1189
- 解决keras模式下,使用GPU训练时会爆显存的bug。 by @dogvane in #1190
- fix: Implemented support for loading models with Concatenate layers by @Jucko13 in #1192
- add relu6 by @dogvane in #1193
- fix: Saving a loaded model by @GaijinOtohp in #1201
- fix: add the implementation of the tile's and GatherND's grad and add OptionalArgs by @Wanglongzhi2001 in #1202
- fix: fix the bug of boolean_mask by @Wanglongzhi2001 in #1205
- test: add the concat_v2 test by @Wanglongzhi2001 in #1207
- fix: fix the bug caused by concat_v2 by @Wanglongzhi2001 in #1208
- refactor: refacter the place of the kernel unittest folder by @Wanglongzhi2001 in #1209
New Contributors
- @hchen2020 made their first contribution in #1188
- @Jucko13 made their first contribution in #1192
- @GaijinOtohp made their first contribution in #1201
Full Changelog: v0.110.4-Transformer-Model...v0.150.0-BERT-Model