Tomonori Shimomura

Results 5 issues of Tomonori Shimomura

*Description of changes:* Adding a tool (Python script) to help customers bulk dump Panorama related logs easily. By submitting this pull request, I confirm that you can use, modify, copy,...

*Description of changes:* Fixing a minor issue in export-log tool. Assertion failure could happen even with properly formatted logs. Disabling assert statement. By submitting this pull request, I confirm that...

When killing the Cmd2 application (e.g. by closing the terminal window), persistent history file is not saved. By using `persistent_history_file` argument for Cmd.__init__(), and hitting `quit` command, I can see...

The README of FSDP app (https://github.com/aws-samples/awsome-distributed-training/blob/main/3.test_cases/pytorch/FSDP/kubernetes/README.md and https://github.com/aws-samples/awsome-distributed-training/blob/main/3.test_cases/pytorch/FSDP/slurm/README.md) say I can use local dataset by using `--dataset_path`, > If you'd like to instead use your own dataset, you can do...