Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
sancarlim authored Mar 22, 2022
2 parents 433e342 + 071395b commit d95ea02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion CNN_embeddings_projector/read_tsv.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import matplotlib.pyplot as plt
from argparse import ArgumentParser


if __name__ == '__main__':
parser = ArgumentParser()
parser.add_argument("--metadata", type=str,
Expand Down
8 changes: 6 additions & 2 deletions predict.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Last Modified : 22.01.2022
# By : Sandra Carrasco <[email protected]>

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# File : predict.py
# Modified : 17.02.2022
# By : Sandra Carrasco <[email protected]>

import re
import os
Expand Down
1 change: 0 additions & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ def PreprocessImages(images):
images = transformer.forward(images).to('cuda')
return images.requires_grad_(True)


def load_isic_data(path):
# ISIC dataset
df = pd.read_csv(os.path.join(path, 'train_concat.csv'))
Expand Down

0 comments on commit d95ea02

Please sign in to comment.