Train the generator using traingerator.py
Set the path of the trained generator in modified-few-shot-meta-baseline/models/meta_baseline.py
For testing its effect on the MetaBaseline model. We'll be using a modified version of MetaBaseline, located in the modified-few-shot-meta-baseline folder. refer to the original MetaBaseline GitHub repository for more details on the evaluation process.
Before starting, ensure you have installed the necessary dependencies for both the generator and MetaBaseline:
-
Check
requirements.txtfor Dependencies:
Install the required dependencies by running the following:pip install -r requirements.txt