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?
Please fill out the form below.
System Information
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?