typo
This commit is contained in:
parent
da524d97c9
commit
d677a71607
|
@ -112,8 +112,6 @@ class _switchback_global_mem_efficient(torch.autograd.Function):
|
||||||
del X
|
del X
|
||||||
W_int8, state_W = quantize_global(W)
|
W_int8, state_W = quantize_global(W)
|
||||||
|
|
||||||
print('in mem eff backward.')
|
|
||||||
|
|
||||||
# save for backward.
|
# save for backward.
|
||||||
ctx.save_for_backward = X_int8, state_X, W_int8, state_W
|
ctx.save_for_backward = X_int8, state_X, W_int8, state_W
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user