clip-retrieval icon indicating copy to clipboard operation
clip-retrieval copied to clipboard

typo on read.me? pipe:aws command instructions. Missing "-"

Open Rebolforces opened this issue 2 years ago • 1 comments

Read.md is missing the "-" after .tar

clip_inference --input_dataset "pipe:aws s3 cp --quiet s3://myfolder/webdataset/{00000..00010}.tar" --output_folder "s3://myfolder/embeddings" --input_format webdataset

I believe it should be. clip_inference --input_dataset "pipe:aws s3 cp --quiet s3://myfolder/webdataset/{00000..00010}.tar -" --output_folder "s3://myfolder/embeddings" --input_format webdataset

Rebolforces avatar Mar 19 '22 14:03 Rebolforces

Yeah you're right

On Sat, Mar 19, 2022, 15:25 Allen Kamp @.***> wrote:

Read me show is missing the "-" after .tar

clip_inference --input_dataset "pipe:aws s3 cp --quiet s3://myfolder/webdataset/{00000..00010}.tar" --output_folder "s3://myfolder/embeddings" --input_format webdataset

I believe it should be. clip_inference --input_dataset "pipe:aws s3 cp --quiet s3://myfolder/webdataset/{00000..00010}.tar -" --output_folder "s3://myfolder/embeddings" --input_format webdataset

— Reply to this email directly, view it on GitHub https://github.com/rom1504/clip-retrieval/issues/127, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAR437WZEBEAO53M6NVX6XDVAXPULANCNFSM5RECZJUQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

rom1504 avatar Mar 19 '22 14:03 rom1504