huyquoctrinh / MetaPolyp-CBMS2023

Meta-Polyp: a baseline for efficient Polyp segmentation (CBMS 2023)
MIT License
68 stars 9 forks source link

when I try to train this model ,there are always let me to download this #3

Open goldenfish2000 opened 1 year ago

goldenfish2000 commented 1 year ago

C:\Users\Goldenfish.conda\envs\meta\lib\site-packages\keras\initializers\initializers_v2.py:120: UserWarning: The initializer VarianceScaling is unseeded and being called multiple times, which will return identical values each time (even if the initializer is unseeded). Please update your code to provide a seed to the initializer, or avoid using the same initalizer instance more than once. warnings.warn( Downloading data from https://github.com/leondgarse/keras_cv_attention_models/releases/download/caformer/caformer_s18_224_imagenet.h5 [Error] will not load weights, url not found or download failed: https://github.com/leondgarse/keras_cv_attention_models/releases/download/caformer/caform er_s18_224_imagenet.h5

it's always fail to download , but sometimes it worked and very solwly. I try to download this file and pretain model, but it's looks like doesn't work.

huyquoctrinh commented 1 year ago

Hi, if you have already downloaded the weight for the Caformer, you can load the weight directly to the whole backbone, I hope this information will help you.