Zhouliang Yu
Zhouliang Yu
Hi @stuntgoat , thanks for your code. There is an issure when I run your code directly. at function `assign_points` ```python shortest = () ``` this initialization of the variable...
Hey all, thx so much for the solver. But there is a question when I am using pyconcorde tspsolver ```python solution = solver.solve(verbose=False) ``` there are lots of .res file...
Hi, thx for sharing this repo! I have a problem related to using wolfram tools on a server that cannot access the internet, it seems that this tool cannot work...
Hey! thx so much for your work! I am working on using lora to fine-tune Unet in the stable diffusion The following code is what I did: ```python from transformers...
Hey @wouterkool Thank you so much for sharing the code. There is some issue I faced that I cannot run the evaluation successfully. I installed the required package as: ```...
QA task
Hey have you tried to apply this method to QA task?