如何使用TensorFlow的素描RNN教程对QuickDraw涂鸦进行分类? [英] How to classify a QuickDraw doodle using TensorFlow's sketch RNN tutorial?

查看:146
本文介绍了如何使用TensorFlow的素描RNN教程对QuickDraw涂鸦进行分类?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

说明:

  1. 这个问题与 QuickDraw RNN绘图分类tensorflow教程有关,不是 文本RNN张量流教程
  2. 为了扩展,这是
  1. This question is regarding this QuickDraw RNN Drawing classification tensorflow tutorial, not the text RNN tensorflow tutorial
  2. To an extend this is a duplicate of Farooq Khan's question, however I could use a few more specific details (that otherwise easily become cumbersome comments) and take the opportunity to reward Farooq for taking his time to provide further details.

我正在使用NVIDIA GeForce GT 750M 2048 MB GPU的Macbook上运行从源代码编译并具有GPU支持的tensorflow 1.6.0-rc0.

I'm running tensorflow 1.6.0-rc0 compiled from source with GPU support on a Macbook with an NVIDIA GeForce GT 750M 2048 MB GPU.

我试图像这样训练:

python train_model.py --model_dir=./model_gpu --training_data=./rnn_tutorial_data/training.tfrecord-00000-of-00010 --eval_data=./rnn_tutorial_data/eval.tfrecord-00000-of-00010 --classes_file=./rnn_tutorial_data/training.tfrecord.classes --cell_type=cudnn_lstm

我正在寻找的初步澄清是:

The initial clarifications I'm looking for are:

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆