I may have it.
I think it is
train_loader = Flux.Data.DataLoader((trdata,),batchsize=batchSize)
The Tuple needs the trailing comma in the dataLoader. I had not tried that final combination in the DataLoader configuration, just the full pass-through.