Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 1, 2024
1 parent 2ce4958 commit 88471cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .vscode/PythonImportHelper-v2-Completion.json
Original file line number Diff line number Diff line change
Expand Up @@ -15778,4 +15778,4 @@
"detail": "thirdparty.small_gicp.src.test.python_test",
"documentation": {}
}
]
]
4 changes: 0 additions & 4 deletions src/eval/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,12 @@
from pandas import DataFrame
from torch import Tensor


import wandb

from .utils import calculate_RMSE_np, compute_silhouette_diff

# os.environ["WANDB_API_KEY"] = "cedd2caf3e18114de5c6bac2c2c789298ece4ea5"
# os.environ["WANDB_MODE"] = "offline"



class WandbLogger:
def __init__(self, run_name: str | None = None, config: dict = None):
"""
Expand Down

0 comments on commit 88471cc

Please sign in to comment.