We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0213989 commit f8f5c3eCopy full SHA for f8f5c3e
rslp/lightning_cli.py
@@ -3,12 +3,12 @@
3
import os
4
5
import jsonargparse
6
+import wandb
7
from lightning.pytorch.callbacks import Callback
8
from lightning.pytorch.utilities import rank_zero_only
9
from rslearn.main import RslearnLightningCLI
10
from upath import UPath
11
-import wandb
12
from rslp import launcher_lib
13
14
CHECKPOINT_DIR = "gs://{rslp_bucket}/projects/{project_id}/{experiment_id}/checkpoints/"
0 commit comments