Skip to content

Commit

Permalink
bumped setup version
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianGroeger96 committed Mar 22, 2024
1 parent 0e6a0cf commit 468de04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def parse_requirements(filename):
name=PACKAGE_NAME,
packages=proj_packages,
package_dir={PACKAGE_NAME: SOURCE_DIRECTORY},
version="0.0.14",
version="0.0.15",
author="Fabian Groeger",
author_email="fabian.groeger@unibas.ch",
description="A holistic self-supervised data cleaning strategy to detect irrelevant samples, near duplicates and label errors.",
Expand Down
1 change: 0 additions & 1 deletion src/cleaner/selfclean.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"momentum_teacher": 0.996,
"clip_grad": 3.0,
"apply_l2_norm": True,
"save_every_n_epochs": 10,
"model": {
"out_dim": 4096,
"emb_dim": 192,
Expand Down

0 comments on commit 468de04

Please sign in to comment.