Skip to content

Running the same Transformer with different entry_points: requires re-training? #690

@andremoeller

Description

@andremoeller

Please fill out the form below.

System Information

  • Framework (e.g. TensorFlow) / Algorithm (e.g. KMeans): TensorFlow
  • Framework Version: 1.12.0
  • Python Version: 3
  • CPU or GPU: CPU
  • Python SDK Version: sagemaker==1.16.3
  • Are you using a custom image: No.

Describe the problem

I want to run a Transform Job with a Transformer, then change my entry_point script, then run another transform job with that new entry_point script.

I ran tensorflow_batch_transform_mnist.ipynb. I changed my mnist.py, and ran another transform job. It ran against the old mnist.py, not the updated mnist.py. The only way I could figure out how to run against the new mnist.py was by retraining my Estimator, then making a new transformer. I couldn't pass in my entry_point into my Transformer.

How can I run TensorFlow Transform Jobs with different entry_points without retraining every time?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions