simple-faster-rcnn-pytorch
simple-faster-rcnn-pytorch copied to clipboard
Help ValueError: current limit exceeds maximum limit
when I run the code,I got this error:
Traceback (most recent call last):
File "train.py", line 24, in
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
The direct way is to comment this line: resource.setrlimit(resource.RLIMIT_NOFILE, (20480, rlimit[1]))
hello,I have the same problem with you. Have you resolve this?
the same with you...