Some Unit Tests fail due to TinyFormat assertion
Created by: Sand3r-
Since one of the recent commits, I have started receiving the following errors thrown by many different tests, especially those from test_analyzer_*
family.
test_analyzer_resnet50: /home/sand3r/Repos/Paddle/paddle/fluid/string/tinyformat/tinyformat.h:563: const char* paddle::string::tinyformat::detail::streamStateFromFormat(std::ostream&, bool&, int&, const char*, const paddle::string::tinyformat::detail::FormatArg*, int&, int): Assertion `0 && "tinyformat: Not enough conversion specifiers in format string"' failed.
@luotao1, could you please assist me with solving this issue?