Commit Graph

12 Commits

Author SHA1 Message Date
TianYuan c497fd843d format 2021-08-17 09:54:07 +00:00
iclementine e03e96d9e4 format all the code with yapf 2020-12-20 13:15:07 +08:00
iclementine 84ad4c9e65 1. update docstrings for models.wavenet;
2. remove unnecessary code;
3. fix typos
2020-12-18 20:55:27 +08:00
chenfeiyu 796e0b1e1f 1. add interfaces for inference;;
2. add a function to recursively remove weight norm;
3. wavenet: fix weight norm dimension: explicitly specify dim=1 instead of -1.
2020-12-12 18:21:20 +08:00
chenfeiyu 29cc759241 add access control by __all__ in modules 2020-12-09 15:58:39 +08:00
iclementine fb49c1e77d fix typos 2020-11-19 22:20:31 +08:00
chenfeiyu 57d820f055 add support for channel last in batch_spec, and Conv1dBatchNorm 2020-10-30 15:13:57 +08:00
iclementine a8192c79cc WIP: refactor 2020-10-10 15:51:54 +08:00
chenfeiyu af98dad33e fix for compatability of python2 and lower versions of numpy 2020-03-10 08:17:56 +00:00
chenfeiyu 86fff7a077 add doc for parakeet.data, python2 compatability for DataIterator and lazy CacheDataset 2020-03-06 02:55:42 +00:00
lifuchen 9d79699432 add license 2020-02-26 21:03:51 +08:00
chenfeiyu 6cbcadebda add layer_tools 2020-02-16 17:54:11 +00:00