xyzforever / BEVT

PyTorch implementation of BEVT (CVPR 2022) https://arxiv.org/abs/2112.01529
Apache License 2.0
157 stars 19 forks source link

Should be `wget -O` instead of `wget -o` #5

Closed mindest closed 2 years ago

mindest commented 2 years ago

In https://github.com/xyzforever/BEVT/blob/3fc25e9ac2dd3c9e7cda501aa5bc137dee62e9d4/README.md?plain=1#L67-L68 the flag should be -O which "writes documents to FILE" instead of -o which "logs messages to FILE".

cddlyf commented 2 years ago

Thanks!