Skip to content
Snippets Groups Projects
Commit 072a9008 authored by lenhy's avatar lenhy
Browse files

lower regularization

parent 9e97e611
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ if __name__ == '__main__':
model_results[name] = {}
print(name)
regularizer = LpRegularizer(weight=1.0, p=2.0)
regularizer = LpRegularizer(weight=0.0001, p=2.0)
model, lr, epochs, batch_size = get_model(name, training_triples_factory,
training_inverse, regularizer)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment