Skip to content

Edit variable name 'A'#23

Open
gyunggyung wants to merge 1 commit intoHezi-Resheff:masterfrom
gyunggyung:patch-1
Open

Edit variable name 'A'#23
gyunggyung wants to merge 1 commit intoHezi-Resheff:masterfrom
gyunggyung:patch-1

Conversation

@gyunggyung
Copy link

Variable name is incorrect.

A = tf.constant([ [1,2,3],
                  [4,5,6] ])

print(a.get_shape())

-> print(A.get_shape())

Variable name is incorrect.

```
A = tf.constant([ [1,2,3],
                  [4,5,6] ])

print(a.get_shape())
```

-> `print(A.get_shape())`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant