Skip to content

Commit

Permalink
extract latent spaces BRA
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryaaa committed Sep 24, 2024
1 parent e84224b commit 2d265e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CPC/extract_embedding_and_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
table_location = data_location / "tabular_data"
table_location.mkdir(exist_ok=True)

version = 1
model_name = "ben_model_04_masked_BF"
version = 0
model_name = "ben_model_04_masked_BRA"
out_tabular_data = table_location / model_name
out_tabular_data.mkdir(exist_ok=True)
out_tabular_data = out_tabular_data / f"version_{str(version)}"
Expand Down Expand Up @@ -63,7 +63,7 @@

loading_transforms = trans.Compose([
CropAndReshapeTL(1,0,598,0),
SelectChannel(0,0),
SelectChannel(1,0),
CustomToTensor(dtype=torch.float),
v2.Resize((576,576)),
])
Expand Down

0 comments on commit 2d265e6

Please sign in to comment.