Giter VIP home page Giter VIP logo

paddlepaddle_code's Introduction

PaddlePaddle_code



所需环境

  • Python2.7
  • Numpy
  • matplotlib
  • paddlepaddle(或paddlepaddle-gpu)

博文目录(最新更新时间:2018.6.6)


参考资料

3.Vgg


本系列计划于10月底开始,每周三更新一篇,可能会有不定期更新。每篇文章同步发布于博客园、知乎专栏和简书。(因为之前博文被抄袭太严重了,所以干脆自己多建几个平台账号发布)。每个小demo会从两个方面写,一是原理详解,二是代码实现,最后会有几个实战项目。代码大多数运行在GPU上,所以如果有能力的话,尽可能配置一台GPU机器,这样可以极大的节省模型训练的时间,如果没有也没关系,可以在CPU上跑,或者申请云服务器。这个系列总结了我学习深度学习的知识,给想入门深度学习的小白一个参考,能力有限,写的过程中可能会有疏漏,如有错误,请及时指正,谢谢^_^!


  • 从5月14日以后更新的paddle模型应用,都会用fluid 1.4版本来写代码

paddlepaddle_code's People

Contributors

huxiaoman7 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  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

paddlepaddle_code's Issues

晓曼老师

哈哈哈,paddlepaddle黄埔第一期学院报道

你好。

刚接触机器学习
Python 2.7.14 (default, Nov 1 2017, 10:27:43)
[GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.38)] on darwin
Type "help", "copyright", "credits" or "license" for more information.

import paddle
import paddle.v2 as paddle

paddlepaddle的安装导入都成功了。
但是一旦运行相关代码 就提示(初始化的时候就崩了)
Fatal Python error: PyThreadState_Get: no current thread
Abort trap: 6
能指点个方向吗。

机子是mac
系统自带的python是2.7.10
(自带的install paddle安不上去。百度说要关SIP我就没考虑了。。)
装的2.7.14
非常感谢!

使用tf的Alexnet的问题?

小姐姐,你好
原始的Alexnet是用来处理Imagenet的数据,那个数据尺寸和cifar-10的尺寸不一样,请问你是如何处理的?

小姐姐,我提个问题

首先,我是新手,对于CNN完全不了解,对Python也只是知道一点点。
我以为第一篇手写数字识别很.....通俗,但是您这除了paddlepaddle的安装外,那堆源码让我一脸懵逼.......不知所云.......就希望能不能再基础点儿....
求领进门

Performance issue in 3.image_classification/cifar_tf/cifar10_eval.py (by P3)

Hello! I've found a performance issue in cifar10_eval.py: with tf.Session() as sess(here) is defined in the function eval_once(here) which is repeatedly called in the loop while True(here).

tf.Session being defined repeatedly could lead to incremental overhead. If you define tf.Session out of the loop and pass tf.Session as a parameter to the loop, your program would be much more efficient. Here is the Stack Overflow post to support it.

Looking forward to your reply. Btw, I am very glad to create a PR to fix it if you are too busy.

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.