Skip to content
Snippets Groups Projects
Commit ed516a41 authored by Maja Jablonska's avatar Maja Jablonska
Browse files

Remove commands

parent 901d94ed
1 merge request!46Merge COMBO 3.0 into master
from .train import FinetuningTrainModel
\ No newline at end of file
from pytorch_lightning import Trainer
class FinetuningTrainModel(Trainer):
"""
Class made only for finetuning,
the only difference is saving vocab from concatenated
(archive and current) datasets
"""
pass
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment