bubbliiiing / efficientdet-pytorch

这是一个efficientdet-pytorch的源码,可以用于训练自己的模型。
MIT License
305 stars 61 forks source link

F:\EfficientNet\efficientdet-pytorch-master\nets\efficientdet_training.py:264: RuntimeWarning: More than 20 figures have been opened. Figures created through the pyplot interface (`matplotlib.pyplot.figure`) are retained until explicitly closed and may consume too much memory. (To control this warning, see the rcParam `figure.max_open_warning`). plt.figure() #23

Open jiangqin87 opened 3 years ago

jiangqin87 commented 3 years ago

运行train.py的时候,这个报错会对结果有影响吗? 怎么去除它呢?

bubbliiiing commented 3 years ago

RuntimeWarning应该都没有影响的