You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,9 @@
1
1
# An AI-driven framework for time-series processing-microstructure-property prediction
2
2
This repository contains the code for performing microstrucutre prediction using AI based on processing parameters as input. The code provides the following functions:
3
3
4
-
- Train an autoencoder model on a given dataset.
4
+
- Train an seq2seq model on a given dataset.
5
5
- Simulator code for data generation.
6
-
- Predict microstructure using a pre-trained autoencoder model.
7
-
- Property calculation and linear bias model correction method for improveing predicted property accuracy.
6
+
- Predict microstructure using a pre-trained model.
8
7
9
8
## Installation Requirements
10
9
The basic requirement for using the files is a Python 3.8.19 environment with PyTorch 2.3.0
0 commit comments