Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlos-p committed Jul 9, 2020
1 parent 5dc9c6c commit 58e70c6
Show file tree
Hide file tree
Showing 2 changed files with 260 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ intersection2 = compute_psi(dataloader.dataloader2.dataset.get_ids(), dataloader

# Order data
dataloader.drop_non_intersecting(intersection1, intersection2)
dataloader.sort_by_ids()

for (data, ids1), (labels, ids2) in dataloader:
# Train a model
Expand Down
Loading

0 comments on commit 58e70c6

Please sign in to comment.