Skip to content

Commit

Permalink
- Added the LUNG_CANCER_CT as target dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
franck-armand committed Nov 18, 2024
1 parent 6dc2e9a commit 09056b7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion params.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@
src_model_trained = True

# params for target dataset
tgt_dataset = "USPS"
# tgt_dataset = "USPS"
# tgt_encoder_restore = "snapshots/ADDA-target-encoder-final.pt"
# tgt_model_trained = True

# params for target dataset lung cqncer ct scan
tgt_dataset = "LUNG_CANCER_CT"
tgt_dataset_path = r"data/lung_cancer_ct_scan_train.csv"
tgt_encoder_restore = "snapshots/ADDA-target-encoder-final.pt"
tgt_model_trained = True

Expand Down

0 comments on commit 09056b7

Please sign in to comment.