Results 5 issues of normanj

I'm experimenting other super resolution models instead of the pix2pix. However, this extra step is not necessary if the output is 512 resolution. Did anyone try to modify the model...

https://github.com/sogou/SMRCToolkit/

The default GPT2Tokenizers are not suitable for CJK languages, BertTokenizer is much better. However, aitextgen use a tokenizer which cannot be specified by users, I have to create an instance...

以前用过两个比较好的框架,fastai和pytorch-lightning。其中,fastai面向是初学者,提供了最方便的使用体验;pytorch-lightning面向研究人员,将模型拆分标准的组件,简化模型实现、方便组件共享。这个框架主要解决的是什么问题,瞄准的是什么样的用户呢?