I am Charmie

メモとログ

2016-06-01から1ヶ月間の記事一覧

pydot error on Keras

you might have an error of pydot when you use keras.utils.visualize_util.plot. The error says that "Couldn't import dot_parser, loading of dot files will not be possible." The error is caused by incompatibility between pydot and pyparsing.…

show progressive percentile on the terminal

[code lang="c"] std::cout << std::fixed << std::setprecision(2) << std::setw(6) << "\b\b\b\b\b\b\b" << 100.0*ratio << "%" << std::flush; [/code]