Tabulo icon indicating copy to clipboard operation
Tabulo copied to clipboard

Pretrained models not showing up checkpoint list

Open omarwagih opened this issue 4 years ago • 5 comments

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?

omarwagih avatar Mar 07 '20 19:03 omarwagih

I'm having the same issue. I've been moving the files around, because it is unclear to me which directory specifically (from dropbox) should be put in luminoth/utils/pretrained_models.

I have also tried tabulo checkpoint refresh prior to tabulo checkpoint list to no success.

calebjacksonhoward avatar Mar 09 '20 06:03 calebjacksonhoward

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/

calebjacksonhoward avatar Mar 09 '20 06:03 calebjacksonhoward

yes - the above appears to have worked.

calebjacksonhoward avatar Mar 09 '20 17:03 calebjacksonhoward

Try cmd: tabulo checkpoint create This is invalid command so you will see 'Traceback'.

"/home/ubuntu/.local/lib/python2.7/site-packages/luminoth/tools/checkpoint/init.py", Edit the line 31(maybe) or variable 'path'! It works!

choyinoom avatar Mar 26 '20 07:03 choyinoom

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

Axo-Fv avatar Jul 18 '20 22:07 Axo-Fv