fluid中没有plot
Created by: appleappleorange
在手写数中,有用到paddle.v2.plot,但是最新的fluid中没有plot,有没有替代品? 手写数的这段代码”for step_id, data in enumerate(train_reader()):“产生了一段bug,在mnist中def reader(): if platform.system() == 'Darwin': zcat_cmd = 'gzcat' elif platform.system() == 'Linux': zcat_cmd = 'zcat' else: raise NotImplementedError()总之没有准备好面对