simpleAI
simpleAI
my dataset categories number is 631, the program logs display that loss is even smaller than 20news ,Is my setting improper? I set config file like this : { "training_path":...
单机多卡怎么让多个卡都用起来
ValueError: Variable generator/dense/kernel already exists, disallowed. Did you mean to set reuse=True or reuse=tf.AUTO_REUSE in VarScope? Originally defined at: File "", line 38, in generator_graph layer = tf.layers.dense(fake_imgs, units_size) File...
RT.因为我现在用自己的数据集,记过不太对,怀疑数据集有些问题,能否提供原始数据,做些对比研究。
email: [email protected] 谢谢~
按照[infer.ipynb](https://github.com/mymusise/ChatGLM-Tuning/blob/master/infer.ipynb) 打印出来input_ids为: 输入文本: input_ids:tensor([[ 57010, 20012, 23461, 20295, 24703, 20108, 28555, 21849, 20007, 20004, 33049, 20012, 150001, 150004]], device='cpu') 输出 out_text 为空,这是为啥,机器是V100。