Jason Obeid
Jason Obeid
Hi Rohit, You would need some tool that could parse the .png into a data file like a .csv or excel file. (maybe https://github.com/Cvrane/ChartReader? or https://plotdigitizer.com/ ) Then using that...
Hey @TinoRed, this sounds like a good idea, but I unfortunately don't have the time to work on this. If it's something you would want to work on, feel free...
Hi Arvind, It's a good question, in our work we took a very naive approach. We considered any chart with "year" as the x axis label a line chart, and...
Hi, You can try updating the code as follows, to avoid the index out of bounds errors: ``` # guess subject if NER doesn't find one if len(entities['Subject']) == 0:...
Hi @salmanedhi, feel free to submit a new pull request with your updated version of this file, and I can merge it into the main branch. Thanks :)
This is probably an issue with PyTorch or CUDA, try installing different or newer versions
Hi @salmanedhi, unfortunately I have no idea how to fix this issue. You could run the training with a python debugger, and try to see why the error is occurring....
Hi @salmanedhi, if training by CPU is working, then maybe it's related to the version of pytorch or cuda? I believe I used PyTorch 1.5.0 and cuda 10.2 for training,...
Hi, Yeah that output seems correct. Those errors are expected, they occur if a predicted template doesn't exist. For example, templateYLabel[2] can't be substituted since the y label only has...
Also seeing this on Ventura 13.3.1, vscode 1.78.2, Playwright 1.34.1, vscode PW Test extension v1.0.11. I noticed this error in the vscode output tab under the "Window" section: ``` [error]...