书栈网 · BookStack 本次搜索耗时 0.031 秒,为您找到 361 个相关结果.
  • Writing an Op to work on an ndarray in C

    Writing an Op to work on an ndarray in C Writing an Optimization Test the optimization Writing an Op to work on an ndarray in C This section walks through a non-trivial examp...
  • tests – Tests

    442 2020-04-11 《Theano 1.0 Document》
    tests – Tests tests – Tests class theano.tests.breakpoint. PdbBreakpoint (name)[source] This is an identity-like op with the side effect of enforcing aconditional breakpoint...
  • 介绍

    4967 2019-01-17 《中文 Python 笔记》
    来源(书栈小编注):https://github.com/lijin-THU/notes-python 中文 Python 笔记 版本:0.0.1 作者:李金 邮件:lijinwithyou@gmail.com 由于涉及著作权的问题,对基于本笔记所做的修订、改编,目前不做任何正式授权。 笔记内容仅供学习参考,未经允许,请勿用于任何...
  • Release Notes

    810 2020-04-11 《Theano 1.0 Document》
    Release Notes Theano 1.0.0 (15th of November, 2017) Release Notes Theano 1.0.0 (15th of November, 2017) This is a final release of Theano, version 1.0.0 , with a lot ofnew f...
  • Creating a new Op: Python implementation

    Creating a new Op: Python implementation Theano Graphs refresher Op’s basic methods Op’s auxiliary methods Example: Op definition Example: props definition How To Test it Bas...
  • tests – Tests

    tests – Tests tests – Tests class theano.tests.breakpoint. PdbBreakpoint (name)[source] This is an identity-like op with the side effect of enforcing aconditional breakpoint...
  • Using the GPU

    Using the GPU GpuArray Backend Testing Theano with GPU Returning a Handle to Device-Allocated Data What Can be Accelerated on the GPU Tips for Improving Performance on GPU GPU ...
  • Using multiple GPUs

    Using multiple GPUs Defining the context map A simple graph on two GPUs Explicit transfers of data Using multiple GPUs Theano has a feature to allow the use of multiple GPUs...
  • Configuration Settings and Compiling Modes

    Configuration Settings and Compiling Modes Configuration Exercise Mode Linkers Using DebugMode ProfileMode Configuration Settings and Compiling Modes Configuration The ...
  • Unit Testing

    Unit Testing Unittest Primer How to Run Unit Tests ? theano-nose Using unittest module Folder Layout How to Write a Unittest Test Cases and Methods Checking for correctness ...