- Sparse captioning models in PyTorch and TensorFlow
- ACORT models
-
Tar
- Compress a directory, split into 90 MB chunks:
tar cvzf - RTrans__baseline/ | split --bytes=90MB - ORT-baseline.tar.gz.
- Compress a directory, split into 90 MB chunks:
-
Extract
- Recombine and extract split files:
cat ORT-baseline.tar.gz.* | tar xzvf -
- Recombine and extract split files: