LukasDrude
LukasDrude
Great work! I discovered in https://github.com/arogozhnikov/einops/blob/master/einops/einops.py#L199 that you also support ellipsis. Its an important feature so you may want to add it to the documentation.
The file system module nicely syncs the Markdown files and the annotations in JSON format. Unfortunately, it does not store any attached files to disk. I tried JPG-Files and PDF...
Tuples get changed to list. It did not find this behavior in the documentation, so I guess it might be undesired. Here is a short example to reproduce it: ```...
I am on: ``` ProductName: Mac OS X ProductVersion: 10.10.5 BuildVersion: 14F27 Python 3.3.5 :: Anaconda 2.3.0 (x86_64) ``` When I execute `dataexplore`, I get the following error message: ```...
Visual Studio Code 1.22.2 Deploy 14.0.0 I use deploy packages with sftp with an exclude list. I get deploy log messages such as these with leading slash: ``` Deploying '/.gitignore'...
I followed [1] and tried to use the recommendation how to set up Meld as a `git` `mergetool` in OSX. However, the current path is missing in the `cmd`. I...
Maybe you would like to support entire URLs: ``` bash arxiv2bib https://arxiv.org/abs/1710.10467 arxiv2bib https://arxiv.org/pdf/1810.04719.pdf ``` That makes it easier, when copying it from the browser. Maybe: ``` python if 'http'...
Hey. The API was easily made ready for Python 3 (thats the first commit). I had to change toe Google Geo server, because the old one was deprecated. I tested...
@faroit I would like to use `mir_eval.separation.evaluate` to evaluate the separation performance (SDR, SIR, SNR) of a separation system in the presence of noise. We may assume the following: `x_1`:...
The current version is a bit opaque in the sense that I do not know how to use `.shuffle()` in combination with `.prefetch()` or `.map(..., num_workers=10)`. Please provide some documentation...