mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-21 22:13:20 -07:00
more debugging
This commit is contained in:
parent
22cb3103d8
commit
6092a77924
1 changed files with 2 additions and 1 deletions
|
@ -497,8 +497,9 @@ Examples: df, liae, df-d, df-ud, liae-ud, ...
|
|||
|
||||
print("Shape (gpu_pred_src_src_d): ", gpu_pred_src_src_d.shape)
|
||||
print("Shape (gpu_pred_src_src_d2): ", gpu_pred_src_src_d2.shape)
|
||||
for i in gpu_pred_src_src_d2.shape:
|
||||
print("Shape (gpu_pred_src_src_d2) i: ", i)
|
||||
|
||||
print("Flattened Shape (gpu_pred_src_src_d): ", gpu_pred_src_src_d.flatten().shape())
|
||||
|
||||
# def get_smooth_noisy_labels_like(label, tensor, smoothing=0.2, noise=0.05):
|
||||
# new_labels = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue