removed if condition in `if collate_fn is None` (#5107)
remove the if condition for value of `collate_fn`, because `collate_fn`
is `None` by default in `DataLoader`
Co-authored-by: Michael Wyatt <michaelwyatt@microsoft.com>
Co-authored-by: Logan Adams <114770087+loadams@users.noreply.github.com>