Daniel Rodríguez L.
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)....
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