GraphEmbedder¶
- class flash.graph.embedding.model.GraphEmbedder(backbone, pooling_fn='mean')[source]¶
The
GraphEmbedder
is aTask
for obtaining feature vectors (embeddings) from graphs. For more details, see Graph Embedder.- Parameters
- classmethod available_finetuning_strategies(cls)¶
Returns a list containing the keys of the available Finetuning Strategies.
- classmethod available_lr_schedulers(cls)¶
Returns a list containing the keys of the available LR schedulers.
- classmethod available_optimizers(cls)¶
Returns a list containing the keys of the available Optimizers.