gnn icon indicating copy to clipboard operation
gnn copied to clipboard

TensorFlow GNN is a library to build Graph Neural Networks on the TensorFlow platform.

Results 73 gnn issues
Sort by recently updated
recently updated
newest added

Implement full GATv2 model for in-memory examples using GATv2 Layer.

Add multitask support to orchestration. Runner `task` may now be a nested structure of Tasks. Note: the introduction of a `name` argument to Tasks is by virtue of Keras layer...

Adds support for converting of GraphTensorSpec to GraphSchema.

Initial support for graph pieces shapes relaxation (nodes and edges). Helper function to easy dataset creation from scalar graph pieces generator.

Fix the padding api to handle dataset creation from the distribute_datasets_from_function, and use the same SizeConstraints for padding and filtering.

keras_fit.py: s/tf.keras.callbacks.experimental.BackupAndRestore/tf.keras.callbacks.BackupAndRestore/