Skip to content

Conversation

@pvaneck
Copy link
Contributor

@pvaneck pvaneck commented Feb 26, 2020

  • Fix dryrun arg not working
    • In main, argv is a single element list containing a string representing all the args or an empty string for no args, so changed the checks to correctly detect --dryrun
  • Enable tfjs-layers to tfjs-layers conversion pair
    • This is available in the tensorflowjs_converter CLI, but wasn't for the wizard.
  • Change conditions for split_weights_by_layer argument
    • This arg only works for Keras H5 | Keras Saved Model -> TFJS Layers conversion paths.

This change is Reviewable

* Fix dryrun arg not working
* Enable tfjs-layers to tfjs-layers conversion path
* Change conditions for split_weights_by_layer argument
@pvaneck
Copy link
Contributor Author

pvaneck commented Feb 27, 2020

@pyu10055 Hey, I encountered a few issues when using the wizard. Added fixes here 👍

Copy link
Collaborator

@pyu10055 pyu10055 left a comment

Choose a reason for hiding this comment

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

:lgtm_strong:

Reviewable status: :shipit: complete! 1 of 1 approvals obtained

Copy link
Collaborator

@pyu10055 pyu10055 left a comment

Choose a reason for hiding this comment

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

thank you for fixing it!

Reviewable status: :shipit: complete! 1 of 1 approvals obtained

@pyu10055 pyu10055 merged commit f058075 into tensorflow:master Feb 27, 2020
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