This repo reveals the code for paper "Simulation-Free Determination of Microstructure Representative Volume Element Size via Fisher Scores".
Data use for experiments in the RVE paper:
"experi1.mat": .matlab file for the 2000x2000 (
"experi2_15.mat": .matlab file for the 2000x2000 (
"experi2_30.mat": .matlab file for the 2000x2000 (
"experi3.mat": .matlab file for the 4000x4000 (
To run the algorithm, download the .mat files in data folder, revise the path in read_data.py, and run the below command.
python3 main.py --data='2um' --model='nnet' --filename='2um_nnet'