tendar

Results 4 issues of tendar

Hi, external_source_test may has a bug. The test file is https://github.com/NVIDIA/DALI/blob/main/dali/pipeline/operator/builtin/external_source_test.cc#L181 I think this test may has two place to fix. The first place is L181: tl_gpu_.Copy(tensor_list) is called batch_size...

bug

Related to **Resnet50/pytorch** **Describe the bug** source code link https://github.com/NVIDIA/DeepLearningExamples/blob/master/PyTorch/Classification/ConvNets/image_classification/dataloaders.py#L153 If here define the pipeline with param dali_cpu=Ture, then the output of images = self.res(images) is already a gpu DataNode....

bug

**Why not gather routing_map in sequence_load_balancing_loss_func function ** Here is the code at https://github.com/NVIDIA/Megatron-LM/blob/main/megatron/core/transformer/moe/moe_utils.py#L117 Here do a gather for 'probs_for_aux_loss' but not for 'routing_map'. Why? Shouldn't it be the same?

### Describe the question. Hi, During training task, DALI throw out too many waring log, as follows: "operators/image/crop/bbox_crop.cc:784] Could not find a valid cropping window to satisfy the specified requirements...

question