laced-resonance-16
Stacey's workspace
Expand 11 lines ... | |||||
12 | 12 | print(blob.name) | |||
13 | 13 | filename = blob.name.split("/") | |||
14 | 14 | if filename[1] and len(filename[1]) > 0 and not filename[1].endswith("csv"): | |||
15 | - | song_files[str(filename[1])] = os.path.join("gs:/ | |||
15 | + | song_files[str(filename[1])] = os.path.join("gs:/" | |||
16 | 16 | ||||
17 | 17 | run = wandb.init(project="whalesong_ref", job_type="show_samples") | |||
18 | 18 | dataset_at = run.use_artifact("sample_songs:latest") | |||
Expand 49 lines ... |