DrStoop
DrStoop
Hi @vasily-v-ryabov thanks for the feedback! in case i'm programming something for xinput2 integration i'll try & contribute :-)
check out this pull request #89, just extended it...
check out the pull request #89, just added `dtype` to `torchsummary()`
The question would be, if `multiprocessing` module should be added to [requirements.txt](https://github.com/huggingface/transfer-learning-conv-ai/blob/master/requirements.txt)?
@thomwolf, before merging: i did some work on parallelizing the complete preprocessing chain affecting quite some code in ‚train.py‘ and ‚utils.py‘. i could clean the code & create a new...
I receive the same error when trying to run intellij programs as sudoer in the container. In case this is causing your error, you can avoid it by running the...
Same here since I upgraded to Expo 53, React 19, new Architecture with dependencies see below. My development build on Android (emulator) throws the error unrecognized, only caught by Sentry....
I can avoid the error on iOS (on-screen error modal) and Android (no Sentry error) by preventing `getMapBoundaries()` being called on first render: ```tsx const [isFirstRender, setIsFirstRender] = useState(true); useEffect(()...