pokerc
Results
2
comments of
pokerc
Fund a similar problem, can not flush content to file manually, and batch_size in Writer parameter seems invalid. Any solutions?
> 代码参考是指? 下面是我代码的主要逻辑: > > 1. 加载模型 > > ``` > model = AutoModel.from_pretrained(model_card, use_cache=False, trust_remote_code=True, cache_dir='pretrain_models').half() > ``` > > 2. 模型训练,我的单case模型输入类型类似于这样 > > ``` > optimizer.zero_grad() > outpus...