在Tensorflow中导入签名的问题

时间:2019-07-05 21:45:10

标签: python-3.x tensorflow

我已经使用conda安装了Tensorflow(1.13.0),如下所示:

        Steven Bremer                |              Gadsden, Alabama               |             Voice: 256-328-2485             |
        David George                 |             Montgomery, Alabama             |             Voice: 334-649-7535             |
  Zachary G. Madrigal, MBA           |              Phoenix, Arizona               |             Voice: 602-677-7804             |
   Richard E. Perraut Jr.            |              Phoenix, Arizona               |             Voice: 480-659-3831             |
     Stephen Moore B.A.              |             Scottsdale, Arizona             | Voice: 480-354-3423 Toll-Free: 866-213-5141 |
       Danny Caballes                |               Tempe, Arizona                |             Voice: 480-592-0776             |
         Brian Lutz                  |               Tucson, Arizona               | Voice: 520-447-7921 Toll-Free: 888-633-1451 |
       Travis McElroy                |           Bakersfield, California           |             Voice: 800-361-4578             |
        Matt Denburg                 |          Orange County, California          | Affiliated Office | Bottomline Consulting Group, Inc.|             Voice: 714-482-6025             |
       Pete Craigmile                |            San Diego, California            |                   Voice:                    |
         Greg Lowry                  |          San Francisco, California          | Affiliated Office | DBA Lowry Telecom Consultant|          Voice: 415-692-0708 Ext 1          |
       Dave Tankersley               |         Colorado Springs, Colorado          |             Voice: 719-266-1098             |
        Sanjay Tyagi                 |              Denver, Colorado               |             Voice: 303-317-3110             |
         Richard Ray                 |          Highlands Ranch, Colorado          |             Voice: 303-306-8568             |
       Richard Norlin                |          Highlands Ranch, Colorado          |             Voice: 612-309-5451             |
       Dave Dellacato                |           Bridgeport, Connecticut           |             Voice: 203-442-1311             |
      Patrick Delehanty              |           Brookfield, Connecticut           |             Voice: 475-289-2325             |
          Greg Wisz                  |        Fairfield County, Connecticut        |             Voice: 616-884-0058             |
       Jack McCullough               |        Fairfield County, Connecticut        |             Voice: 203-767-5551             |
      Matthew McCarthy               |            Hartford, Connecticut            |             Voice: 203-304-9886             |
   Paul Nelson BS CHE, MBA           |            Hartford, Connecticut            |             Voice: 860-926-4260             |

...and so on.
在我的conda环境中的python 3.6的Win64机器上

。我可以从Jupyter笔记本中导入tensorflow。在我的项目中,我需要使用AutoGraph。但是,当我尝试导入签名时,出现此错误-ImportError:无法导入名称'deprecated_endpoints'

我能够验证我的张量流包“ .. \ py36 \ Lib \ site-packages \ tensorflow \ python \ autograph”中是否存在签名文件夹。但是,下面的代码语句给出了导入错误。

conda install -c anaconda tensorflow 

完整的错误跟踪:

import tensorflow.python.autograph as ag

我应该如何解决?

0 个答案:

没有答案