mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-15 01:23:44 -07:00
fixes
This commit is contained in:
parent
9ed0111824
commit
7e609542db
2 changed files with 96 additions and 8 deletions
|
@ -73,7 +73,10 @@ class PackedFaceset():
|
|||
offsets.append ( of.tell() - data_start_offset )
|
||||
of.write(b)
|
||||
except:
|
||||
raise Exception(f"error while processing sample {sample.filename}")
|
||||
import code
|
||||
code.interact(local=dict(globals(), **locals()))
|
||||
|
||||
raise Exception(f"error while processing sample {sample_path}")
|
||||
|
||||
offsets.append ( of.tell() )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue