mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-19 04:59:27 -07:00
added sumbmodules
This commit is contained in:
parent
e0aac2e7ac
commit
32ec2e694b
1 changed files with 4 additions and 4 deletions
|
@ -51,7 +51,7 @@ os.system(cmd)
|
||||||
with open('DeepFaceLab_Linux/workspace/interact/interact_dict.pkl', 'wb') as handle:
|
with open('DeepFaceLab_Linux/workspace/interact/interact_dict.pkl', 'wb') as handle:
|
||||||
pickle.dump(dictionary, handle, protocol=4)
|
pickle.dump(dictionary, handle, protocol=4)
|
||||||
|
|
||||||
with open('DeepFaceLab_Linux/workspace/interact/interact_dict.pkl', 'rb') as handle:
|
#with open('DeepFaceLab_Linux/workspace/interact/interact_dict.pkl', 'rb') as handle:
|
||||||
d = pickle.load(handle)
|
# d = pickle.load(handle)
|
||||||
|
#
|
||||||
print(d['5'])
|
#print(d['5'])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue