File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ the right tool for the job. Examples for such environments include:
57
57
Multiprocessing is an alternative, but not as scalable and has significant
58
58
shortcomings. C++ has no such constraints and threads are easy to use and
59
59
create. Models requiring heavy parallelization, like those used in `Deep
60
- Neuroevolution <https://eng .uber.com/deep-neuroevolution/> `_, can benefit from
60
+ Neuroevolution <https://www .uber.com/blog /deep-neuroevolution/> `_, can benefit from
61
61
this.
62
62
- **Existing C++ Codebases **: You may be the owner of an existing C++
63
63
application doing anything from serving web pages in a backend server to
@@ -662,7 +662,7 @@ Defining the DCGAN Modules
662
662
We now have the necessary background and introduction to define the modules for
663
663
the machine learning task we want to solve in this post. To recap: our task is
664
664
to generate images of digits from the ` MNIST dataset
665
- < http ://yann.lecun.com/exdb/mnist/ > ` _. We want to use a ` generative adversarial
665
+ < https ://huggingface.co/datasets/ylecun/mnist > ` _. We want to use a ` generative adversarial
666
666
network (GAN)
667
667
< https://papers.nips.cc/paper/5423-generative-adversarial-nets.pdf> ` _ to solve
668
668
this task. In particular, we'll use a ` DCGAN architecture
You can’t perform that action at this time.
0 commit comments