Dismiss Join GitHub today GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together. Sign up
TensorFlow Fold is a library for creating TensorFlow models that consume structured data, where the structure of the computation graph depends on the structure of the input data. For example, this model implements TreeLSTMs for sentiment analysis on parse trees of arbitrary shape/size/depth. Fold implements dynamic batching. Batches of arbitrarily shaped computation graphs are transformed to produ
README.md Inception in TensorFlow ImageNet is a common academic data set in machine learning for training an image recognition system. Code in this directory demonstrates how to use TensorFlow to train and evaluate a type of convolutional neural network (CNN) on this academic data set. In particular, we demonstrate how to train the Inception v3 architecture as specified in: Rethinking the Inceptio
Major Features and Improvements XLA (experimental): initial release of XLA, a domain-specific compiler for TensorFlow graphs, that targets CPUs and GPUs. TensorFlow Debugger (tfdbg): command-line interface and API. New python 3 docker images added. Made pip packages pypi compliant. TensorFlow can now be installed by pip install tensorflow command. Several python API calls have been changed to rese
Environment info Operating System: Ubuntu 16.04 Installed version of CUDA and cuDNN: (please attach the output of ls -l /path/to/cuda/lib/libcud*): -rw-r--r-- 1 root root 558720 Dec 17 21:39 libcudadevrt.a lrwxrwxrwx 1 root root 16 Dec 17 21:39 libcudart.so -> libcudart.so.8.0 lrwxrwxrwx 1 root root 19 Dec 17 21:39 libcudart.so.8.0 -> libcudart.so.8.0.44 -rwxr-xr-x 1 root root 415432 Dec 17 21:39
#!/bin/env python import tensorflow as tf import Config import Utilities from Dataset import Dataset from Model import Model dataset = Dataset() sess_config = tf.ConfigProto() sess_config.gpu_options.allow_growth = True sess = tf.Session(config=sess_config) images, labels = dataset.train_images_labels() model = Model(images, labels, training=True) tf.train.start_queue_runners(sess=sess) def main(g
Major Features and Improvements TensorFlow Debugger (tfdbg): command-line interface and API. New python 3 docker images added. Made pip packages pypi compliant. TensorFlow can now be installed by pip install tensorflow command. Android: person detection + tracking demo implementing Scalable Object Detection using Deep Neural Networks. Android: pre-built libs are now built nightly. New (experimenta
TensorBoard TensorBoard is a suite of web applications for inspecting and understanding your TensorFlow runs and graphs. TensorBoard currently supports five visualizations: scalars, images, audio, histograms, and the graph. This README gives an overview of key concepts in TensorBoard, as well as how to interpret the visualizations TensorBoard provides. For an in-depth example of using TensorBoard,
For some machine learning /algorithm problems, we require to multiply matrices with vectors. In some cases - especially those associated with large graph analytics, the matrices are sparse. Given the major limitation with GPUs is the limited GPU memory, representing the matrix in sparse format is vital. To this end, the CUSPARSE libraries (http://docs.nvidia.com/cuda/cusparse/) provide a suitable
NOTE: Only file GitHub issues for bugs and feature requests. All other topics will be closed. For bugs or installation issues, please provide the following information. The more information you provide, the more easily we will be able to offer help and advice. What related GitHub issues or StackOverflow threads have you found by searching the web for your problem? NONE (Tensorflow for Windows is v
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く