sctse999
sctse999
Back in the days of 3.x, we are able to use ```donkey tubhist``` to produce a histogram regarding one or multiple tub. 4.x doesn't have this yet. In the mobile...
I tried using sendgrid and everything is fine. SMTP> AUTH PLAIN ************************ 290 SMTP
I have exactly the same issue described in the link below except that I am using ubuntu 20.04. I use PulseAudio as the backend and choose "Monitor of .... Speaker...
In the latest release 5.0.0, tensorflow==2.9 is added to https://github.com/autorope/donkeycar/blob/d60dcb5e0627465851873f35e80d3b3863973fc6/setup.cfg#L69 When the command `!pip3 install -e .[pc]` is ran on a colab GPU instance, it will automatically uninstall the GPU-capable...
pytorch and fastai dependencies could be installed later by issuing `conda env update --file install/envs/pytorch.yml --prune` I will update the doc after this PR go through.
Since these depdencies aren't absolutely necessary, should we separate them into another yml. ``` cd donkeycar conda env create -f install\envs\windows.yml ``` In case anyone want to use it, they...
I want to unit test the model Task. I put a file called test_task.py in a folder named "tests" under the folder model_less. How do I import Task for unit...
After the user has authenticated with facebook, could we display a page to ask for further user profile detail before the user is created?
Hi I tried to port this to grails 3.0.x. I test this only under 3.1.8. Feel free to let me know if there is any issues. p.s.: The integration test...