0

Is there a way to have the sagemaker estimator or processor print out a list of files that it has in a certain directory without introducing custom scripts to them? Or if a custom script has to to be introduced how do I do it while still running the original transfer_learning.py script.

2
  • you want to list out all files within the running container? So for example, you want to run transfer_learning.py script as a training job, and during that, you want to print/list out all files? Commented Feb 12 at 17:06
  • @FranciscoParrilla yes I wanted to run transfer_learning, and then once it finishes before the container shuts down to see how the structure in the data folder has changed. Like seeing how the data was split or things like that. Commented Feb 13 at 11:39

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.