loiccordone / object-detection-with-spiking-neural-networks

Repository code for the IJCNN 2022 paper "Object Detection with Spiking Neural Networks on Automotive Event Data"
MIT License
57 stars 12 forks source link

How to fix the EOFError #7

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hello @xxyll I have seen that you have created an issue about EOFError. Can you please how you have solved this issue? Thanks

loiccordone commented 2 years ago

As mentioned in #4, the problem certainly comes from the "OSError: [Errno 24] Too many open files".

It doesn't seem to come from my code, so you could try some solutions proposed in this stackoverflow thread : Python Subprocess: Too Many Open Files

ghost commented 2 years ago

Yes I understand it. However my question was more about which specific fix did @xxyll used in order to solve this problem. "sudo sysctl -w fs.file-max=100000" <- this? or another one on the comments

ghost commented 2 years ago

Ok problem fixed thanks