README.md
setup.py
./tf2_gnn/__init__.py
./tf2_gnn/cli/__init__.py
./tf2_gnn/cli/test.py
./tf2_gnn/cli/train.py
./tf2_gnn/cli_utils/__init__.py
./tf2_gnn/cli_utils/dataset_utils.py
./tf2_gnn/cli_utils/model_utils.py
./tf2_gnn/cli_utils/param_helpers.py
./tf2_gnn/cli_utils/task_utils.py
./tf2_gnn/cli_utils/training_utils.py
./tf2_gnn/cli_utils/default_hypers/GraphRegression_GNN_Edge_MLP.json
./tf2_gnn/cli_utils/default_hypers/PPI_GGNN.json
./tf2_gnn/cli_utils/default_hypers/PPI_GNN_Edge_MLP.json
./tf2_gnn/cli_utils/default_hypers/PPI_GNN_FiLM.json
./tf2_gnn/cli_utils/default_hypers/PPI_RGAT.json
./tf2_gnn/cli_utils/default_hypers/PPI_RGCN.json
./tf2_gnn/cli_utils/default_hypers/PPI_RGIN.json
./tf2_gnn/cli_utils/default_hypers/QM9_RGCN.json
./tf2_gnn/data/__init__.py
./tf2_gnn/data/graph_dataset.py
./tf2_gnn/data/jsonl_graph_dataset.py
./tf2_gnn/data/jsonl_graph_property_dataset.py
./tf2_gnn/data/ppi_dataset.py
./tf2_gnn/data/qm9_dataset.py
./tf2_gnn/data/utils.py
./tf2_gnn/layers/__init__.py
./tf2_gnn/layers/gnn.py
./tf2_gnn/layers/graph_global_exchange.py
./tf2_gnn/layers/nodes_to_graph_representation.py
./tf2_gnn/layers/message_passing/__init__.py
./tf2_gnn/layers/message_passing/ggnn.py
./tf2_gnn/layers/message_passing/gnn_edge_mlp.py
./tf2_gnn/layers/message_passing/gnn_film.py
./tf2_gnn/layers/message_passing/message_passing.py
./tf2_gnn/layers/message_passing/rgat.py
./tf2_gnn/layers/message_passing/rgcn.py
./tf2_gnn/layers/message_passing/rgin.py
./tf2_gnn/models/__init__.py
./tf2_gnn/models/graph_binary_classification_task.py
./tf2_gnn/models/graph_regression_task.py
./tf2_gnn/models/graph_task_model.py
./tf2_gnn/models/node_multiclass_task.py
./tf2_gnn/models/qm9_regression.py
./tf2_gnn/utils/__init__.py
./tf2_gnn/utils/activation.py
./tf2_gnn/utils/constants.py
./tf2_gnn/utils/gather_dense_gradient.py
./tf2_gnn/utils/param_helpers.py
./tf2_gnn/utils/polynomial_warmup_and_decay_schedule.py
tf2_gnn.egg-info/PKG-INFO
tf2_gnn.egg-info/SOURCES.txt
tf2_gnn.egg-info/dependency_links.txt
tf2_gnn.egg-info/entry_points.txt
tf2_gnn.egg-info/requires.txt
tf2_gnn.egg-info/top_level.txt