alan-turing-institute / affinity-vae

Self-supervised method for disentanglement, clustering and classification of objects in multidimensional image data
BSD 3-Clause "New" or "Revised" License
13 stars 7 forks source link

Evaluation incorrectly picks out pose dim from model name #266

Closed jolaem closed 6 months ago

jolaem commented 10 months ago

Model names used to contain E (epoch), latent_dim and pose_dim. After timestamp was added, pose is no longer third in order.

crangelsmith commented 10 months ago

Good catch, I think the best is to read it from the loaded model.

crangelsmith commented 6 months ago

This is not an issue anymore as the pose is the last value in the filename.