Training process
Training a deep learning model entails providing it with data and fine-tuning its parameters to enable it to make precise predictions.
Introduction
The Raven Scan Platform helps you train AI models to detect waste in images.
This guide will walk you through the process of creating and managing training runs, and working with trained models.
Getting Started
Prerequisites
- Valid system account with appropriate permissions
- Prepared dataset for training
- Base model for transfer learning (if performing fine-tuning)
Required Permissions
To use the training system, you need one or more of these permissions:
- Create Training Run
- Schedule Training Run
- View Training Runs
- Delete Training Run
- Publish Training Run Model
Creating a New Training Run
Step 1: Initialize New Training
- Navigate to the Training section
- Click "Create New Training Run"
- You'll be presented with the training setup form
Step 2: Configure Training
Fill in the required information:
- Name: Give your training run a descriptive name
- Dataset: Select the dataset you want to use
- Base Model: Choose a pre-trained model to start from
Step 3: Start Training
- Review your settings
- Click "Schedule Training Run"
- The system will validate your inputs and start the process
Important
Once training starts, it may take several hours to complete depending on your dataset size and configuration.
Monitoring Training Progress
Checking Training Progress
- Navigate to the Training Runs list
- Find your training run
- The status will update automatically
- Click on a training run to view detailed progress
Viewing Training Status
Training runs can have the following statuses
- Waiting: Training is queued
- Processing: Training is actively running
- Success: Training completed successfully
- Error: Training encountered an error
Error Handling
If your training run encounters an error:
- Click on the training run
- Look for the error message
- Review the error logs for details
- You may need to start a new training run with adjusted parameters
Managing Trained Models
Reviewing Results
After successful training:
- Navigate to the Trained Models section
- Find your newly created model
- Review the training metrics and performance
Publishing Models
To make a model available for detection:
- Select the trained model
- Click "Publish Model"
- Confirm the publication
Note
Only publish models that have been properly validated and meet your performance requirements.
Model Management
- View all trained models
- Check model details and configurations
- See which dataset was used
- Track model lineage (base model relationships)
Common Issues
Training Won't Start
- Check if you have the necessary permissions
- Verify dataset is properly prepared
- Ensure base model is accessible
Training Fails
- Check the error message
- Review the training logs
- Common causes
- Dataset format issues
- Resource constraints
- Configuration problems
Model Won't Publish
- Ensure training completed successfully
- Check you have publish permissions
- Verify model meets quality requirements
Training Tips
- Use descriptive names for training runs
- Start with smaller datasets to validate configuration
- Monitor training progress regularly
- Keep track of successful configurations
Tip
Need more help? Contact your system administrator or check the Training Documentation here.