Keras verbose training progress bar writing a new line on each batch issue

前端 未结 7 1718
余生分开走
余生分开走 2020-12-09 09:09

running a Dense feed-forward neural net in Keras. there are class_weights for two outputs, and sample_weights for a third output. fore some reason it prints the progress ver

7条回答
  •  执笔经年
    2020-12-09 09:23

    It was mentioned before, but I will rewrite it to be more visible for future users.

    You have too narrow terminal to print all these values - just set width argument of Progbar constructor to smaller number or remove/rename some of the provided values.

提交回复
热议问题