I have a python script which I wrote using tensorflow python 3.6 AWS sagemaker jupyter notebook inside AWS sagemaker instance. I have to use sagemaker debugger for my Deep Learning model. I can see many links suggesting that first dockerise the algorithm image and then use it over sagemaker. Can anyone please suggest that is there any available alternative such that Tensorflow-1 docker image is available and I can include some other packages via pip in this image and then run my model on sagemaker ? I am using keras 2.3.0 with tensorflow 1.15 .Please guide and share necessary references.
Customising model in AWS sagemaker
275 Views Asked by Shubham_geo At
1
There are 1 best solutions below
Related Questions in PYTHON-3.X
- SQLAlchemy 2 Can't add additional column when specifying __table__
- Writes to child subprocess.Popen.stdin don't work from within process group?
- Platform Generation for a Sky Hop clone
- What's the best way to breakup a large test in pytest
- chess endgame engine in Python doesn't work perfectly
- Function to create matrix of zeros and ones, with a certain density of ones
- how to create a polars dataframe giving the colum-names from a list
- Django socketio process
- How to decode audio stream using tornado websocket?
- Getting website metadata (Excel VBA/Python)
- How to get text and other elements to display over the Video in Tkinter?
- Tkinter App - My Toplevel window is not appearing. App is stuck in mainloop
- Can I use local resources for mp4 playback?
- How to pass the value of a function of one class to a function of another with the @property decorator
- Python ModuleNotFoundError for command line tools built with setup.py
Related Questions in DOCKER
- sqlplus myusername/mypassword@ORCL not working with Oracle on Docker
- Golang == Error: OCI runtime create failed: unable to start container process: exec: "./bin": stat ./bin: no such file or directory: unknown
- Only the first SQL script gets executed inside Docker Postgres container
- Retrieve the Dockerfile configuration from the Kubernetes and also change container Java parameter?
- Polars with Rust: Out of Memory Error when Processing Large Dataset in Docker Using Streaming
- Compiling eBPF program in Docker fails due to missing '__u64' type
- AttributeError: module 'numba' has no attribute 'generated_jit'
- Phoenix in a docker dev environment - generated code can't be saved from VSCode
- Docker on Multipass VMs: Connecting worker nodes to swarm results in rcp error
- Facing error in creating image of my react+vite project . Dockerfile error
- NextJS Docker build fails: fetch failed ECONNREFUSED
- Docker container unable to make HTTPS requests to external API
- Failed to connect to your instance after deploying mern app on aws ec2 instance when i try to access frontend
- Connecting to Postgres running in a Docker container using psql
- Can't connect to local postgresql server from my docker container
Related Questions in AMAZON-SAGEMAKER
- Model Path not found in Sagemaker Inference
- Deploying CDK python app from Amazon Sagemaker Notebook instance
- Issue using aws sagemaker InvokeEndpoint inside of Postgres
- Is it possible to enable port forwarding on SageMaker Studio Lab instance?
- How to run a sagemaker training job with lambda function
- Kernel Restarting The kernel for Untitled2.ipynb appears to have died. It will restart automatically while storing tflite model
- AWS Sagemaker MultiModel endpoint additional dependencies
- Prompt Ops Alternatives
- Git Webhook to trigger SageMaker Pipeline
- AWS Sagemaker error when deploying pre-trained PyTorch model: "%s already exists"
- SageMaker batchTransform MultiRecord error - Unable to parse data as JSON. Make sure the Content-Type header is set to "application/json"
- Recursion Error when s3 client is initialized within Inference script for my SageMaker Endpoint
- Why am I getting an error when deploying a model from my S3 bucket to Sagemaker?
- why does aws sagemaker data wrangler not allow me to deploy model in canvas
- HuggingFace Trainer starts distributed training twice
Related Questions in KERAS-2
- Keras predict/predict_on_batch giving different answers than predict_step/__call__()
- Encountering Fitting Errors when Implementing TensorFlow: Seeking Assistance
- How to fix "cannot import name '__version__' from 'tensorflow.keras'"?
- name 'model' is not defined while importing plot model from keras.util.vis.utils
- Why do Keras layers behave differently when copy/pasted into my script?
- x and y can be no greater than 2D, in the graph
- Convert tflearn to keras
- Keras v1 to v2 Convolution3D Layer coversion
- load_model with a metric
- Should shuffle be set to True during Keras Tuner?
- Cannot `import name '_Merge' from 'keras.layers.merge`' in Tensorflow2
- Non printable characters during model training
- Tensorflow: How to use a generator for fit() which runs in parallel with multiple processes
- TensorFlow, Keras: Replace Activation layer in pretrained model
- Target array shape in Keras
Related Questions in TENSORFLOW1.15
- Cannot install tensorflow 1.15.4
- How to run TensorFlow GPU version on Google Colab with Python 2.7?
- TensorFlow 1.15: Protobuf UTF-8 Error with Large Dataset When Saving Model
- MatMult BLAS failing with official tensorflow 1 containers
- AttributeError: module 'object_detection.utils.config_util' has no attribute 'update_fine_tune_checkpoint_type'
- Invalid argument: Incompatible shapes: [32] vs. [32,528] using directml Tensorflow 1.15
- Use older tensorflow 1.0 package inside current new project
- Tensorflow 1.15.4 doesn't install with python 3.6
- How to make the _make_train_function of TF1.15 similar as make_train_function of TF2
- Failed to evaluate CNN Model (MobileNet V3) with eval.py
- Does -1 is magic key for tf.feature_column?
- tensorflow unique function with 2d?
- how to downgrade python3.8.10 to 3.5.6 on ubuntu via the terminal?
- Get memory usage after each training epoch - Tensorflow version 1.15
- TypeError when modifying tf.keras.Optimizer parameter
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You don't have to dockerize your code yourself, you can use an existing SageMaker TensorFlow image, and with the SageMaker Python SDK you can let SageMaker manipulate docker images for you - no docker knowledge needed ! This documentation explains how to launch your own TF code on SageMaker Training or SageMaker Hosting. You can add a
requirements.txtfile to bring extra dependencies