Skip to content

Instantly share code, notes, and snippets.

@rahulremanan
Created December 30, 2020 08:41
Show Gist options
  • Save rahulremanan/b6c5ddeed1ca58ca6d72d59f3ca23fa4 to your computer and use it in GitHub Desktop.
Save rahulremanan/b6c5ddeed1ca58ca6d72d59f3ca23fa4 to your computer and use it in GitHub Desktop.
Pickle memory utilization example dependencies
import gc
import pickle
import psutil
import numpy as np
import pandas as pd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment