active-learning
Here are 183 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
Nov 1, 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
Oct 17, 2020 - Python
-
Updated
Oct 12, 2020 - Python
-
Updated
Aug 19, 2020 - Python
-
Updated
Oct 30, 2020 - Java
-
Updated
Sep 24, 2020 - Python
-
Updated
Oct 19, 2020 - JavaScript
Describe the bug
The user gets a error message within the dataset upload screen.
Helping the user by communicating what the user should or can do.
To Reproduce
Steps to reproduce the behavior:
- Go to new project
- Fill in Step 1
- Click Next
- Upload a corrupt file
Screenshots
![Screenshot](https://user-images.githubusercontent.com/45943709/95337015-ad9e5300-08b1-11e
-
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
Oct 30, 2020 - Python
-
Updated
Oct 22, 2020 - Python
-
Updated
Dec 31, 2019 - Jupyter Notebook
-
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