simple-faster-rcnn-pytorch icon indicating copy to clipboard operation
simple-faster-rcnn-pytorch copied to clipboard

Help ValueError: current limit exceeds maximum limit

Open ultratrilobite opened this issue 4 years ago • 3 comments

when I run the code,I got this error: Traceback (most recent call last): File "train.py", line 24, 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 [email protected]

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

ultratrilobite avatar May 31 '20 09:05 ultratrilobite

The direct way is to comment this line: resource.setrlimit(resource.RLIMIT_NOFILE, (20480, rlimit[1]))

chrisway613 avatar Jul 21 '20 07:07 chrisway613

hello,I have the same problem with you. Have you resolve this?

shang6666 avatar Oct 04 '20 11:10 shang6666

the same with you...

AltenLi avatar Apr 22 '21 09:04 AltenLi