issues
search
tensorflow
/
gnn
TensorFlow GNN is a library to build Graph Neural Networks on the TensorFlow platform.
Apache License 2.0
1.36k
stars
179
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Automated Code Change
#842
copybara-service[bot]
closed
1 day ago
0
Internal change.
#841
copybara-service[bot]
closed
3 weeks ago
0
Fix typo
#840
achuchuva
opened
3 weeks ago
2
Upgrade Python version to 3.9
#839
copybara-service[bot]
closed
1 month ago
0
Update tensorflow_gnn usage of tf.lite.interpreter to run ai-edge-litert.interpreter
#838
copybara-service[bot]
closed
1 month ago
1
outdated jupyter notebook
#837
ghts2110
closed
2 weeks ago
1
Update docs to not recommend pure `max` as reduce type.
#836
copybara-service[bot]
closed
2 months ago
0
Let `hparams_vizier.add_params_mt_albis()` use `max_no_inf`, not `max`.
#835
copybara-service[bot]
closed
2 months ago
0
Fix a bad EvalDAG example in the proto
#834
copybara-service[bot]
closed
2 months ago
1
Remove workaround for python<3.8 to silence pylint.
#833
copybara-service[bot]
closed
2 months ago
0
Use edge instead of node in comment description for metadata.
#832
copybara-service[bot]
closed
2 months ago
1
No public description
#831
copybara-service[bot]
closed
3 months ago
1
Feature Request: `Implement Threshold-Consistent Margin Loss for Open-World Deep Metric Learning in TF-GNN`
#830
imitation-alpha
opened
3 months ago
0
In colab demo, spell `scipy.signal.windows.triang` with subpackage
#829
copybara-service[bot]
closed
3 months ago
1
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (apache-beam)
#828
EaswarGn
opened
3 months ago
0
Not possible to sample twice along same edge_set?
#827
cgparkinson
opened
3 months ago
0
[numpy] Fix users of NumPy APIs that are removed in NumPy 2.0.
#826
copybara-service[bot]
closed
3 months ago
0
No public description
#825
copybara-service[bot]
closed
3 months ago
0
No public description
#824
copybara-service[bot]
closed
3 months ago
0
No public description
#823
copybara-service[bot]
closed
3 months ago
0
Fix docstring of GraphTensor.edge_sets: it's not for node sets.
#822
copybara-service[bot]
closed
4 months ago
0
Bump Python version to 3.12 in newest_stable tests.
#819
copybara-service[bot]
opened
4 months ago
0
Add option in MultiHeadAttentionConv to share key transform between attention heads.
#818
copybara-service[bot]
closed
4 months ago
1
Warning when saving model
#816
ydalmia
closed
4 months ago
1
MultiHeadAttentionConv requires non-ragged Tensors as inputs
#815
mikehb
closed
3 months ago
2
Faster tfgnn.write_example / serialization
#814
juanmirocks
closed
3 months ago
3
Skip TFModelStageTest.test_any_composite for any tf-nightly.
#813
copybara-service[bot]
closed
4 months ago
0
Add option to use tf_data_service_config for validation
#812
copybara-service[bot]
closed
4 months ago
0
Let's trigger some presubmits.
#811
copybara-service[bot]
closed
4 months ago
0
calling layer 'graph_update' (type GraphUpdate) - __dict__ descriptor does not support '_DictWrapper' objects
#810
genman
closed
3 months ago
3
Self-supervised representation learning with tf-gnn
#809
novaczkisz
opened
5 months ago
0
Is it possible to port a trained gnn model to TensorFlow Lite (TFLite) for use in Java/Android applications?
#808
knn1989
closed
4 months ago
1
Remove tf.debugging from metrics.
#807
copybara-service[bot]
closed
5 months ago
0
How to construct samples that contain both graphs and other features? For example, (graph, feature_1, feature_2, ...).
#806
OysterQAQ
closed
3 months ago
1
How can I transform 6 separate graph tensor into a single tf.data.Dataset and batch it?
#805
cherryCookies
opened
5 months ago
0
Add a `kernel_regularizer` kwarg to all Classification and Regression tasks,
#804
copybara-service[bot]
closed
6 months ago
0
Support tf.SparseTensor
#803
juanmirocks
closed
6 months ago
1
Adds interfaces for temporal graph sampling
#802
copybara-service[bot]
closed
6 months ago
1
Link TF-GNN blog post from GitHub.
#801
copybara-service[bot]
closed
6 months ago
0
Let TF-GNN Colab notebooks set `os.environ["TF_USE_LEGACY_KERAS"] = "1"`
#800
copybara-service[bot]
closed
6 months ago
1
Using tfgnn with tflite without graphtensor input
#799
kohlisimranjit
closed
6 months ago
1
Support `.join().build()` without having to `sample()` between `join` and `build` -- this is equivalent to calling `build()` on any of the sampling-step nodes.
#798
copybara-service[bot]
closed
7 months ago
0
Fix typos.
#797
copybara-service[bot]
closed
7 months ago
0
TPU support in Colab code: switch to the "TPU v2" runtime on a TPU VM
#796
copybara-service[bot]
closed
7 months ago
1
In BUILD files, have a separate load() line for each loaded symbol
#795
copybara-service[bot]
closed
7 months ago
0
Let TF-GNN support TF2.16+ via `TF_USE_LEGACY_KERAS=1`.
#794
copybara-service[bot]
closed
7 months ago
0
In models/README.md, recommend MtAlbis.
#793
copybara-service[bot]
closed
8 months ago
0
Internal change.
#792
copybara-service[bot]
closed
8 months ago
0
Also disables `test_any_composite` for 2.17
#791
copybara-service[bot]
closed
8 months ago
0
In OGBN-MAG examples, add `activation="relu"` to the paper feat encoder.
#790
copybara-service[bot]
closed
8 months ago
1
Next