unzip, wget

안준모·2024년 8월 8일

unzip [obj.zip] -d [directory to unzip]

!unzip root/project/data/jmahn/data/some/cats_and_dogs_filtered.zip -d /root/project/data/jmahn/data/some
wget [obj.zip] -P [directory to download]
!wget https://storage.googleapis.com/mledu-datasets/cats_and_dogs_filtered.zip -P /root/project/data/jmahn/data/some
profile
MLops 에 관심이 많습니다.

0개의 댓글