efficientdet-pytorch
efficientdet-pytorch copied to clipboard
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()
运行train.py的时候,这个报错会对结果有影响吗? 怎么去除它呢?
RuntimeWarning应该都没有影响的