Giter Site home page Giter Site logo

TensorFlow 1.0.0-alpha about word-rnn-tensorflow HOT 2 OPEN

hunkim avatar hunkim commented on May 13, 2024 3
TensorFlow 1.0.0-alpha

from word-rnn-tensorflow.

Comments (2)

normanheckscher avatar normanheckscher commented on May 13, 2024
  • I've pushed in some changes to a new branch.
  • Need to look further into the tf.contrib.seq2seq
  • I can't compare speed with older versions yet because TF1.0 from the pip install isn't optimally compiled for my computer yet.
  • Need to investigate the deprecation of concat

WARNING:tensorflow:From /Users/norman/Documents/workspace/word-rnn-tensorflow/model.py:66: concat (from tensorflow.python.ops.array_ops) is deprecated and will be removed after 2016-12-14.
Instructions for updating:
This op will be removed after the deprecation date. Please switch to tf.concat_v2().

W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.1 instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.2 instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use AVX instructions, but these are available on your machine and could speed up CPU computations.

from word-rnn-tensorflow.

normanheckscher avatar normanheckscher commented on May 13, 2024

I slipped in a new --gpu_mem switch with a default use of 66% of GPU memory. I've found that this helps load the graph onto my limited 1GB share notebook GPU (rMBP mid-2012). It might not be needed, or it may inhibit, when using GPUs with larger memory specs.

Can change or remove this.

from word-rnn-tensorflow.

Related Issues (20)

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.