Skip to content

Commit ce4e7d7

Browse files
author
ItsArghya
authored
Update README.md
1 parent ee7fb7e commit ce4e7d7

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,21 @@ You need to install:
99
2. Python 3.6+
1010
3. matplotlib
1111
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>
1313
6. pylab
1414
# 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
1719
You can see <a href='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.
1820
# Citation
1921
If you find the code useful, please cite the paper:<br>
20-
``@InProceedings{Pal_2018_CVPR,
22+
<code>@InProceedings{Pal_2018_CVPR,
2123
author = {Pal, Arghya and Balasubramanian, Vineeth N.},
2224
title = {Adversarial Data Programming: Using GANs to Relax the Bottleneck of Curated Labeled Data},
2325
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
2426
month = {June},
2527
year = {2018}
26-
}''
28+
}</code>
2729

0 commit comments

Comments
 (0)