Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyjie committed Sep 8, 2024
1 parent 2670793 commit e6b64cd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nemo/utils/memory_profile_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,13 @@
import os
import pickle

import numpy as np
import pandas as pd
from scipy.signal import find_peaks
from nemo.utils import logging

__all__ = ['peak_memory_analysis']

GB_SIZE = 1024 * 1024 * 1024
MB_SIZE = 1024 * 1024
KB_SIZE = 1024


def load_pickle_file(filename):
Expand Down

0 comments on commit e6b64cd

Please sign in to comment.