Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update eidetic_3d_lstm_net.py #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Sgsouham
Copy link

@Sgsouham Sgsouham commented Jun 7, 2020

compactible to tf2.2

@@ -57,15 +57,15 @@ def rnn(images, real_input_flag, num_layers, num_hidden, configs):

memory = zero_state

with tf.variable_scope('generator'):
with tf.compat.v1.variable_scope('generator'):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Compat flags added
  • Need TF2.2 upgradation

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc: @Sgsouham

@ucalyptus2
Copy link

Use tf.keras 's Model API to build the architecture.

@ucalyptus
Copy link
Member

@shivishbrahma review this PR when new changes come up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants