Tabulo
Tabulo copied to clipboard
Pretrained models not showing up checkpoint list
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?
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.
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/
yes - the above appears to have worked.
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!
When I execute tabulo checkpoint list
... I got No checkpoints available
. ¿Is for the same reason?