pytorch / torcharrow

High performance model preprocessing library on PyTorch
https://pytorch.org/torcharrow/beta/index.html
BSD 3-Clause "New" or "Revised" License
642 stars 78 forks source link

[scope][leak] Fix config file descriptor leak. #524

Open ttsugriy opened 5 months ago

ttsugriy commented 5 months ago

Config file is opened but never closed which leads to a resource leak.