VisionRush/DeepFakeDefenders

ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref 338532d9-772c-451b-ba3d-c9fd060590f3::bivmsdw8vm9wgmzzrffunihup: "/pre_model": not found

Opened this issue · 1 comments

It seems there is a error when I try to start the first docker build.
image

./final_model_csv is where we store our final models. Please remove the command for creating this folder when building docker.

Before running the training, please make sure to download the ImageNet-1K pre-trained weights for the two models from the following links and place them in the./pre_modeldirectory:

RepLKNet: https://drive.google.com/file/d/1vo-P3XB6mRLUeDzmgv90dOu73uCeLfZN/view?usp=sharing
ConvNeXt: https://dl.fbaipublicfiles.com/convnext/convnext_base_1k_384.pth

We will update README.md soon.