Lucas Resck

Results 31 comments of Lucas Resck

Hi, @lamb007, thank you for your feedback! I have not heard about this issue before, i.e., the extension becoming invalid and then failing to reinstall. Are you able to install...

Hi, @lamb007! I'll be closing this issue, but feel free to reopen it if you're still facing the issue and want to discuss it. Cheers!

Hi, @clement-schwartz, this is great, thanks for your efforts! I will review the PR soon and let you know. The "overview + mouse click" refers to pressing the `Super`/Windows key...

Hi, @ant1g, thank you for reaching out. From what you described, I would expect the extension to work well as it already supports GNOME 45. My only guess would be...

Hello, @ant1g and @Qervas, thank you for the feedback. > I tried moving the cursor on the status bar and it works for Alt+Tab. @ant1g, it may be the case...

Hi, @ant1g! There has been some time since this. How is the issue currently?

The complete command (as of August 2023) is ``` conda create -n ffcv python=3.9 cupy pkg-config libjpeg-turbo opencv pytorch torchvision cudatoolkit=11.6 numba -c conda-forge -c pytorch && conda activate ffcv...

A recent commit (https://github.com/openai/simple-evals/commit/18eba9d23d3a2fb39b5e8cf31036ea07148eae84) approached this issue partially by avoiding new lines between "Answer:" and the letter. So, "**Antwort:\n\nA**ntwort: C" is not extracted anymore. However, "**Antwort: A**ntwort: C" still is....

According to https://github.com/libffcv/ffcv/issues/152#issuecomment-1041024724, to change the indices during training it is enough to update both the `indices` attribute of the loader and the `indices` attribute of the `transversal_order`: ``` loader.indices...