guowhite

Results 4 issues of guowhite

hi, i was use the trail dataset like [[x1,y1], [x2,y2]] and change the shape to [[x1,x2,x3], [y1,y2,y3]] length about 150 and use LSTM AE to train it . i want...

如果想在tf2.0以上的版本使用,好像暂时是无法使用的吧

请问下,自己的脱敏数据数据,利用nezha预训练模型pretrain得到最新的ckpt预训练模型。修改了config 里面vocab_size。再通过build_transformer_model读取预训练模型后进行finetune为啥结果会很低呢,和随机猜测结果差不多。是finetune的时候需要修改vocab.txt吗

你好,我在用build_transformer_model初始化后,再load_weights,使用了save_weights_as_checkpoint方法想要进行权重转换,但是会报错Model object has no attribute save_weights_as_checkpoint,请问怎么才能实现转成ckpt权重文件呢