Git Product home page Git Product logo

pytorch_practice's Introduction

PyTorch 学习笔记

GitHub Website

这个仓库是我学习 PyTorch 过程中所记录的学习笔记汇总,包括 25 篇文章,是我学习 PyTorch 期间所记录的内容,点击查看在线电子书:https://pytorch.zhangxiann.com/

学习笔记的结构遵循课程的顺序,共分为 8 周,循序渐进,力求通俗易懂

代码

配套代码:https://github.com/zhangxiann/PyTorch_Practice

所有代码均在 PyCharm 中通过测试,建议通过 git 克隆到本地运行。

数据

由于代码中会用到一些第三方的数据集,这里给出百度云的下载地址(如果有其他更好的数据托管方式,欢迎告诉我)。

数据下载地址: 链接:https://pan.baidu.com/s/1f9wQM7gvkMVx2x5z6xC9KQ 提取码:w7xt

面向读者

本教程假定读你有一定的机器学习和深度学习基础。

如果你没有学习过机器学习或者深度学习,建议先观看 Andrew ng 的深度学习(Deep Learning)课程,课程地址: https://mooc.study.163.com/university/deeplearning_ai#/c

然后再学习本教程,效果会更佳。

学习计划

这个学习笔记共 25 章,分为 8 周进行的,每周大概 3 章(当然你可以根据自己的进度调整),每章花费的时间约 30 分钟到 2 个小时之间。

目录大纲如下:

pytorch_practice's People

Contributors

zhangxiann avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pytorch_practice's Issues

about lesson8:DCGAN

Why do I get the log as shown below:

[0/20][0/32]	Loss_D: 1.8010	Loss_G: 8.0963	D(x): 0.4317	D(G(z)): 0.3617 / 0.0005
[0/20][10/32]	Loss_D: 7.5290	Loss_G: 38.1183	D(x): 0.9269	D(G(z)): 0.9958 / 0.0000
[0/20][20/32]	Loss_D: 0.0425	Loss_G: 58.4481	D(x): 0.9731	D(G(z)): 0.0000 / 0.0000
[0/20][30/32]	Loss_D: 0.2492	Loss_G: 57.3842	D(x): 0.9787	D(G(z)): 0.0000 / 0.0000
[1/20][0/32]	Loss_D: 0.0000	Loss_G: 56.7433	D(x): 1.0000	D(G(z)): 0.0000 / 0.0000
[1/20][10/32]	Loss_D: 0.0000	Loss_G: 56.9849	D(x): 1.0000	D(G(z)): 0.0000 / 0.0000
[1/20][20/32]	Loss_D: 0.0001	Loss_G: 56.8024	D(x): 0.9999	D(G(z)): 0.0000 / 0.0000
[1/20][30/32]	Loss_D: 0.0000	Loss_G: 57.0740	D(x): 1.0000	D(G(z)): 0.0000 / 0.0000

The outputs have always been noise, I am running according to the source code, where is the problem?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.