Berkay Yucel

Results 3 comments of Berkay Yucel

I initially tried the memory_profiler and %memit magic function. Not sure if it does what we want , or I did not use it correct ( I am investigating that)...

Thanks, Daniel. That is what I am trying to do right now. I will share the delta values of each process

Filename: memory_try.py Line Mem usage Increment Line Contents ================================================ 39 183.129 MiB 183.129 MiB @profile 40 def HomogenizationPipeline(x): 41 183.215 MiB 0.086 MiB a1=PrimitiveTransformer(n_state=2, min_=0.0, max_=1.0).transform(x) 42 183.762 MiB 0.547...