torchkeras icon indicating copy to clipboard operation
torchkeras copied to clipboard

Pytorch❤️ Keras 😋😋

Results 33 torchkeras issues
Sort by recently updated
recently updated
newest added

在做外卖分类的时候可以正常训练,但是在验证的最后一般发现无法保存出现报错如下:--------------------------------------------------------------------------- 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...

是否能支持多卡训练

![image](https://github.com/lyhue1991/torchkeras/assets/41932880/24c739e2-931f-4cad-9300-062b652e4640) 请问这个是什么原因?

![image](https://github.com/lyhue1991/torchkeras/assets/48903879/859d736d-0b35-4c1e-b4b5-1a64583f29e3)

大佬,请教一下在加载微调模型的时候出现这个问题怎么解决。

基于作者的例子改了,代码跑不通,是不是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...