-
1. The colours of different series changes between a running model and one that is finished.
e.g. the mAP measure is red while the training is in progress, while it changes to purple once stopped -…
-
```
Given 2 classes ParentA and ChildA with a bi-directional link between them:
class ParentA
ChildA child
class ChildA
ParentA parent
Create 2 instances and connect them:
ParentA a = new …
-
Now that we're moving towards supporting remote storage in general and VSS in particular, we should consider discerning which data could/should still live only in a local data store. One such example …
-
```
Given 2 classes ParentA and ChildA with a bi-directional link between them:
class ParentA
ChildA child
class ChildA
ParentA parent
Create 2 instances and connect them:
ParentA a = new …
-
Currently, the graph objects are used as parameters to a lot of the genetic evolution methods. Instead of this, it would be nice to directly associate a graph with a population. This could also stream…
-
I love this library but I tried to use it on class containing circular reference and it and it looks like it get stuck in infinite loop , but maybe I missing something ?
-
### 🐛 Describe the bug
@Chillee and I were discussing what it would take to get `allow_in_graph` to work in more situations. Here is an accounting of some situations which we thought of:
* NN modu…
-
When I tried to parse the following statement, it generated a syntax tree that did not meet expectations:
`CREATE GRAPH /my_schema/my_object.my_graph`.
I expected to get a schema, an object, and a …
-
```
Given 2 classes ParentA and ChildA with a bi-directional link between them:
class ParentA
ChildA child
class ChildA
ParentA parent
Create 2 instances and connect them:
ParentA a = new …
-
```
Given 2 classes ParentA and ChildA with a bi-directional link between them:
class ParentA
ChildA child
class ChildA
ParentA parent
Create 2 instances and connect them:
ParentA a = new …