ELBE
- class mowl.models.ELBE(dataset, embed_dim=50, margin=0, reg_norm=1, learning_rate=0.001, epochs=1000, batch_size=32768, model_filepath=None, device='cpu')[source]
Bases:
EmbeddingELModelImplementation based on [peng2020].
Methods Summary
eval_method(data)train([epochs, validate_every])Abstract method for training the model.
Methods Documentation