Alex Taranov
Alex Taranov
Does this works - https://registry.hub.docker.com/r/akshayubhat/east ? Did you try?
So, the DataRecorder's code resides here: [datarecorder.h](https://github.com/pi-null-mezon/openhantek/blob/master/openhantek/src/datarecorder.h) [datarecorder.cpp](https://github.com/pi-null-mezon/openhantek/blob/master/openhantek/src/datarecorder.cpp) As I have created this class as QObject (not QThread) descendant it is important to move it into separate thread when an...
It could be fixed by checkout to 4ba259a ``` git clone https://github.com/jocover/jetson-ffmpeg.git && \ cd jetson-ffmpeg && \ git checkout 4ba259a && \ mkdir build && cd build && \...
I have also faced with descripted "Nan problem" before. And in my expirience the best practice to prevent weights blow is to use double precision for weights (defined in config.h)....
misspelled hyperlink to pytorch wheel: ```https://download.pytorch.org/whl/cu100/torch-1.0.0-cp37-cp37m-linux_x86_64.wh``` right one is: ```https://download.pytorch.org/whl/cu100/torch-1.0.0-cp37-cp37m-linux_x86_64.whl```
Hi @mthrok 1. I got it, thanks 2. Maybe its awkward, for the reasons you have mentioned. But in my perspective, for the sources host it should be pretty simple...
Thank you. I'll try.
Not of course ) But you can try to extract some information from the closed issues: https://github.com/pi-null-mezon/FaceAntiSpoofing/issues?q=is%3Aissue+is%3Aclosed
Two weeks ago one of project's maintainer said they [actively working on fix](https://github.com/princeton-nlp/SWE-bench/issues/55#issuecomment-2007228105). But it seems, there is no progress. Thought, you can find some hacks in thread #55
Seems issue was not resolved. @john-b-yang ``` commit cfb20092bbbee9683176177b2f59b85f522e7f27 (HEAD -> main, origin/main, origin/HEAD) Author: John Yang Date: Tue Apr 16 12:27:22 2024 -0400 Add empty patch case in eval...