Skip to content
Snippets Groups Projects
Commit 46796f02 authored by leufen1's avatar leufen1
Browse files

degrade logging message in prepare batches to debug, /close #350

parent 791d7e80
No related branches found
No related tags found
4 merge requests!430update recent developments,!413update release branch,!412Resolve "release v2.0.0",!377Resolve "add log if batch creation fails"
Pipeline #87098 passed
......@@ -143,7 +143,7 @@ class KerasIterator(keras.utils.Sequence):
remaining = None
mod_rank = self._get_model_rank()
for data in self._collection:
logging.info(f"prepare batches for {str(data)}")
logging.debug(f"prepare batches for {str(data)}")
X = data.get_X(upsampling=self.upsampling)
Y = [data.get_Y(upsampling=self.upsampling)[0] for _ in range(mod_rank)]
if self.upsampling:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment