Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D DeepPavlov
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 18
    • Issues 18
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DeepPavlov
  • DeepPavlov
  • Issues
  • #1160
Closed
Open
Issue created Mar 27, 2020 by Andrei Glinskii@glinskii.avDeveloper

Dont load previous model in bert_classifier

Created by: grayskripko

I found that on each run my model shows better results. It was suspicious. I realized it uses the same trained model. I tried to remove "load_path" from config file in "train" section and it raised an exception File "....\Anaconda3\lib\site-packages\deeppavlov\models\bert\bert_classifier.py", line 98, in init and not tf.train.checkpoint_exists(str(self.load_path.resolve())): AttributeError: 'NoneType' object has no attribute 'resolve' What is good way to train a fresh model everytime and not to delete files manually before each training?

Assignee
Assign to
Time tracking