Leander Kurscheidt
Leander Kurscheidt
Great Project! I want to use this to get the ids of track from sets. So let's say I have the audio file of a set, how would I approach...
I need to install `imager` and it chokes on: ``` unable to load shared object '/home/i40/kurschl/R/x86_64-pc-linux-gnu-library/3.4/jpeg/libs/jpeg.so': libjpeg.so.62: cannot open shared object file: No such file or directory ``` I think...
This is the log: ``` 2020-01-03 17:55:33.948008 [ThreadId 4] - run entered for hie-wrapper(hie-wrapper) Version 1.0.0.0, Git revision 704ed3c982ce350f6aafbf4854e91da1e2a1d1c2 (dirty) (3528 commits) x86_64 ghc-8.6.5 2020-01-03 17:55:33.968581 [ThreadId 4] - Current...
The readme states: > For the moment, I removed MNIST and CIFAR10 because I have plans to add pixel-based models later. what do you mean by that? What's missing? I...
Would it be possible to release the trained models? Training them from scratch is expensive.
is the equivalent of ` tf.cond` somewhere? I am unable to find it...
Is there a way to install custom language highlighting-support? As I understand it, highlighting ist not handled by LSP yet, so it has to installed independently.
I have a different setup (python interpreter etc.) depending on whether I am developing per ssh-fs or directly on the computer. It would be great if the plugin would allow...
I have quite a few symbols that get replaced by prettify and a "reveal on click"-setting would really help.
I noticed a bug in `_remove_NaNs`. the faulty code: ```python id_nan = np.any(np.isnan(data), axis=1) (....) id_first = np.argwhere(np.logical_not(id_nan))[0] ``` I have a plot where data is `array([[nan, nan]], dtype=float32)`, which...