File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
diffusion/stable_diffusion/sampler Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ <h2>DDPM Sampler</h2>
277
277
278
278
</ div >
279
279
< div class ='code '>
280
- < div class ="highlight "> < pre > < span class ="lineno "> 71</ span > < span class ="bp "> self</ span > < span class ="o "> .</ span > < span class ="n "> sqrt_1m_alpha_bar</ span > < span class ="o "> =</ span > < span class ="n "> alpha_bar</ span > < span class ="o "> **</ span > < span class ="mf "> .5</ span > </ pre > </ div >
280
+ < div class ="highlight "> < pre > < span class ="lineno "> 71</ span > < span class ="bp "> self</ span > < span class ="o "> .</ span > < span class ="n "> sqrt_1m_alpha_bar</ span > < span class ="o "> =</ span > < span class ="p " > ( </ span > < span class =" mf " > 1. </ span > < span class =" o " > - </ span > < span class =" n "> alpha_bar</ span > < span class =" p " > ) </ span > < span class ="o "> **</ span > < span class ="mf "> .5</ span > </ pre > </ div >
281
281
</ div >
282
282
</ div >
283
283
< div class ='section ' id ='section-11 '>
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ <h1>Train a Graph Attention Network (GAT) on Cora dataset</h1>
103
103
< h2 > < a href ="https://linqs.soe.ucsc.edu/data "> Cora Dataset</ a > </ h2 >
104
104
< p > Cora dataset is a dataset of research papers. For each paper we are given a binary feature vector that indicates the presence of words. Each paper is classified into one of 7 classes. The dataset also has the citation network.</ p >
105
105
< p > The papers are the nodes of the graph and the edges are the citations.</ p >
106
- < p > The task is to classify the edges to the 7 classes with feature vectors and citation network as input.</ p >
106
+ < p > The task is to classify the nodes to the 7 classes with feature vectors and citation network as input.</ p >
107
107
108
108
</ div >
109
109
< div class ='code '>
Original file line number Diff line number Diff line change 547
547
548
548
<url >
549
549
<loc >https://nn.labml.ai/diffusion/stable_diffusion/index.html</loc >
550
- <lastmod >2022-09-16T16 :30:00+00:00</lastmod >
550
+ <lastmod >2022-09-24T16 :30:00+00:00</lastmod >
551
551
<priority >1.00</priority >
552
552
</url >
553
553
575
575
576
576
<url >
577
577
<loc >https://nn.labml.ai/diffusion/stable_diffusion/sampler/ddpm.html</loc >
578
- <lastmod >2022-09-16T16 :30:00+00:00</lastmod >
578
+ <lastmod >2022-11-13T16 :30:00+00:00</lastmod >
579
579
<priority >1.00</priority >
580
580
</url >
581
581
582
582
583
583
<url >
584
584
<loc >https://nn.labml.ai/diffusion/stable_diffusion/scripts/text_to_image.html</loc >
585
- <lastmod >2022-09-15T16 :30:00+00:00</lastmod >
585
+ <lastmod >2022-09-24T16 :30:00+00:00</lastmod >
586
586
<priority >1.00</priority >
587
587
</url >
588
588
638
638
639
639
<url >
640
640
<loc >https://nn.labml.ai/diffusion/stable_diffusion/model/unet_attention.html</loc >
641
- <lastmod >2022-09-15T16 :30:00+00:00</lastmod >
641
+ <lastmod >2022-09-24T16 :30:00+00:00</lastmod >
642
642
<priority >1.00</priority >
643
643
</url >
644
644
1268
1268
1269
1269
<url >
1270
1270
<loc >https://nn.labml.ai/graphs/gat/experiment.html</loc >
1271
- <lastmod >2021-08-19T16 :30:00+00:00</lastmod >
1271
+ <lastmod >2022-11-13T16 :30:00+00:00</lastmod >
1272
1272
<priority >1.00</priority >
1273
1273
</url >
1274
1274
You can’t perform that action at this time.
0 commit comments