Daniel Rodríguez L.

Results 7 issues of Daniel Rodríguez L.

I wanted to use `TRACK_USAGE_INCLUDE_OR_EXCLUDE_VIEWS = 'exclude'` to track every view except the admin view, however it tracked too the requests for static files (which I don't want to track),...

SQL Hooks (and MongoHooks as far as I have seen) are splitted into 2 different methods: ``` def sumUrl_set_up(*args, **kwargs): tables = ["url_hourly", "url_daily", "url_monthly"] create_tables(tables, **kwargs) def sumUrl(**kwargs): if...

### Summary Hello, this PR add the capability of compiling against Intel MKL, and using its functions in the MPS simulation method. It is build over the LAPACK SVD (https://github.com/Qiskit/qiskit-aer/pull/1897)....

performance

I was trying to split a model created with `unet_learner` and I found that no matter how you split the model, if there is a `ResizeToOrig` layer on it, you...

Similar to https://github.com/lancopku/meProp/pull/4 but really upgrading to newer PyTorch

The solution I mention in https://github.com/xdevplatform/twitter-python-ads-sdk/issues/306

When the server responses with a 520 and 524 (afaik, maybe with other 5xx errors also happens) https://github.com/xdevplatform/twitter-python-ads-sdk/blob/a3dd5819341e77aa469d0b4b3399f0bcd028c80c/twitter_ads/error.py#L13-L16 These lines return the error from the title because response.body is not...