export interface TrainOptions {
  learningRate: string
  dropoutRate: string
  batchSize: string
  lossFunction: string
  optimizer: string
}
