pytorch / torcharrow

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

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

Open ttsugriy opened 8 months ago

ttsugriy commented 8 months ago

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