Yang Chenguang
Yang Chenguang
你好, 我最近在做中文文本多分类,tensorflow刚开始学,还不太懂,如果我没搞错这个是做二分类的,请问要做多分类的话怎么修改呢?谢谢!
Hello! Thanks for your excellent work. I want to restore a pb model to support for android like this: output_graph_def = graph_util.convert_variables_to_constants(session, session.graph_def,output_node_names=['output']) with tf.gfile.FastGFile('model/model.pb', mode='wb') as f: f.write(output_graph_def.SerializeToString()) Moreover,...
您好,我的数据集上存在precision明显大于recall的情况,如果想以precision换recall,您可否给点建议?谢谢
hi, To satisfy requirement of business, I have to build developing environment of SparkJobServer on CDH5.7.5. So, on the basis of the original environment, I downgrade the version of akka...
### 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this? - [X] 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions ### 该问题是否在FAQ中有解答? | Is there an...
跑demo code时候会卡住,调用get_assistant()时候一直没有输出,稳定复现 显存占用是正常的,GPU也是有负载的,但就是没有输出 运行环境: GPU: L20 * 4 CUDA: 12.4 python: 3.10 transformers: 4.51.3 pytorch: 2.6.0 demo code: from transformers import AutoModelForCausalLM, AutoTokenizer import re import json MODEL_PATH = "THUDM/GLM-4-Z1-Rumination-32B-0414"...