Ronaldo Nascimento
Ronaldo Nascimento
Thanks for all the great work, really enjoyed using termite on my older t430 with i3.
See: https://github.com/Exceen/4chan-downloader/blob/04155bd6be1ad20f233f8976afdd583fd661e251/inb4404.py#L116
I have the same issue, but I am wondering if it is not using the correct GPU. I have a laptop with Optimus. ``` Graphics: Device-1: Intel CoffeeLake-H GT2 [UHD...
I found this, but unsure how to tell `big_sleep` how to select a CUDA device. https://pytorch.org/docs/stable/notes/cuda.html ```py cuda = torch.device('cuda') # Default CUDA device cuda0 = torch.device('cuda:0') cuda2 = torch.device('cuda:2')...
Just pulled the latest and tested; still get: `./torque: line 38: �7�: 3.01: syntax error: invalid arithmetic operator (error token is ".01")` `$ transmission-remote -l ID Done Have ETA Up...
See attached [out.txt](https://github.com/dylanaraps/torque/files/2489579/out.txt)
GNU bash, version 4.2.46(2)-release (x86_64-redhat-linux-gnu) Using Gnome Terminal on Ubuntu 18.04 but I am ssh into the CentOS box
I logged into the server, and still get the same message. Cant provide a screenshot cause its terminal, headless machine.
The problem seems to be in the last line of transmission-remote -l output (the summary). Perhaps you need to skip that line in the parsing on torque: line 38? ```...