We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DoD
Implementation details here the implementation of the widget in tensorflow2.0
def _display_ipython(port, height, display_handle): import IPython.display iframe = IPython.display.IFrame( src="http://localhost:%d" % port, height=height, width="100%", ) if display_handle: display_handle.update(iframe) else: IPython.display.display(iframe)
In case of tf-yarn, port and host of the tensorboard are stored in the skein kv-store
The text was updated successfully, but these errors were encountered:
No branches or pull requests
DoD
Implementation details
here the implementation of the widget in tensorflow2.0
In case of tf-yarn, port and host of the tensorboard are stored in the skein kv-store
The text was updated successfully, but these errors were encountered: