Fernando Felix

Results 9 issues of Fernando Felix

Hi! I'm trying to create a script to convert the `darknet.py` Pytorch model to ONNX model using CPU based on [this](https://pytorch.org/docs/master/onnx.html#example-end-to-end-alexnet-from-pytorch-to-caffe2) example: ```py # onnx-convert.py from darknet import Darknet import...

In previous versions, I used the following example format to create a custom block: ```js const eslint = () => () => ({ module: { rules: [ { test: /\.js$/,...

- fields can be selected in api path using for example "me?fields=id" - create a function for get the current user auth_response - now login function returns a callback response...

Find a way to automatically generate schema for Models ``` python schema = ''' drop table if exists post; create table model_name ( id integer primary key autoincrement, ... );...

enhancement

enhancement

with [pytest](pytest.org) and [tox](tox.readthedocs.org).

with [travis](https://travis-ci.org/).

with [coverage.py](http://coverage.readthedocs.org/)

Provide database relationships: one-one, one-many, many-many. #2

enhancement