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?Francisco Parrilla– Francisco Parrilla2025-02-12 17:06:25 +00:00Commented 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.Nikita Belooussov– Nikita Belooussov2025-02-13 11:39:42 +00:00Commented Feb 13 at 11:39
Add a comment
|