Skip to content

Commit

Permalink
remove __name__==main
Browse files Browse the repository at this point in the history
  • Loading branch information
karinazad committed Mar 10, 2025
1 parent 5cc5f70 commit 2d20c8f
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,3 @@ def __init__(self):
cls_token="<cls>",
mask_token="<mask>",
)


if __name__ == "__main__":
tokenizer = _make_latent_generator_3d_coord_tokenizer()
tokenizer.save_pretrained("/Users/lisanzas/Research/Develop/lobster/src/lobster/assets/latent_generator_tokenizer")

0 comments on commit 2d20c8f

Please sign in to comment.