I have an algorithm that is using dict data passed in through the ‘infos’ part of a train_batch
When the “dummy batch” is passed into various part of the algorithm this info dict is replaced wtih zeros values instead of a dict, which causes errors for obvious reasons.
Is there a way to set a default value or “dummy” value for view requirments?