As we removed the old bucket, now all the previously saved models and data are lost. We need to remove .dvc folder, run dvc init again, create a new bucket, and specify that bucket as a DVC remote.
Before we do that, we are likely to have problems with using DVC in scripts and running CI/CD (as we use DVC in it).
As we removed the old bucket, now all the previously saved models and data are lost. We need to remove .dvc folder, run
dvc initagain, create a new bucket, and specify that bucket as a DVC remote.Before we do that, we are likely to have problems with using DVC in scripts and running CI/CD (as we use DVC in it).