active-learning
Here are 178 public repositories matching this topic...
I have set up Postgres in Kubernetes and also setup Doccano in Kubernetes however it's working well but wants to know the mount point for Kubernetes to attach Persistence volume.
My deployment.yaml
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
labels:
app: doccano
name: doccano
namespace: default
spec:
progressDeadlineSeconds: 600
replicas: 1
revisi
-
Updated
Oct 8, 2020 - Python
When computing the isosurface, when 4 simplex edges crosses the isosurface, we add 2 triangles to the isosurface triangulation.
Right now we add these arbitrarily (in these 3 lines) but we should add them so that the curvature is minimized.
The current state o
-
Updated
May 30, 2020 - Python
-
Updated
Sep 25, 2020 - Python
-
Updated
Nov 5, 2019 - Python
-
Updated
Oct 12, 2020 - Python
-
Updated
Aug 19, 2020 - Python
-
Updated
Oct 14, 2020 - Java
-
Updated
Sep 24, 2020 - Python
-
Updated
Oct 10, 2020 - JavaScript
As far as I know, there is no progress indicator in the simulation mode. This is useful imo, especially for first time users because they don't know how much time it will take on average.
I think it is quite straightforward to implement something like https://tqdm.github.io/. @qubixes @GerbrichFerdinands what are your thoughts?
-
Updated
Sep 4, 2020 - Python
-
Updated
Sep 26, 2019 - Python
-
Updated
Jul 21, 2020 - C#
-
Updated
Oct 4, 2020 - Python
-
Updated
Mar 24, 2020 - HTML
-
Updated
Jun 30, 2020 - TypeScript
-
Updated
Jan 20, 2020 - Python
-
Updated
Dec 31, 2019 - Jupyter Notebook
-
Updated
Oct 12, 2020 - Python
-
Updated
Dec 10, 2019 - Python
-
Updated
Aug 4, 2020 - Python
-
Updated
Oct 10, 2020 - Python
-
Updated
Jun 24, 2020 - Jupyter Notebook
-
Updated
Jul 3, 2020 - Python
-
Updated
Sep 26, 2020 - Python
-
Updated
Mar 30, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the active-learning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the active-learning topic, visit your repo's landing page and select "manage topics."
Vcpkg is a C++ dependency management system that makes installation and consumption as a dependency very easy. We should support this for VW to allow consuming the lib as easy as possible.
Instructions for creating a new package can be found here: https://github.com/microsoft/vcpkg/blob/master/docs/examples/packaging-github-repos.md