DDSM-TVAE icon indicating copy to clipboard operation
DDSM-TVAE copied to clipboard

Triplet Variational Autoencoder experiments for DDSM dataset

Results 3 DDSM-TVAE issues
Sort by recently updated
recently updated
newest added

Where can I get the data: ../data/train/train_data.json is missing

Pretty Good Code! i have a confution about accuracy function. in triple loss theory, dist_(a_p) < dist_(a_n) however, in your L517 of main.py show that pred = (dist_a - dist_b...

Hello, Thanks for the great research and implementation. Is that possible to use the pre-trained resnet as the encoder and decoder? Noticed that the **resnet_new.py** and **transferlearning.py** within the codebase,...