Shortcuts

GraphEmbedder

class flash.graph.embedding.model.GraphEmbedder(backbone, pooling_fn='mean')[source]

The GraphEmbedder is a Task for obtaining feature vectors (embeddings) from graphs. For more details, see Graph Embedder.

Parameters
  • backbone (Module) – A model to use to extract image features.

  • pooling_fn (Union[str, Callable, None]) – The global pooling operation to use (one of: “max”, “max”, “add” or a callable).

classmethod available_finetuning_strategies(cls)

Returns a list containing the keys of the available Finetuning Strategies.

Return type

List[str]

classmethod available_lr_schedulers(cls)

Returns a list containing the keys of the available LR schedulers.

Return type

List[str]

classmethod available_optimizers(cls)

Returns a list containing the keys of the available Optimizers.

Return type

List[str]

Read the Docs v: 0.7.0
Versions
latest
stable
0.7.0
0.6.0
0.5.2
0.5.1
0.5.0
0.4.0
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0post1
docs-fix_typing
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.