Sort hypernetworks
This commit is contained in:
parent
81973091bc
commit
fd62727893
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ def list_hypernetworks(path):
|
||||||
# Prevent a hypothetical "None.pt" from being listed.
|
# Prevent a hypothetical "None.pt" from being listed.
|
||||||
if name != "None":
|
if name != "None":
|
||||||
res[name] = filename
|
res[name] = filename
|
||||||
return res
|
return dict(sorted(res.items()))
|
||||||
|
|
||||||
|
|
||||||
def load_hypernetwork(filename):
|
def load_hypernetwork(filename):
|
||||||
|
|
Loading…
Reference in a new issue