-
**Edit: for easy reference, the proposed new API is at https://github.com/micropython/micropython/wiki/Hardware-API**
Since we have the WiPy TODO list (#1425) Damien and I spent some time today discu…
-
to foster community involvement - some richer sample code beyond MNIST should be tackled.
Generative Adversarial Networks is a hot topic amongst ML - and some sample code using swift should help enco…
-
This thread is for feedback on the full 2 November working draft. Overarching feedback on the draft can be made here, and complete responses to the draft in .doc format can also be uploaded.
*Upda…
-
Both the [JSON-LD](https://w3c.github.io/wot-thing-description/) and [JSON-TD](http://w3c.github.io/wot/proposals/json-td/) serialisation proposals include links for properties, actions and events.
…
-
It would be great if aside from the current way of building widgets you could add JSX like capabilities. I mean add tiny syntactic sugar to enable XML like constructs inside dart code. It just makes c…
-
### Expected behaviour
- Add a new card `City History` in the city info page (just below the weather card)
- On clicking this, open up a new activity
The city history info has various levels of h…
-
Hi guys,
I'm just trying to running example from here:
https://tensorflow.github.io/tensor2tensor/cloud_mlengine.html
```
# Note that both the data dir and output dir have to be on GCS
DATA_D…
-
We currently only support some baked-in forms of type checking for type guards -- `typeof` and `instanceof`. In many cases, users will have their own functions that can provide run-time type informati…
-
"one model to learn them all" relates to many tasks, but T2T problems are for single task.
How to run multimodel training by T2T?
Thanks a lot!
-
hey I just used https://github.com/alexk111/ngImgCrop to crop an image before uploading.. and now I did this to upload the blob with angular-file-upload:
```
uploader.onBeforeUploadItem = function(…