Berkay Yucel
Berkay Yucel
When we have a 4 x 4 array, we should be able to get a 7 x 7 two-point correlation matrix (meaning cutoff 4) but the current function only provides...
- Tried `make_da_return` wrapper on the `discretize` function - Tried to implement (without wrapper) `make_da_return` within the `discretize` function all failed the `GridsearchCV ` for cahn_hillard notebook
I just wanted to discuss the memory usage issue with [ this ](https://github.com/beyucel/pymks/blob/adtLarge/notebooks/Updated_Bigdata_prob.ipynb) notebook. When chunk size is above 25 ( >250 mb), a single worker gets to 6.3 GB...
PrimitiveTransformer is multiplying the size of the image (depending on the number of phases). Is this the most efficient way to perform MKS workflow?
I had a large case study with random microstructures( generated with da.random) and parallel workflow worked pretty well. Now I am working on a [case study ](https://github.com/beyucel/pymks/blob/adtLarge/notebooks/Updated_Bigdata_prob-Copy1.ipynb)with pymks.generate and I...