facebookresearch / access

Code to reproduce the experiments from the paper.
Other
101 stars 36 forks source link

generate.py open too many temporary files #30

Closed vanh17 closed 3 years ago

vanh17 commented 3 years ago

Is there a way to stop the generate.py to generate too many temporary files? This can be an issue because it is quickly eating up memory in the /tmp directory. Thanks!

louismartin commented 3 years ago

Hey @vanh17 , that's a good question. I think the temporary files might mostly be generated here. The temporary file can probably be deleted at the end of the enclosing function, might be try this as a quick hack?

If you want better simplification models, you can also use the latest MUSS.

louismartin commented 3 years ago

Hi @vanh17 , any luck with your problem?

louismartin commented 3 years ago

Closing for now, feel free to comment or open again if you are still having issues.