Miltos Allamanis
|
cceac45eb3
|
Add import...
|
2020-11-27 12:35:20 +00:00 |
Miltos Allamanis
|
ab3e3091d7
|
Simplify saving, when parent folder doesn't exist.
|
2020-11-27 12:29:50 +00:00 |
Miltos
|
0ba830866e
|
Merge pull request #6 from microsoft/dev/mallamanis/amp
Support AMP training in GNNs and other neural models.
|
2020-11-10 14:53:17 +00:00 |
Miltos Allamanis
|
3bfe1f8f7a
|
Update test matrix to allow support for AMP
|
2020-11-10 14:13:39 +00:00 |
Miltos Allamanis
|
f12abb4c01
|
Support AMP training in GNNs and other neural models.
|
2020-11-10 14:04:56 +00:00 |
Miltos
|
e1c507f399
|
Merge pull request #5 from microsoft/dev/mallamanis/expose-shuffling-option
Expose option to shuffle training tensor iterator.
|
2020-09-29 07:45:11 +01:00 |
Miltos Allamanis
|
7d19a30ad4
|
Expose option to shuffle training tensor iterator.
|
2020-09-28 23:33:50 +01:00 |
Miltos Allamanis
|
128f01c040
|
Migrate to a fixed version of black/isort to avoid discrepancies in CI.
This, unfortunately, causes an one-off reformatting of some code.
|
2020-09-28 09:45:28 +01:00 |
Miltos
|
2cb7ed63fd
|
Merge pull request #4 from microsoft/dev/mallamanis/expose-ifaces
Expose `load_metadata_and_create_network`
|
2020-09-28 09:24:25 +01:00 |
Miltos Allamanis
|
5eeedfb00d
|
Expose `load_metadata_and_create_network`
|
2020-09-28 09:15:37 +01:00 |
Miltos Allamanis
|
1f1001f3bf
|
Try to fix pre-commit + black + GitHub Action again
|
2020-09-10 09:57:49 +01:00 |
Miltos Allamanis
|
34cb860e0f
|
try to fix pre-commit action and update Docker def
|
2020-09-10 09:34:34 +01:00 |
Miltos
|
9b0e876630
|
Merge pull request #3 from microsoft/mallamanis/graphnorm
A GraphNorm implementation
|
2020-09-10 09:23:32 +01:00 |
Miltos Allamanis
|
688391a2cc
|
A GraphNorm implementation.
|
2020-09-10 08:30:12 +01:00 |
Miltos Allamanis
|
69da86ac88
|
Bug fix: actually invoke metadata-finalized hooks.
|
2020-09-01 16:26:59 +01:00 |
Marc Brockschmidt
|
20668b8bfb
|
Merge pull request #2 from DrShushen/DrShushen/fix-train-restore-checkpoint
Add missing device arg. in __restore_checkpoint()
|
2020-08-20 08:41:27 +01:00 |
Evgeny Saveliev
|
c04398bea0
|
Add missing device arg. in __restore_checkpoint()
|
2020-08-19 18:15:54 +00:00 |
Miltos Allamanis
|
05217d2fc4
|
Create an accessor to the message-passing layers.
|
2020-07-16 13:38:29 +01:00 |
Miltos Allamanis
|
cbba5ad4ae
|
Fix self-att pseudo-layer
|
2020-07-09 08:15:39 +01:00 |
Miltos
|
ed1d4de286
|
Update tutorial.md
|
2020-07-01 10:08:35 +01:00 |
Miltos Allamanis
|
ebe3b35f40
|
Add missing implementations.
|
2020-06-24 11:12:57 +01:00 |
Miltos Allamanis
|
d69379a59e
|
Improve clarity of code in `MultiheadSelfAttentionVarSizedElementReduce`.
|
2020-06-11 18:45:44 +01:00 |
Miltos Allamanis
|
696c2aa9b7
|
Ensure optional dependencies are loaded only when necessary.
|
2020-06-06 08:26:05 +01:00 |
Miltos Allamanis
|
e43234bebd
|
Address some LGTM.com alerts and other minor edits.
|
2020-05-17 10:53:53 +01:00 |
Miltos Allamanis
|
995b818f7b
|
Add release instructions in README.
|
2020-05-13 11:13:40 +01:00 |
Miltos Allamanis
|
21da7192d0
|
Update README to include pip installation instructions.
|
2020-05-13 08:28:55 +01:00 |
Miltos
|
dc750bdef2
|
Update publish.yml
|
2020-05-12 22:38:53 +01:00 |
Miltos
|
6864f34b7d
|
Update publish.yml
|
2020-05-12 22:16:48 +01:00 |
Miltos
|
aed943f475
|
Update publish.yml
|
2020-05-12 22:12:27 +01:00 |
Miltos Allamanis
|
45ec96264d
|
Still trying to get GH action.
|
2020-05-12 21:32:08 +01:00 |
Miltos Allamanis
|
c4f54ef1f6
|
Try fix PyPi pipeline, again.
|
2020-05-12 20:57:18 +01:00 |
Miltos Allamanis
|
e818d5474a
|
Keep trying to fix the publishig pipeline.
|
2020-05-12 19:55:49 +01:00 |
Miltos Allamanis
|
9dafc8ec93
|
Try fix publish workflow.
|
2020-05-12 19:21:32 +01:00 |
Miltos
|
2ae47e7117
|
Try publishing to PyPi
|
2020-05-12 19:01:29 +01:00 |
Miltos Allamanis
|
c19beee08b
|
Update dpu-utils dependency.
|
2020-05-12 13:57:18 +01:00 |
Miltos
|
a30f454638
|
Add tests badge
|
2020-05-12 13:13:11 +01:00 |
Miltos Allamanis
|
bd13ee063c
|
Try fix torch-scatter dep in tests
|
2020-05-12 12:21:41 +01:00 |
Miltos Allamanis
|
e22b0a0135
|
Try to fix test matrix.
|
2020-05-12 12:17:37 +01:00 |
Miltos
|
a4ae3c5cf2
|
Setting up test matrix
Try 1/N
|
2020-05-12 10:32:46 +01:00 |
Miltos Allamanis
|
6e3a0b2442
|
Initial commit on GitHub (internal SHA: c123d15fbb00b91aca555d7b536699b083baf39d)
|
2020-05-12 10:12:06 +01:00 |
Microsoft Open Source
|
e4303dc7e7
|
Initial SECURITY.md commit
|
2020-05-12 01:42:37 -07:00 |
Microsoft Open Source
|
ced899eb8a
|
Initial README.md commit
|
2020-05-12 01:42:37 -07:00 |
Microsoft Open Source
|
1ae83f85c7
|
Initial LICENSE commit
|
2020-05-12 01:42:36 -07:00 |
Microsoft Open Source
|
384891554b
|
Initial CODE_OF_CONDUCT.md commit
|
2020-05-12 01:42:35 -07:00 |
microsoft-github-operations[bot]
|
9bbb969ddd
|
Initial commit
|
2020-05-12 08:42:31 +00:00 |