Niyuzhou
Niyuzhou
as usual ,I didn't change anything.
Thank you for your help,I apply "make setup" to install this project,and I saw pip install --upgrade pip pip install --requirement requirements/dev.txt pip install --requirement requirements/docs.txt pip install --requirement requirements/runtime.txt...
I just commented related [pre-commit configuration block](https://github.com/vacanza/python-holidays/blob/15f8335820d8082a9bb2d325259fa2c50af63f6d/.pre-commit-config.yaml#L58) out,and all passed. the this issue will be closed.
MODEL_NAME=eva_g_patch14 sz=336 batch_size=16 crop_pct=1.0 EVAL_CKPT=/path/to/eva_21k_1k_336px_psz14_ema_89p6.pt # https://huggingface.co/BAAI/EVA/blob/main/eva_21k_1k_336px_psz14_ema_89p6.pt DATA_PATH=/data_gs/imagenet NNODES=1 NODE_RANK=0 MASTER_ADDR=127.0.0.1 python -m torch.distributed.launch --nproc_per_node=7 --nnodes=$NNODES --node_rank=$NODE_RANK \ --master_addr=$MASTER_ADDR --master_port=12355 --use_env run_class_finetuning.py \ --data_path ${DATA_PATH}/train \ --eval_data_path ${DATA_PATH}/val \ --nb_classes...
the environment of docker container cause this problem ,please use newest container from ngc