CNN Trainer (Local)

Table of Contents:

  • Authors and License
  • Changelog
  • Source Code Docs
    • CNN Module
    • Main Module
    • Config Module
CNN Trainer (Local)
  • Source Code Docs
  • View page source

Source Code Docs

  • CNN Module
    • CNN
      • CNN.create_and_train_cnn()
      • CNN.create_criterion()
      • CNN.create_model()
      • CNN.create_optimizer()
      • CNN.evaluate_model()
      • CNN.train_epoch()
      • CNN.train_model()
  • Main Module
    • define_transforms()
    • main()
    • read_images()
  • Config Module
    • Config
      • Config.cpuUsed
      • Config.trainPath
      • Config.testPath
      • Config.validationPath
      • Config.modelsPath
      • Config.transformsHeight
      • Config.transformsWidth
      • Config.replications
      • Config.batchSize
      • Config.modelNames
      • Config.epochs
      • Config.learningRates
      • Config.weightDecays
      • Config.tree
      • Config.readConfigFile()
Previous Next

© Copyright since 2024 - AgroTechLab.

Built with Sphinx using a theme provided by Read the Docs.