Commit History

Rename core/ops to pytorch_core/pytorch_ops.
51eb575

darabos commited on

14 PyTorch ops.
83caaa1

darabos commited on

Split ops from infrastructure code.
bbd029e

darabos commited on

Make new optimizer when model is copied.
a961ac6

darabos commited on

Non-blocking training.
f41635e

darabos commited on

Do not track tensor shapes. Much simpler!
612802c

darabos commited on

Test for repeats.
0cdd509

darabos commited on

Repeat boxes working.
17a0053

darabos commited on

Split build_model() so we can repeat a part.
69610f6

darabos commited on

Dependency-based repeat instead of using regions.
1ffbcc2

darabos commited on

Each op makes its own layer. #107
2c239c4

darabos commited on

Split repeat boxes into start/end boxes.
87f8b85

darabos commited on

Reliable model mapping frontend.
ae86f2c

darabos commited on

Change formatters from 80 columns to 100 columns.
b0968aa

darabos commited on

Replace default_display with an input_metadata field with simpler semantics.
dfe2d8f

darabos commited on

Mapping UI is now working.
daba3de

darabos commited on

A UI for mapping model bindings.
b2852ba

darabos commited on

Training and inference.
1353683

darabos commited on

Model creation and training for basic layers.
3cc3a0a

darabos commited on

Make this suitable for demo deployment.
e22b028

darabos commited on

Merge branch 'main' into darabos-model-designer
5426f27

darabos commited on

Hide joblib-cache, fix decorator ordering.
896d563

darabos commited on

Start updating "Create graph" box. It can take multiple inputs now.
6568046

darabos commited on

Some more mock-ups for ODE-GNN demo.
b662a59

darabos commited on

High level boxes for Neural ODE + GNN demo.
1db4274

darabos commited on

Getting started on model designer implementation. TMP
09b8d25

darabos commited on

Do not put joblib-cache in "..".
b48a3ad

darabos commited on

Merge branch 'main' into darabos-nx
cf0e872
unverified

darabos commited on

t -> type_hint, remove stray line.
19946be

darabos commited on

More NetworkX fixes.
e7eaaf3

darabos commited on

More flexible handling for NetworkX return values.
c032595

darabos commited on

Remove duplicate inputs with CRDT.
074be96

darabos commited on

Proper error when an input is missing.
e513a41

darabos commited on

Take NX parameter types from the docstrings.
0280171

darabos commited on

Single import box for multiple file formats (#80)
10c9dc3
unverified

JMLizano JMLizano commited on

Tri-state status. Nicer visuals.
64d244a

darabos commited on

Move Pandas import from lynxkite-app to lynxkite-graph-analytics.
44a2d59

darabos commited on

Update node display/error in CRDT one by one during execution.
dbf89c5

darabos commited on

Split lynxkite_ops.py into two.
56cf2e9

darabos commited on

Maybe there are no edges.
cf0bb7c

darabos commited on

Merge branch 'main' into darabos-rdkit
9edaa7f
unverified

darabos commited on

Update NetworkX demo to be error-free. Sort keys in workspaces. Autoformat some files.
b133985

darabos commited on

Take care to convert display values to be JSON-serializable.
121b6ff

darabos commited on

47 smooth graph creation flow
45b3519
unverified

JMLizano JMLizano commited on

Convert table data to strings, to make sure JSON serialization works.
3da02a8

darabos commited on

Include edge attributes in to_nx(), so e.g. Cypher can refer to them.
6373590

darabos commited on

Add labels and edge coloring to graph visualizations.
eae3c5d

darabos commited on

Graph from molecule similarity.
b95d49e

darabos commited on

Do not hardcode cuGraph backend.
8a4f65f

darabos commited on