yangaws
yangaws
Hi @mvsusp, Seems you made the change, do you have an answer for this?
Hi @mmamaev , Although the list is encoded to string, you can decode them back to list when using it. For example, if you are using SageMaker's framework container, you...
Hi @mmamaev , Got what you mean. We need to talk whether this can be a feature change in our backlog (we make the hyperparameter as list in the json)....
Hi @opringle , The problem is, the get_execution_role() method is only used on AWS SageMaker notebook instances. So if you use it locally, it won't correctly parse your credential (from...
Hi @JingJZ160 The notebook is just for training. The train script cloned from github in the repo just saved the checkpoints. It did not save any model locally in the...