Closed juingzhou closed 2 years ago
hello, I want to pretext task regularizer
Hello! For pretext task regularizer training use PretextTaskTrainer
You can do it by filling the config file, as it is shown in the example
Then run command python main.py -m=pretext -c <path to your config>
python main.py -m=pretext -c <path to your config>
Good luck!
hello, I want to pretext task regularizer