Skip to content

Update of build.py for TensorFlow 2 #10

@eddybogosian

Description

@eddybogosian

Hey everyone,

I was testing this out and found a few changes that need to be made to the build.py script.

Remove:

  1. CuDNNLSTM
  2. CuDNNGRU (they are no longer called like that).

Substitute:

  1. tf.ConfigProto with tf.compat.v1.ConfigProto
  2. tf.Session() with tf.compat.v1.Session
    Same parameters, just change the syntax.

This is just a quick fix and should be rewritten for the new version of tensorflow.

Great work kartikmadan!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions