torchkeras
torchkeras copied to clipboard
Pytorch❤️ Keras 😋😋
在做外卖分类的时候可以正常训练,但是在验证的最后一般发现无法保存出现报错如下:--------------------------------------------------------------------------- IndexError Traceback (most recent call last) Cell In[39], line 1 ----> 1 keras_model.fit(train_data = dl_train, 2 val_data = dl_val, 3 epochs=2, 4 patience=3, 5 monitor='val_loss', 6 mode='min', 7 ckpt_path...
FileNotFoundError: [Errno 2] No such file or directory: 'qwen7b_multirounds/adapter_model.bin' 如何解决
是否能支持多卡训练
 请问这个是什么原因?

大佬,请教一下在加载微调模型的时候出现这个问题怎么解决。
基于作者的例子改了,代码跑不通,是不是Qwen-VL视觉大模型不让微调,报错 AttributeError: 'SVDLinear4bit' object has no attribute 'bias'
老铁,能不能把代码的注释加上,代码的参数用途都不晓得,读起来需要根据示例看,太费劲了~~。
环境:Linux 显卡:3090 Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained. Traceback (most recent call last): File "/Baichuan2/tune_demo.py", line 311, in...