question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Pretrained models not showing up checkpoint list

See original GitHub issue

Hi, I’m trying to use the pre-trained model. I’ve downloaded the google drive folder and placed it in pretrained_models. When I run tabulo checkpoint list I do not see the local checkpoint.

Any idea what is going on?

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
calebjacksonhowardcommented, Mar 9, 2020

Figured it out, I think: From: https://github.com/interviewBubble/Tabulo/blob/master/docs/tutorial/06-creating-own-checkpoints.rst I put together the following: tabulo checkpoint create 6aac7a1e8a8e/config.yml -e alias="tables" -e name="Tabulo Pretrained" using the config.yml file inside the downloaded directory: luminoth/utils/pretrained_models/luminoth/checkpoints/

0reactions
Axo-Fvcommented, Jul 18, 2020

When I execute tabulo checkpoint list… I got No checkpoints available. ¿Is for the same reason?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to restore pretrained checkpoint for current model in ...
1 Answer 1 ... You can use tf.get_collection(tf.GraphKeys.GLOBAL_VARIABLES) to get a list of all variable names in current graph. You also can ...
Read more >
"Some weights of the model checkpoint at bert-base-uncased ...
Some weights of BertForMaskedLM were not initialized from the model checkpoint at bert-large-uncased-whole-word-masking and are newly initialized: ['cls.
Read more >
Models - Hugging Face
The warning Weights from XXX not initialized from pretrained model means that the weights of XXX do not come pretrained with the rest...
Read more >
Training checkpoints | TensorFlow Core
Checkpoints capture the exact value of all parameters ( tf.Variable objects) used by a model. Checkpoints do not contain any description of the...
Read more >
Checkpoints — NVIDIA NeMo
There are two main ways to load pretrained checkpoints in NeMo: Using the restore_from() method ... The tables below list the ASR models...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found