mirror of
https://github.com/qurator-spk/eynollah.git
synced 2026-05-26 07:39:22 +02:00
ModelZoo.shutdown: drop extra del (already done by shutdown())
This commit is contained in:
parent
481c286da9
commit
ffe5cdc519
1 changed files with 0 additions and 1 deletions
|
|
@ -313,4 +313,3 @@ class EynollahModelZoo:
|
||||||
for needle in list(self._loaded.keys()):
|
for needle in list(self._loaded.keys()):
|
||||||
if isinstance(self._loaded[needle], Predictor):
|
if isinstance(self._loaded[needle], Predictor):
|
||||||
self._loaded[needle].shutdown()
|
self._loaded[needle].shutdown()
|
||||||
del self._loaded[needle]
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue