Skip to content

Commit

Permalink
debugigng
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Nov 22, 2023
1 parent 6913e92 commit 6fc1830
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/modeldiffs/criteo1tb/compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
def key_transform(k):
new_key = []
s_count = None
print('key')
print(k)
for i in k:
if 'Sequential' in i:
s_count = int(i.split('_')[1])
Expand Down

0 comments on commit 6fc1830

Please sign in to comment.