chenyuntc / simple-faster-rcnn-pytorch

A simplified implemention of Faster R-CNN that replicate performance from origin paper
Other
3.97k stars 1.14k forks source link

哈喽,当我运行过程中,出现了current limit exceeds maximum limit,会是什么原因呢? #217

Closed wutheringcoo closed 3 years ago

wutheringcoo commented 3 years ago

python train.py train --env='fasterrcnn' --plot-every=100 Traceback (most recent call last): File "train.py", line 22, in resource.setrlimit(resource.RLIMIT_NOFILE, (20480, rlimit[1])) ValueError: current limit exceeds maximum limit

If you suspect this is an IPython bug, please report it at: https://github.com/ipython/ipython/issues or send an email to the mailing list at ipython-dev@python.org

You can print a more detailed traceback right now with "%tb", or use "%debug" to interactively debug it.

Extra-detailed tracebacks for bug-reporting purposes can be enabled via: %config Application.verbose_crash=True