Christof
Christof
One discussion that might be worth having is to differentiate between 1. supporting `CUDAnative`, which requires the user to have a self-compiled julia version, or 2. supporting the executing of...
Right now the wiskers of the boxplot are at the minimum and maximum instead of the usual (closest point within the 1.5 IQR range). This means that right now the...
I can build the project and push the debug app to the phone successfully (after doing what is outlined in #748 ), yet when I open the DrishtiFaceFilter app on...
I just noticed sometimes that the fallback gets rid of arbitrary indices while some implementations do not (and instead return a `OffsetArray`). This should be streamlined
In similar spirit to `Zoom`. I originally felt it would be redundant, but chaining them manually gets old pretty quick
Just making a note to myself. Will have to investigate
I thought it be useful to have an issue that tracks how the graphs produced by the julia version differs from the graphs produced by the python version. Lets update...
The python documentation mentions an option to prevent tensorflow of allocating all the GPU memory at once (https://www.tensorflow.org/tutorials/using_gpu#allowing_gpu_memory_growth). The equivalent julia code doesn't seem have any effect. The following still...
One bridge we have to cross sooner or later are multiclass problems. There are mutliclass extensions or formulations for a couple of losses that we have. A particular interesting example...