You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9,19 +9,21 @@ You need to install:
9
9
2. Python 3.6+
10
10
3. matplotlib
11
11
4. torchvision
12
-
5. install kmeans of pytorch using the command ``pip install kmeans-pytorch''
12
+
5. install kmeans of pytorch using the command <code>pip install kmeans-pytorch</code>
13
13
6. pylab
14
14
# Results
15
-
The generated images are stored in <>samples<> folder. However, you can see the labels after every iteration
16
-
# Labeling Functions
15
+
The generated images are stored in <code>samples</code> folder. However, you can see the labels after every iteration
16
+
# Acknowledgement
17
+
The GAN code is based on . And we thank <code>kmeans-pytorch</code> for providing the kmeans unsupervised clustering code.
18
+
# How to write labeling functions for real image datasets
17
19
You can see <ahref='https://github.com/HazyResearch/ukb-cardiac-mri/blob/master/ukb/weak_supervision/coral/tutorials/Intro_Tutorial.ipynb'>the tutorial</a> to write labeling functions for real dataset.
18
20
# Citation
19
21
If you find the code useful, please cite the paper:<br>
20
-
``@InProceedings{Pal_2018_CVPR,
22
+
<code>@InProceedings{Pal_2018_CVPR,
21
23
author = {Pal, Arghya and Balasubramanian, Vineeth N.},
22
24
title = {Adversarial Data Programming: Using GANs to Relax the Bottleneck of Curated Labeled Data},
23
25
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
0 commit comments