ShuxunoO

Results 9 comments of ShuxunoO

the another way to handle the problem is to set the **`--csv-separator="," \`** the same issue troubles me a long time, hopes this can help you

> > I have encountered the same problem. Have you resolved it > > 手动离线从hF下载所有文件到一个文件夹中,然后指定路径,就可以了 请问该如何load呢?

如果真能work  能写一份详细的教程吗?  非常感谢!  shuxunOO ***@***.***   ------------------ 原始邮件 ------------------ 发件人: "Macqueen ***@***.***>; 发送时间: 2024年4月10日(星期三) 晚上6:03 收件人: ***@***.***>; 抄送: ***@***.***>; ***@***.***>; 主题: Re: [salesforce/LAVIS] BLIP2: Unable to connect to HuggingFace.co (Issue #545) 不知道是否符合你的解决办法,我已经搞成了。...

I met the same case `TypeError: sequence item 0: expected str instance, list found` Can anyone help?

It seems to be OK https://github.com/rom1504/clip-retrieval/issues/352#issuecomment-1916418562

> Can you read #329 and propose a fix that make things work without breaking what this PR had fixed ? Sure~ The settings of my local folder and the...

> Can you read #329 and propose a fix that make things work without breaking what this PR had fixed ? should I make a PR again?

If you met the same errors,trying to refer to: https://github.com/rom1504/clip-retrieval/issues/352

I add a function in models/wrapper.py in class CLIPWrapper(pl.LightningModule): ` class CLIPWrapper(pl.LightningModule): ### add this function def train_dataloader(self): return self.trainer.datamodule.train_dataloader() ` and it works!