Unverified Commit c65a48f3 authored by anj-s's avatar anj-s Committed by GitHub
Browse files

[chore] Rename misc.py to better reflect functionality. (#652)

* rename files

* add newly renamed file
parent 0ce85af2
...@@ -15,7 +15,7 @@ import torch.utils.checkpoint as torch_checkpoint ...@@ -15,7 +15,7 @@ import torch.utils.checkpoint as torch_checkpoint
from fairscale.utils.containers import pack_kwargs, split_non_tensors, unpack_kwargs, unpack_non_tensors from fairscale.utils.containers import pack_kwargs, split_non_tensors, unpack_kwargs, unpack_non_tensors
from .misc import dec_counter, inc_counter, init_counter, patch_batchnorm from .checkpoint_utils import dec_counter, inc_counter, init_counter, patch_batchnorm
def checkpoint_wrapper( def checkpoint_wrapper(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment