framework_name_from_image | R Documentation |
Extract the framework and Python version from the image name.
framework_name_from_image(image_uri)
image_uri |
(str): Image URI, which should be one of the following forms:
|
tuple: A tuple containing:
str: The framework name
str: The Python version
str: The image tag
str: If the TensorFlow image is script mode
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.