Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.53 KB

NEWS.md

File metadata and controls

32 lines (24 loc) · 1.53 KB

i-Melt

(c) 2021 Charles Le Losq, [email protected]

NEWS

V1.2

  • Version submitted after 2nd round of minor revisions at GCA
  • Various fixes
  • Fixed the requirements.txt file
  • Added automatic ./model/candidates/ folder creation in Training_single.ipynb
  • Added various important precisions to README.md

V1.1

  • Version submitted after revisions for GCA manuscript
  • Various fixes, performance improvements, etc.
  • Addition of a class for storing the weights of the different loss functions
  • The activation function type is passed as an optional argument to the model class
  • Training function as now a "save switch", allowing to turn off saving the model
  • Calculation of validation loss during training is now done without asking for the gradient (smaller memory footprint)
  • There is also a training2() function that splits the dataset in K folds to avoid memory issues for small GPU (slower training but much smaller memory footprint)
  • A function R_Raman() now allows calculating the parameter R_Raman automatically.
  • The notebook for the two experiments was moved in two individual python code, easier to run on a cluster.
  • Notebooks for showing the results all are improved.
  • A "best" architecture was selected and is now used for candidate training (4 layers, 300 neurons / layer, dropout 0.01) and selection (10 best networks are kept for predictions)
  • A notebook allows simple predictions to be perform for one melt composition, see Prediction_simple.ipynb

V1.0

  • Version initially submitted to Geochimica Cosmochimica Acta (GCA).