hello! when i training the model, i meet a warning: from an ambiguous collection. The batch size we found is 11. To avoid any miscalculations, use self.log(..., batch_size=batch_size).
warning_cache.warn(
and then the batch_size was set 11 automatically
hello! when i training the model, i meet a warning: from an ambiguous collection. The batch size we found is 11. To avoid any miscalculations, use
self.log(..., batch_size=batch_size).warning_cache.warn(
and then the batch_size was set 11 automatically