-
this way it's easy to capture information (like model output details) you may need later
## example workflows to eventually enable
* simultaneously training multiple patches
* incorporating pat…
-
@jmfacil Hi, your work is very amazing! However, the code that trains the model is not open source. Could you release the code that trains the model? Moreover, it is noticed that you trained the new l…
-
#### Perceived Problem
- users resort to `server.custom` in every app to add express middleware
- `server.custom` should be a rare escape hatch
- `server.custom` widespread use would make Nexus f…
-
Post your questions about: “[When Big Data is Too Small - Sampling, Crowd-Sourcing and Bias (Links to an external site.)](https://docs.google.com/document/d/1j4mReKY_pG29e5B8JTCEbx2ITvNHKhMNZT1rJMM4R7…
lkcao updated
2 years ago
-
Hi
I wanted to ask whether non-geometric augmentations would fit into Augmentor.jl
Especially things like brightness, contrast, white balance, etc.
https://github.com/aleju/imgaug has a quite w…
-
Hi!
I have faced this issue for the past years. I wonder what are the options. I will present my solution which of course is not the best either the most efficient.
The problems are: working with…
-
## Description
Graphqlgen overrides the declaration of `IResolvers` from the `graphql-tools` package in the generated `graphqlgen.ts` file. This causes an error when you try to compose a schema fro…
-
**Context:**
I often work with data that are censored. The approach for censored data implemented in `brms` is really useful, but I have found it to be slow - especially when a large part of the da…
-
This is intended as a discussion issue where we can hash out an initial design for the package. The goal is to
1. tie down the structure of the package, including how the internals should be design…
-
Hello!
With macros coming around, it's likely going to be common for folks to define a class/function that is never meant to be used directly.
Take the idea of a macro that generates a Widget from…