Skip to content

Conversation

@lyonzy
Copy link

@lyonzy lyonzy commented Sep 24, 2018

This fixes an error where tensorflow training.py expects string values instead of ints:

    if name is not None and not isinstance(name, six.string_types):
      raise TypeError('`name` must be string, given: {}'.format(name))

This fixes an error where tensorflow training.py expects string values instead of ints:

```
    if name is not None and not isinstance(name, six.string_types):
      raise TypeError('`name` must be string, given: {}'.format(name))
```
@pkulzc
Copy link
Contributor

pkulzc commented Sep 24, 2018

Thanks for fixing this! It's already included in another PR.

@pkulzc pkulzc closed this Sep 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants