Thanh Le

Results 6 comments of Thanh Le

I add this line ```js var type = typeArray[field_letter]; >> if (type === undefined) {console.log(">>>> WARNING ", field_letter)}; ``` And start step 1, when open dev tools I found 4...

Thank you for your kind words ! In my opinion, I think the order of features in that case doesn't affect the performance of model. With my implementation, imagine that...

Hi @gavvvr thank for your quick response. I think why not both? (2) is much faster to migrate indeed but (1) is enough for me currently 😄 Another approach I'm...

Some people [1] claimed that using more than one token to represent the learned concept help improve the inversion performance (Ctrl-F `num_vectors`). But I guess to implement that, the current...

you can try `export no_proxy="localhost,127.0.0.1"` before running the gradio app

I'm also facing the same problem today. Normally after adding some papers to zotero then hitting refreshing db, I can add markdown citation for that paper. But today after some...