PhysikerErlangen 8a824389d9 Update main.py
I got confused by the use of the binary cross entropy. In particular it wasn't clear to me why the variable real_labels are used in the training of the generator.

I have added some comments. I am not sure if they are correct, so you might want to double check them.
2017-09-15 18:05:51 +08:00
2017-05-28 20:10:17 +09:00
2017-09-15 18:05:51 +08:00
2017-05-28 20:10:32 +09:00
2017-05-28 20:12:12 +09:00
2017-05-28 20:06:40 +09:00


This repository provides tutorial code for deep learning researchers to learn PyTorch. In the tutorial, most of the models were implemented with less than 30 lines of code. Before starting this tutorial, it is recommended to finish Official Pytorch Tutorial.


Table of Contents

1. Basics

2. Intermediate

3. Advanced

4. Utilities


Getting Started

$ git clone https://github.com/yunjey/pytorch-tutorial.git
$ cd pytorch-tutorial/tutorials/project_path
$ python main.py               # cpu version
$ python main-gpu.py           # gpu version

Dependencies


Author

Yunjey Choi/ @yunjey

Description
PyTorch Tutorial for Deep Learning Researchers
Readme MIT 35 MiB
Languages
Python 99.4%
Shell 0.6%