pytorch link

This commit is contained in:
Varuna Jayasiri
2021-01-30 13:38:15 +05:30
parent 3161c23592
commit 9b09a5f3d2
42 changed files with 530 additions and 508 deletions

View File

@ -72,7 +72,7 @@
<a href='#section-0'>#</a>
</div>
<h1>Sketch RNN</h1>
<p>This is an annotated implementation of the paper
<p>This is an annotated <a href="https://pytorch.org">PyTorch</a> implementation of the paper
<a href="https://arxiv.org/abs/1704.03477">A Neural Representation of Sketch Drawings</a>.</p>
<p>Sketch RNN is a sequence-to-sequence variational auto-encoder.
Both encoder and decoder are recurrent neural network models.