added sumbmodules

This commit is contained in:
leno3003 2022-03-31 10:14:16 +02:00
commit 32ec2e694b

View file

@ -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'])