Skip to content

jiahuei/sparse-captioning-checkpoints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pre-trained Checkpoints

Models

  1. Sparse captioning models in PyTorch and TensorFlow
  2. ACORT models

Create & extract multipart tar.gz files

ref

  • Tar

    1. Compress a directory, split into 90 MB chunks: tar cvzf - RTrans__baseline/ | split --bytes=90MB - ORT-baseline.tar.gz.
  • Extract

    1. Recombine and extract split files: cat ORT-baseline.tar.gz.* | tar xzvf -

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published