mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
@@ -251,7 +251,7 @@ class GenerationExperiment:
|
||||
try:
|
||||
path = self.save_heat_map(word, tokenizer, crop=crop)
|
||||
path_map[word] = path
|
||||
except:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
return path_map
|
||||
@@ -328,7 +328,7 @@ class GenerationExperiment:
|
||||
vocab=vocab,
|
||||
subtype=directory.name
|
||||
))
|
||||
except:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
return experiments
|
||||
|
||||
Reference in New Issue
Block a user