Alan Silva

Results 109 comments of Alan Silva

I have the same issue. Using macOS 11.6.5. VSCode ``` Version: 1.66.2 Commit: dfd34e8260c270da74b5c2d86d61aee4b6d56977 Date: 2022-04-11T07:49:20.994Z Electron: 17.2.0 Chromium: 98.0.4758.109 Node.js: 16.13.0 V8: 9.8.177.11-electron.0 OS: Darwin x64 20.6.0 ``` Ruby...

It's now working and the solution is to use "`wrappers`". VSCode `settings.json`: ```json "solargraph.transport": "stdio", "solargraph.formatting": true, "solargraph.diagnostics": true, "solargraph.commandPath": "/Users/alan/.rvm/wrappers/default/solargraph", ```

I'm using, Lego EV3, updated stretch 9.13 (kernel 4.14.117-ev3dev-2.3.5-ev3), brickman 0.10.3, macOS 11.2.1. I follow all steps in https://www.ev3dev.org/docs/tutorials/using-bluetooth-tethering/ or https://www.ev3dev.org/docs/tutorials/connecting-to-the-internet-via-bluetooth/ But just after I do "pair" and accept in...

@benwiley4000 Absolutely brilliant! Worked exactly as you said. For me one can close this ticket.

This: ```bash yes | python runbenchmark.py hyperoptsklearn example test -f 0 -m docker -s force ``` is working fine. Now, from 20 frameworks, this `hyperoptsklearn` is the only one failing...

Fantastic @PGijsbers! I learnt about bash `shuf` and once I shuffle my input data it did work nicely with `hyperoptsklearn`. You can close this ticket. Thanks!

I'm just testing for the time being. Which framework do you suggest if I want to use/test with our GPUs? As for docker, we simply add `--gpus N` to `docker...

Looking at the Frameworks in detail and I only found: - `frameworks/MLPlan` : `torch>=1.6.0,

I tried to run it at `stable-v2` branch, `local` and `docker`, both failed with an error: ```bash python3 runbenchmark.py MLPlanSKLearn -m docker ... Download ML-Plan from extern Successfully built docker...

The reason `MLPlanSKLearn` is failing (and any based on MLPLan) is because `mlplan.org` is down. File `mlplan.zip` is never downloaded. Perhaps this framework setup need some update. Perhaps more here?...