Felix Benning

Results 26 issues of Felix Benning

It appears that the requests sent in order to retrieve the transaction history is `https://trader.degiro.nl/reporting/secure/v4/transactions?fromDate=01%2F01%2F2018&toDate=18%2F11%2F2019&groupTransactionsByOrder=false&intAccount=[Redacted]&sessionId=[Redacted]` Maybe this request could sometimes be included. It also appears to retrieve only `productids` and...

So I tried to figure out how to actually import a module from github instead of simply copying the files into my project https://stackoverflow.com/questions/19943022/import-a-python-library-from-github And this stackoverflow suggestions fails, apparently...

An attempt to upgrade deepOBS tensorflow to 2.0 - [x] run `tf_upgrade_v2` script on `deepobs` (cf. https://www.tensorflow.org/guide/upgrade), commit 5550bea - [x] try to fix errors in `reports.txt` with replacements from...

- Uses `extras_require=` in the ` setup.py` to achieve the amount of custom installation variants currently achieved with many different `requirements.txt` e.g. ```txt pip install -e .[dev] ``` - Update...

At the moment, search is a text link in the pages list. It would be very nice, if it would be a small textbox in the side bar - if...

enhancement
help wanted

`Flux.params` does not work for primitive types, e.g. I assume this is because Zygote uses the pointer to the arrays to identify the array and differentiate with regard to every...

optimisers-dot-jl

I am posting a picture of the pluto notebook for better understanding/readability (what are the outputs etc). Below you can find copyable code. Copyable Code ```julia begin using Flux:Flux using...

Add `step!` like suggested in #666 as a single step of `train!` to allow for more exotic optimisers to simply overload `step!` and be able to use the `train!` wrapper....

enhancement

# Sidebar causes the page to stick to the left side If found some interesting behavior when building the site without all the required configuration parameters: ![grafik](https://user-images.githubusercontent.com/29106652/94830574-00888e00-040c-11eb-8c97-2c5b4b2af7fa.png) I narrowed it...

# Problem description I wrote the following `requirements.txt` ```pip Cython>=0.29.21 numpy>=1.19.2 scikit-tda>=0.0.3 ``` The command `pip install -r requirements.txt` fails as it can not find the module Cython ```shell Step...