# filename="saved_model/model.pt"
# fileid="1bjHvSQrKLtIYdextXBBKrk2l5P_xWdE1"
html=$(curl -c ./cookie -s -L "https://drive.google.com/uc?export=download&id=${fileid}")
curl -Lb ./cookie "https://drive.google.com/uc?export=download&$(echo "${html}"|grep -Po '(confirm=[a-zA-Z0-9\-_]+)')&id=${fileid}" -o "${filename}"