Replies: 1 comment
-
python get_st5_emb.py --data ../data/AmazonBeauty_m2/item_info.parquet |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://notebook.community/mavillan/SciProg/03_memmap/03_memmap#mem
pip install memory_profiler
进入ipython
%load_ext memory_profiler
%memit l=range(1000000)
Beta Was this translation helpful? Give feedback.
All reactions