xlxxcc
xlxxcc
父子实体私有同名属性或者get方法重写,当使用子实体类通用mapper, 会把父子同名属性都转成sql字段问题? 阅读代码后发现,Jdk8FieldHelper ```java static class Jdk8FieldHelper implements IFieldHelper { /** * 获取全部的Field * * @param entityClass * @return */ public List getFields(Class entityClass) { List fields = _getFields(entityClass, null,...
[BUG] web_demo_2.6.py RuntimeError: probability tensor contains either `inf`, `nan` or element < 0
### 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this? - [X] 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions ### 该问题是否在FAQ中有解答? | Is there an...
基础模型 使用./out/rlhf_512.pth ,从 modelscope 下载 https://www.modelscope.cn/models/gongjy/MiniMind2-PyTorch/resolve/master/rlhf_512.pth ``` (minimind) python@robot:/data/minimind/out$ sha256sum rlhf_512.pth b1731e8331cbf3fed775e361cf30fca904ba85f881bb7cd18a5ff899ff6dd78a rlhf_512.pth ``` 训练命令: ``` (minimind) python@robot:/data/minimind$ python train_distill_reason.py LLM总参数量:25.830 百万 Epoch:[1/1](0/23768) loss:4.041 lr:0.000001100000 epoch_Time:179.0min: Epoch:[1/1](1/23768) loss:4.457 lr:0.000001100000 epoch_Time:97.0min:...