clip-retrieval
clip-retrieval copied to clipboard
typo on read.me? pipe:aws command instructions. Missing "-"
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
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: @.***>