zackerzzz

Results 5 comments of zackerzzz

![image](https://github.com/pytorch/kineto/assets/30503898/c3691a54-ad87-4842-8ed5-3a7c3c26ec0f) i printed the step time in code, is about 30ms, but the overview shows 200ms. ```python3 import time prof = torch.profiler.profile( schedule=torch.profiler.schedule(wait=1, warmup=1, active=5, repeat=2), on_trace_ready=torch.profiler.tensorboard_trace_handler('./log/resnet18'), # record_shapes=True, profile_memory=True,...

> Considering that there are currently multiple versions of the mpi-operator (mpijob v1 in training-operator and mpijob v2 in mpi-operator), further observation is required for some time. Can i submit...

i changed code due to the reply of @josemunozc, in `benchmark_models.py` ```python MODEL_LIST = { models.mnasnet: models.mnasnet.__all__[1:], models.resnet: models.resnet.__all__[1:], models.densenet: models.densenet.__all__[1:], models.squeezenet: models.squeezenet.__all__[1:], models.vgg: models.vgg.__all__[1:], models.mobilenet: models.mobilenet.mv2_all[1:], models.mobilenet: models.mobilenet.mv3_all[1:], models.shufflenetv2:...