@@ -400,39 +400,39 @@ def load_user_module(path: str) -> Any:
400400}
401401
402402FT_EVAL_TASKS = {
403- "m_eurosat" : DownstreamTaskConfig (
404- dataset = "m-eurosat" ,
405- ft_batch_size = 64 ,
406- num_workers = 0 ,
407- pooling_type = PoolingType .MEAN ,
408- norm_stats_from_pretrained = True ,
409- epochs = 50 ,
410- ),
411- "m_bigearthnet" : DownstreamTaskConfig (
412- dataset = "m-bigearthnet" ,
413- ft_batch_size = 16 ,
414- num_workers = 4 ,
415- pooling_type = PoolingType .MEAN ,
416- norm_stats_from_pretrained = True ,
417- epochs = 50 ,
418- ),
419- "m_so2sat" : DownstreamTaskConfig (
420- dataset = "m-so2sat" ,
421- ft_batch_size = 32 ,
422- num_workers = 4 ,
423- pooling_type = PoolingType .MEAN ,
424- norm_stats_from_pretrained = True ,
425- epochs = 50 ,
426- ),
427- "m_sa_crop_type" : DownstreamTaskConfig (
428- dataset = "m-sa-crop-type" ,
429- ft_batch_size = 32 ,
430- num_workers = 2 ,
431- pooling_type = PoolingType .MEAN ,
432- norm_stats_from_pretrained = False ,
433- norm_method = NormMethod .NORM_NO_CLIP_2_STD ,
434- epochs = 50 ,
435- ),
403+ # "m_eurosat": DownstreamTaskConfig(
404+ # dataset="m-eurosat",
405+ # ft_batch_size=64,
406+ # num_workers=0,
407+ # pooling_type=PoolingType.MEAN,
408+ # norm_stats_from_pretrained=True,
409+ # epochs=50,
410+ # ),
411+ # "m_bigearthnet": DownstreamTaskConfig(
412+ # dataset="m-bigearthnet",
413+ # ft_batch_size=16,
414+ # num_workers=4,
415+ # pooling_type=PoolingType.MEAN,
416+ # norm_stats_from_pretrained=True,
417+ # epochs=50,
418+ # ),
419+ # "m_so2sat": DownstreamTaskConfig(
420+ # dataset="m-so2sat",
421+ # ft_batch_size=32,
422+ # num_workers=4,
423+ # pooling_type=PoolingType.MEAN,
424+ # norm_stats_from_pretrained=True,
425+ # epochs=50,
426+ # ),
427+ # "m_sa_crop_type": DownstreamTaskConfig(
428+ # dataset="m-sa-crop-type",
429+ # ft_batch_size=32,
430+ # num_workers=2,
431+ # pooling_type=PoolingType.MEAN,
432+ # norm_stats_from_pretrained=False,
433+ # norm_method=NormMethod.NORM_NO_CLIP_2_STD,
434+ # epochs=50,
435+ # ),
436436 "mados" : DownstreamTaskConfig (
437437 dataset = "mados" ,
438438 ft_batch_size = 16 ,
0 commit comments