Closed fzyzcjy closed 5 years ago
In train.py line 58:
train.py
config = json.load(open(args.config))
But the "open" without closing will make a memory leak.
If you want I can make a PR.
Hi, a PR on this issue is welcome, thanks for your contribution
In
train.py
line 58:But the "open" without closing will make a memory leak.
If you want I can make a PR.