From 976d9c360b8f5f5f596201bbe87c775e99f7cf8b Mon Sep 17 00:00:00 2001 From: Runze Wang Date: Wed, 3 Jun 2026 14:15:54 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 926260768 --- baselines/cifar/batchensemble.py | 2 +- baselines/cifar/condconv.py | 2 +- baselines/cifar/deterministic.py | 2 +- baselines/cifar/dropout.py | 2 +- baselines/cifar/ensemble.py | 2 +- baselines/cifar/experiments/deterministic_tune.py | 2 +- baselines/cifar/experiments/dropout_tune.py | 2 +- baselines/cifar/experiments/sngp_dropout_tune.py | 2 +- baselines/cifar/experiments/sngp_dropout_tune_cifar100.py | 2 +- baselines/cifar/experiments/sngp_ensemble_tune.py | 2 +- baselines/cifar/experiments/sngp_ensemble_tune_cifar100.py | 2 +- baselines/cifar/experiments/sngp_ood_eval.py | 2 +- baselines/cifar/experiments/sngp_tune.py | 2 +- baselines/cifar/experiments/sngp_tune_cifar100.py | 2 +- baselines/cifar/het_ensemble.py | 2 +- baselines/cifar/heteroscedastic.py | 2 +- baselines/cifar/hetsngp.py | 2 +- baselines/cifar/hyperbatchensemble.py | 2 +- baselines/cifar/hyperdeepensemble.py | 2 +- .../hyperdeepensemble_configs/cifar100_rand_search_sweep.py | 2 +- .../hyperdeepensemble_configs/cifar100_retraining_sweep.py | 2 +- .../hyperdeepensemble_configs/cifar10_rand_search_sweep.py | 2 +- .../hyperdeepensemble_configs/cifar10_retraining_sweep.py | 2 +- baselines/cifar/mimo.py | 2 +- baselines/cifar/ood_utils.py | 2 +- baselines/cifar/posterior_network.py | 2 +- baselines/cifar/rank1_bnn.py | 2 +- baselines/cifar/sngp.py | 2 +- baselines/cifar/sngp_batchensemble.py | 2 +- baselines/cifar/sngp_ensemble.py | 2 +- baselines/cifar/utils.py | 2 +- baselines/cifar/variational_inference.py | 2 +- baselines/clinc_intent/bert_utils.py | 2 +- baselines/clinc_intent/deterministic.py | 2 +- baselines/clinc_intent/deterministic_model_textcnn.py | 2 +- baselines/clinc_intent/dropout.py | 2 +- baselines/clinc_intent/ensemble.py | 2 +- baselines/clinc_intent/sngp.py | 2 +- baselines/clinc_intent/sngp_ensemble.py | 2 +- .../diabetic_retinopathy_detection/batchensemble_utils.py | 2 +- baselines/diabetic_retinopathy_detection/checkpoint_utils.py | 2 +- .../diabetic_retinopathy_detection/deferred_prediction.py | 2 +- baselines/diabetic_retinopathy_detection/deterministic.py | 2 +- baselines/diabetic_retinopathy_detection/dropout.py | 2 +- baselines/diabetic_retinopathy_detection/eval_model.py | 2 +- .../experiments/config/drd_vit_base16.py | 2 +- .../experiments/config/imagenet21k_vit_base16_finetune.py | 2 +- .../experiments/config/imagenet21k_vit_base16_sngp_finetune.py | 2 +- .../experiments/config/vit_l32_be_finetune.py | 2 +- .../experiments/config/vit_l32_finetune.py | 2 +- .../experiments/example/deterministic_tune.py | 2 +- .../experiments/initial_tuning/deterministic_final.py | 2 +- .../experiments/initial_tuning/deterministic_tune_final.py | 2 +- .../experiments/initial_tuning/dropout_final.py | 2 +- .../experiments/initial_tuning/dropout_tune.py | 2 +- .../experiments/initial_tuning/dropout_tune_final.py | 2 +- .../experiments/initial_tuning/radial_final.py | 2 +- .../experiments/initial_tuning/radial_tune.py | 2 +- .../experiments/initial_tuning/radial_tune_final.py | 2 +- .../experiments/initial_tuning/variational_inference_final.py | 2 +- .../experiments/initial_tuning/variational_inference_tune.py | 2 +- .../initial_tuning/variational_inference_tune_final.py | 2 +- .../deterministic/aptos/aptos-deterministic-indomain.py | 2 +- .../deterministic/aptos/aptos-deterministic-joint.py | 2 +- .../deterministic/severity/severity-deterministic-indomain.py | 2 +- .../deterministic/severity/severity-deterministic-joint.py | 2 +- .../top_config/dropout/aptos/aptos-dropout-indomain.py | 2 +- .../top_config/dropout/aptos/aptos-dropout-joint.py | 2 +- .../top_config/dropout/severity/severity-dropout-indomain.py | 2 +- .../top_config/dropout/severity/severity-dropout-joint.py | 2 +- .../top_config/radial/aptos/aptos-radial-indomain.py | 2 +- .../experiments/top_config/radial/aptos/aptos-radial-joint.py | 2 +- .../radial/severity/severity-radial-indomain-and-joint.py | 2 +- .../tuning/deterministic/aptos-deterministic-moderate.py | 2 +- .../tuning/deterministic/severity-deterministic-moderate.py | 2 +- .../experiments/tuning/dropout/aptos-dropout-moderate.py | 2 +- .../experiments/tuning/dropout/severity-dropout-moderate.py | 2 +- .../experiments/tuning/radial/severity-radial-moderate.py | 2 +- .../experiments/tuning/rank1_bnn/aptos-rank1-moderate.py | 2 +- .../experiments/tuning/rank1_bnn/severity-rank1-moderate.py | 2 +- .../tuning/variational_inference/aptos-vi-moderate.py | 2 +- .../tuning/variational_inference/severity-vi-moderate.py | 2 +- .../experiments/vit16_finetune/aptos-deterministic.py | 2 +- baselines/diabetic_retinopathy_detection/fsvi.py | 2 +- .../diabetic_retinopathy_detection/fsvi_utils/initializers.py | 2 +- .../diabetic_retinopathy_detection/fsvi_utils/networks.py | 2 +- .../diabetic_retinopathy_detection/fsvi_utils/objectives.py | 2 +- baselines/diabetic_retinopathy_detection/fsvi_utils/utils.py | 2 +- .../fsvi_utils/utils_linearization.py | 2 +- baselines/diabetic_retinopathy_detection/input_utils.py | 2 +- .../jax_finetune_batchensemble.py | 2 +- .../jax_finetune_deterministic.py | 2 +- baselines/diabetic_retinopathy_detection/jax_finetune_sngp.py | 2 +- .../model_selection/analyze_tensorboards.py | 2 +- .../model_selection/parse_tensorboards.py | 2 +- baselines/diabetic_retinopathy_detection/plot_methods.py | 2 +- baselines/diabetic_retinopathy_detection/preprocess_utils.py | 2 +- baselines/diabetic_retinopathy_detection/radial.py | 2 +- baselines/diabetic_retinopathy_detection/rank1_bnn.py | 2 +- baselines/diabetic_retinopathy_detection/torch_dropout.py | 2 +- baselines/diabetic_retinopathy_detection/torch_utils.py | 2 +- baselines/diabetic_retinopathy_detection/train_utils.py | 2 +- baselines/diabetic_retinopathy_detection/utils/__init__.py | 2 +- baselines/diabetic_retinopathy_detection/utils/data_utils.py | 2 +- .../diabetic_retinopathy_detection/utils/distribution_utils.py | 2 +- baselines/diabetic_retinopathy_detection/utils/eval_utils.py | 2 +- baselines/diabetic_retinopathy_detection/utils/loss_utils.py | 2 +- baselines/diabetic_retinopathy_detection/utils/metric_utils.py | 2 +- baselines/diabetic_retinopathy_detection/utils/model_utils.py | 2 +- baselines/diabetic_retinopathy_detection/utils/plot_utils.py | 2 +- .../utils/results_storage_utils.py | 2 +- .../diabetic_retinopathy_detection/utils/uncertainty_utils.py | 2 +- baselines/diabetic_retinopathy_detection/utils/vit_utils.py | 2 +- .../diabetic_retinopathy_detection/variational_inference.py | 2 +- baselines/drug_cardiotoxicity/augmentation_utils.py | 2 +- baselines/drug_cardiotoxicity/augmentation_utils_test.py | 2 +- baselines/drug_cardiotoxicity/deterministic.py | 2 +- baselines/drug_cardiotoxicity/sngp.py | 2 +- baselines/drug_cardiotoxicity/utils.py | 2 +- baselines/drug_cardiotoxicity/utils_test.py | 2 +- baselines/imagenet/__init__.py | 2 +- baselines/imagenet/batchensemble.py | 2 +- baselines/imagenet/batchensemble_test.py | 2 +- baselines/imagenet/deterministic.py | 2 +- baselines/imagenet/dropout.py | 2 +- baselines/imagenet/efficientnet.py | 2 +- baselines/imagenet/efficientnet_be.py | 2 +- baselines/imagenet/het_ensemble.py | 2 +- baselines/imagenet/het_mimo.py | 2 +- baselines/imagenet/het_rank1_bnn.py | 2 +- baselines/imagenet/heteroscedastic.py | 2 +- baselines/imagenet/hetsngp.py | 2 +- baselines/imagenet/metrics.py | 2 +- baselines/imagenet/mimo.py | 2 +- baselines/imagenet/rank1_bnn.py | 2 +- baselines/imagenet/rank1_bnn_test.py | 2 +- baselines/imagenet/sngp.py | 2 +- baselines/imagenet/sngp_batchensemble.py | 2 +- baselines/imagenet/sngp_ensemble.py | 2 +- baselines/imagenet/utils.py | 2 +- baselines/jft/active_learning.py | 2 +- baselines/jft/active_learning_test.py | 2 +- baselines/jft/al_utils.py | 2 +- baselines/jft/al_utils_test.py | 2 +- baselines/jft/batchensemble.py | 2 +- baselines/jft/batchensemble_test.py | 2 +- baselines/jft/batchensemble_utils.py | 2 +- baselines/jft/begp.py | 2 +- baselines/jft/begp_test.py | 2 +- baselines/jft/bit_deterministic.py | 2 +- baselines/jft/bit_heteroscedastic.py | 2 +- baselines/jft/checkpoint_utils.py | 2 +- baselines/jft/checkpoint_utils_test.py | 2 +- baselines/jft/data_uncertainty_utils.py | 2 +- baselines/jft/deep_ensemble.py | 2 +- baselines/jft/deep_ensemble_test.py | 2 +- baselines/jft/deterministic.py | 2 +- baselines/jft/deterministic_test.py | 2 +- baselines/jft/deterministic_utils.py | 2 +- baselines/jft/experiments/bit/imagenet21k_bit_resnet152.py | 2 +- .../bit/imagenet21k_bit_resnet152_heteroscedastic.py | 2 +- baselines/jft/experiments/bit/imagenet21k_bit_resnet50x2.py | 2 +- .../bit/imagenet21k_bit_resnet50x2_finetune_cifar10.py | 2 +- .../bit/imagenet21k_bit_resnet50x2_finetune_cifar100.py | 2 +- .../bit/imagenet21k_bit_resnet50x2_heteroscedastic.py | 2 +- baselines/jft/experiments/bit/jft300m_bit_resnet152.py | 2 +- .../experiments/bit/jft300m_bit_resnet152_heteroscedastic.py | 2 +- baselines/jft/experiments/bit/jft300m_bit_resnet50x2.py | 2 +- .../experiments/bit/jft300m_bit_resnet50x2_finetune_cifar10.py | 2 +- .../bit/jft300m_bit_resnet50x2_finetune_cifar100.py | 2 +- .../bit/jft300m_bit_resnet50x2_finetune_imagenet.py | 2 +- baselines/jft/experiments/common_fewshot.py | 2 +- baselines/jft/experiments/deep_ensemble_downstream_vit_b32.py | 2 +- baselines/jft/experiments/deep_ensemble_downstream_vit_l32.py | 2 +- baselines/jft/experiments/deep_ensemble_downstream_vit_s32.py | 2 +- baselines/jft/experiments/deep_ensemble_jft300m_vit_b32.py | 2 +- baselines/jft/experiments/deep_ensemble_jft300m_vit_l32.py | 2 +- baselines/jft/experiments/deep_ensemble_jft300m_vit_s32.py | 2 +- baselines/jft/experiments/eee_downstream_vit_l32.py | 2 +- baselines/jft/experiments/imagenet21k_vit_base16.py | 2 +- .../jft/experiments/imagenet21k_vit_base16_eval_imagenet.py | 2 +- .../jft/experiments/imagenet21k_vit_base16_finetune_cifar10.py | 2 +- .../experiments/imagenet21k_vit_base16_finetune_cifar100.py | 2 +- .../experiments/imagenet21k_vit_base16_finetune_imagenet.py | 2 +- .../jft/experiments/imagenet21k_vit_base16_heteroscedastic.py | 2 +- .../imagenet21k_vit_base16_heteroscedastic_eval_imagenet.py | 2 +- ...imagenet21k_vit_base16_heteroscedastic_finetune_imagenet.py | 2 +- baselines/jft/experiments/imagenet21k_vit_base16_hetsngp.py | 2 +- baselines/jft/experiments/imagenet21k_vit_base16_sngp.py | 2 +- .../experiments/imagenet21k_vit_base16_sngp_finetune_cifar.py | 2 +- .../imagenet21k_vit_base16_sngp_finetune_cifar100.py | 2 +- baselines/jft/experiments/imagenet21k_vit_l32.py | 2 +- baselines/jft/experiments/imagenet21k_vit_l32_eval_imagenet.py | 2 +- .../jft/experiments/imagenet21k_vit_l32_heteroscedastic.py | 2 +- .../imagenet21k_vit_l32_heteroscedastic_eval_imagenet.py | 2 +- baselines/jft/experiments/imagenet21k_vit_l32_hetsngp.py | 2 +- baselines/jft/experiments/jft300m_vit_base16.py | 2 +- .../jft/experiments/jft300m_vit_base16_finetune_cifar10.py | 2 +- .../jft/experiments/jft300m_vit_base16_finetune_cifar100.py | 2 +- .../jft/experiments/jft300m_vit_base16_finetune_imagenet.py | 2 +- .../jft/experiments/jft300m_vit_base16_heteroscedastic.py | 2 +- .../jft300m_vit_base16_heteroscedastic_finetune_cifar.py | 2 +- .../jft300m_vit_base16_heteroscedastic_finetune_imagenet.py | 2 +- baselines/jft/experiments/jft300m_vit_base16_sngp.py | 2 +- .../jft/experiments/jft300m_vit_base16_sngp_finetune_cifar.py | 2 +- .../experiments/jft300m_vit_base16_sngp_finetune_cifar100.py | 2 +- baselines/jft/experiments/jft300m_vit_base_32.py | 2 +- baselines/jft/experiments/jft300m_vit_l32.py | 2 +- baselines/jft/experiments/jft300m_vit_l32_finetune_cifar10.py | 2 +- baselines/jft/experiments/jft300m_vit_l32_finetune_cifar100.py | 2 +- baselines/jft/experiments/jft300m_vit_l32_finetune_imagenet.py | 2 +- baselines/jft/experiments/jft300m_vit_l32_heteroscedastic.py | 2 +- .../jft300m_vit_l32_heteroscedastic_finetune_cifar10.py | 2 +- .../jft300m_vit_l32_heteroscedastic_finetune_cifar100.py | 2 +- .../jft300m_vit_l32_heteroscedastic_finetune_imagenet.py | 2 +- baselines/jft/experiments/jft300m_vit_l32_hetgpbe.py | 2 +- baselines/jft/experiments/jft300m_vit_l32_hetsngp.py | 2 +- baselines/jft/experiments/jft300m_vit_l32_mimo.py | 2 +- baselines/jft/experiments/jft300m_vit_l32_sngp.py | 2 +- baselines/jft/experiments/jft300m_vit_small8_16.py | 2 +- baselines/jft/experiments/jft300m_vit_small8_32.py | 2 +- baselines/jft/experiments/jft300m_vit_small8_32_mimo.py | 2 +- baselines/jft/experiments/sweep_utils.py | 2 +- .../jft/experiments/vit_base16_finetune_cifar_10_and_100.py | 2 +- .../experiments/vit_base16_sngp_finetune_cifar_10_and_100.py | 2 +- baselines/jft/experiments/vit_be/be_vit_b32_finetune.py | 2 +- .../jft/experiments/vit_be/be_vit_base_16_finetune_cifar10.py | 2 +- baselines/jft/experiments/vit_be/be_vit_l32_active_learning.py | 2 +- baselines/jft/experiments/vit_be/be_vit_l32_finetune.py | 2 +- .../vit_be/be_vit_l32_finetune_cifar_subpopulation.py | 2 +- .../jft/experiments/vit_be/be_vit_l32_finetune_rank1_bnn.py | 2 +- .../vit_be/be_vit_l32_upstream_deterministic_finetune.py | 2 +- ..._l32_upstream_deterministic_finetune_cifar_subpopulation.py | 2 +- baselines/jft/experiments/vit_be/be_vit_s32_finetune.py | 2 +- .../jft/experiments/vit_be/imagenet21k_be_vit_large_32.py | 2 +- .../vit_be/imagenet21k_be_vit_large_32_eval_imagenet.py | 2 +- baselines/jft/experiments/vit_be/jft300m_be_vit_base_16.py | 2 +- baselines/jft/experiments/vit_be/jft300m_be_vit_base_32.py | 2 +- baselines/jft/experiments/vit_be/jft300m_be_vit_huge_14.py | 2 +- baselines/jft/experiments/vit_be/jft300m_be_vit_large_32.py | 2 +- baselines/jft/experiments/vit_be/jft300m_be_vit_small8_32.py | 2 +- .../jft/experiments/vit_be/jft300m_rank1_bnn_vit_large_32.py | 2 +- baselines/jft/experiments/vit_l32_active_learning.py | 2 +- baselines/jft/experiments/vit_l32_active_learning_cifar.py | 2 +- baselines/jft/experiments/vit_l32_active_learning_places365.py | 2 +- baselines/jft/experiments/vit_l32_be_fewshot.py | 2 +- baselines/jft/experiments/vit_l32_begp_finetune.py | 2 +- .../experiments/vit_l32_begp_finetune_cifar_subpopulation.py | 2 +- baselines/jft/experiments/vit_l32_cifar_only_subpopulation.py | 2 +- baselines/jft/experiments/vit_l32_fewshot.py | 2 +- baselines/jft/experiments/vit_l32_finetune.py | 2 +- .../jft/experiments/vit_l32_finetune_cifar_subpopulation.py | 2 +- baselines/jft/experiments/vit_l32_hetgpbe_finetune.py | 2 +- baselines/jft/experiments/vit_l32_plex_finetune.py | 2 +- .../experiments/vit_l32_plex_finetune_cifar_subpopulation.py | 2 +- baselines/jft/experiments/vit_l32_sngp_finetune.py | 2 +- baselines/jft/experiments/vmoe_downstream_vit_l32.py | 2 +- baselines/jft/experiments/vmoe_jft300m_vit_l32.py | 2 +- baselines/jft/fewshot_learning.py | 2 +- baselines/jft/fewshot_utils.py | 2 +- baselines/jft/fewshot_utils_test.py | 2 +- baselines/jft/heteroscedastic.py | 2 +- baselines/jft/heteroscedastic_test.py | 2 +- baselines/jft/hetgpbe.py | 2 +- baselines/jft/hetsngp.py | 2 +- baselines/jft/input_utils.py | 3 ++- baselines/jft/input_utils_test.py | 2 +- baselines/jft/mimo.py | 2 +- baselines/jft/ood_utils.py | 2 +- baselines/jft/ood_utils_test.py | 2 +- baselines/jft/plex.py | 2 +- baselines/jft/preprocess_utils.py | 2 +- baselines/jft/preprocess_utils_test.py | 2 +- baselines/jft/rank1_bnn.py | 2 +- baselines/jft/rank1_bnn_test.py | 2 +- baselines/jft/sngp.py | 2 +- baselines/jft/sngp_test.py | 2 +- baselines/jft/subpopl_utils.py | 2 +- baselines/jft/subpopl_utils_test.py | 2 +- baselines/jft/test_utils.py | 2 +- baselines/jft/train_utils.py | 2 +- baselines/jft/train_utils_test.py | 2 +- baselines/jft/vmoe.py | 2 +- baselines/jft/vmoe_utils.py | 2 +- baselines/jft/vmoe_utils_test.py | 2 +- baselines/mnist/deterministic.py | 2 +- baselines/mnist/utils.py | 2 +- baselines/mnist/variational_inference.py | 2 +- baselines/privileged_information/cifar_pi/distill_pi.py | 2 +- baselines/privileged_information/cifar_pi/no_pi.py | 2 +- .../privileged_information/cifar_pi/pi_full_marginalization.py | 2 +- baselines/privileged_information/cifar_pi/tram.py | 2 +- baselines/privileged_information/imagenet_pi/distill_pi.py | 2 +- baselines/privileged_information/imagenet_pi/no_pi.py | 2 +- .../imagenet_pi/pi_full_marginalization.py | 2 +- baselines/privileged_information/imagenet_pi/tram.py | 2 +- baselines/privileged_information/pi_utils.py | 2 +- baselines/privileged_information/pi_utils_test.py | 2 +- baselines/t5/configs/architectures/t5_1_1_base.gin | 2 +- baselines/t5/configs/architectures/t5_1_1_large.gin | 2 +- baselines/t5/configs/architectures/t5_1_1_small.gin | 2 +- baselines/t5/configs/architectures/t5_base.gin | 2 +- baselines/t5/configs/architectures/t5_large.gin | 2 +- baselines/t5/configs/architectures/t5_small.gin | 2 +- baselines/t5/configs/models/decoder_only_beam_score.gin | 2 +- baselines/t5/configs/models/decoder_only_token_score.gin | 2 +- baselines/t5/configs/models/encoder_decoder_be.gin | 2 +- baselines/t5/configs/models/encoder_decoder_be_classifier.gin | 2 +- baselines/t5/configs/models/encoder_decoder_be_gp.gin | 2 +- .../t5/configs/models/encoder_decoder_be_gp_classifier.gin | 2 +- baselines/t5/configs/models/encoder_decoder_beam_score.gin | 2 +- baselines/t5/configs/models/encoder_decoder_classifier.gin | 2 +- baselines/t5/configs/models/encoder_decoder_gp.gin | 2 +- baselines/t5/configs/models/encoder_decoder_gp_classifier.gin | 2 +- baselines/t5/configs/models/encoder_decoder_het.gin | 2 +- baselines/t5/configs/models/encoder_decoder_het_classifier.gin | 2 +- baselines/t5/configs/models/encoder_decoder_token_score.gin | 2 +- baselines/t5/configs/runs/finetune_deterministic.gin | 2 +- baselines/t5/configs/runs/prediction_service.gin | 2 +- baselines/t5/configs/tasks/bigbench_mcqa.gin | 2 +- baselines/t5/configs/tasks/cnn_dailymail.gin | 2 +- baselines/t5/configs/tasks/deepbank.gin | 2 +- baselines/t5/configs/tasks/deepbank_infer.gin | 2 +- baselines/t5/configs/tasks/deepbank_train.gin | 2 +- baselines/t5/configs/tasks/mnli.gin | 2 +- baselines/t5/configs/tasks/mtop.gin | 2 +- baselines/t5/configs/tasks/multiwoz.gin | 2 +- baselines/t5/configs/tasks/nalue.gin | 2 +- baselines/t5/configs/tasks/smcalflow.gin | 2 +- baselines/t5/configs/tasks/smcalflow_infer.gin | 2 +- baselines/t5/configs/tasks/snips.gin | 2 +- baselines/t5/configs/tasks/snips_infer.gin | 2 +- baselines/t5/configs/tasks/toxic_comments.gin | 2 +- baselines/t5/configs/tasks/xsum.gin | 2 +- baselines/t5/data/deepbank/data_utils.py | 2 +- baselines/t5/data/deepbank/graph_linear_utils.py | 2 +- baselines/t5/data/deepbank/graph_utils.py | 2 +- baselines/t5/data/deepbank/graph_utils_test.py | 2 +- baselines/t5/data/deepbank/lispress_utils.py | 2 +- baselines/t5/data/deepbank/meta_graph_utils.py | 2 +- baselines/t5/data/deepbank/penman_utils.py | 2 +- baselines/t5/data/deepbank/retrieval_utils.py | 2 +- baselines/t5/data/deepbank/tree_utils.py | 2 +- baselines/t5/data/metrics.py | 2 +- baselines/t5/data/metrics_test.py | 2 +- baselines/t5/data/metrics_utils.py | 2 +- baselines/t5/data/mixtures.py | 2 +- baselines/t5/data/nalue/data_utils.py | 2 +- baselines/t5/data/nalue/data_utils_test.py | 2 +- baselines/t5/data/preprocessors.py | 2 +- baselines/t5/data/preprocessors_test.py | 2 +- baselines/t5/data/tasks/__init__.py | 2 +- baselines/t5/data/tasks/bigbench_mcqa.py | 2 +- baselines/t5/data/tasks/dataflow.py | 2 +- baselines/t5/data/tasks/deepbank.py | 2 +- baselines/t5/data/tasks/mnli.py | 2 +- baselines/t5/data/tasks/nalue.py | 2 +- baselines/t5/data/tasks/toxic_comments.py | 2 +- baselines/t5/data/tasks/utils.py | 2 +- baselines/t5/decoding.py | 2 +- baselines/t5/deterministic_test.py | 2 +- baselines/t5/ensemble_eval_binary_test.py | 2 +- baselines/t5/ensemble_eval_sequence_test.py | 2 +- baselines/t5/mcdropout_eval_test.py | 2 +- baselines/t5/models/be_models.py | 2 +- baselines/t5/models/be_models_test.py | 2 +- baselines/t5/models/gp_models.py | 2 +- baselines/t5/models/gp_models_test.py | 2 +- baselines/t5/models/heteroscedastic_models.py | 2 +- baselines/t5/models/heteroscedastic_models_test.py | 2 +- baselines/t5/models/models.py | 2 +- baselines/t5/models/models_test.py | 2 +- baselines/t5/sngp_test.py | 2 +- baselines/t5/utils.py | 2 +- baselines/t5/utils_test.py | 2 +- baselines/toxic_comments/deterministic.py | 2 +- baselines/toxic_comments/dropout.py | 2 +- baselines/toxic_comments/ensemble.py | 2 +- baselines/toxic_comments/metrics.py | 2 +- baselines/toxic_comments/metrics_test.py | 2 +- baselines/toxic_comments/sngp.py | 2 +- baselines/toxic_comments/sngp_ensemble.py | 2 +- baselines/toxic_comments/utils.py | 2 +- baselines/toxic_comments/utils_test.py | 2 +- baselines/uci/deterministic.py | 2 +- baselines/uci/utils.py | 2 +- baselines/uci/variational_inference.py | 2 +- experimental/caltrain/secondary_losses.py | 2 +- experimental/cifar10_resnet20/main.py | 2 +- experimental/deterministic/eval.py | 2 +- experimental/deterministic/flags.py | 2 +- experimental/deterministic/main.py | 2 +- experimental/deterministic/train.py | 2 +- experimental/diversity/__init__.py | 2 +- experimental/diversity/be_utils.py | 2 +- experimental/diversity/diversity_metrics.py | 2 +- experimental/diversity/diversity_metrics_test.py | 2 +- experimental/diversity/diversity_utils.py | 2 +- experimental/language_structure/psl/constants.py | 2 +- experimental/language_structure/psl/constants_dstc.py | 2 +- .../language_structure/psl/constants_dstc_synthetic.py | 2 +- experimental/language_structure/psl/constrained_evaluation.py | 2 +- experimental/language_structure/psl/data.py | 2 +- experimental/language_structure/psl/data_test.py | 2 +- experimental/language_structure/psl/psl_model.py | 2 +- .../language_structure/psl/psl_model_dstc_synthetic.py | 2 +- experimental/language_structure/psl/psl_model_multiwoz.py | 2 +- experimental/language_structure/psl/psl_model_multiwoz_test.py | 2 +- .../language_structure/psl/psl_model_multiwoz_test_util.py | 2 +- experimental/language_structure/vrnn/data_preprocessor.py | 2 +- experimental/language_structure/vrnn/data_preprocessor_test.py | 2 +- experimental/language_structure/vrnn/data_utils.py | 2 +- .../vrnn/experiments/linear_vrnn/default_config.py | 2 +- .../vrnn/experiments/linear_vrnn/multiwoz_synth.py | 2 +- .../vrnn/experiments/linear_vrnn/multiwoz_synth_bert.py | 2 +- .../vrnn/experiments/linear_vrnn/multiwoz_synth_tmpl.py | 2 +- .../language_structure/vrnn/experiments/linear_vrnn/sgd.py | 2 +- .../language_structure/vrnn/experiments/linear_vrnn/sgd_da.py | 2 +- .../vrnn/experiments/linear_vrnn/sgd_da_tmpl.py | 2 +- .../vrnn/experiments/linear_vrnn/sgd_synth.py | 2 +- .../vrnn/experiments/linear_vrnn/sgd_synth_bert.py | 2 +- .../vrnn/experiments/linear_vrnn/sgd_synth_tmpl.py | 2 +- .../vrnn/experiments/linear_vrnn/sgd_tmpl.py | 2 +- .../language_structure/vrnn/experiments/linear_vrnn/simdial.py | 2 +- experimental/language_structure/vrnn/linear_vae_cell.py | 2 +- experimental/language_structure/vrnn/linear_vae_cell_test.py | 2 +- experimental/language_structure/vrnn/linear_vrnn.py | 2 +- experimental/language_structure/vrnn/linear_vrnn_test.py | 2 +- experimental/language_structure/vrnn/model_config.py | 2 +- experimental/language_structure/vrnn/psl_utils.py | 2 +- experimental/language_structure/vrnn/psl_utils_test.py | 2 +- experimental/language_structure/vrnn/tpu_test.py | 2 +- experimental/language_structure/vrnn/train.py | 2 +- experimental/language_structure/vrnn/train_lib.py | 2 +- experimental/language_structure/vrnn/train_lib_test.py | 2 +- experimental/language_structure/vrnn/utils.py | 2 +- experimental/language_structure/vrnn/utils_test.py | 2 +- experimental/multimodal/checkpoint_utils.py | 2 +- experimental/multimodal/checkpoint_utils_test.py | 2 +- experimental/multimodal/configs/clip_b32_finetune_mscoco.py | 2 +- experimental/multimodal/configs/clip_b32_finetune_yfcc100m.py | 2 +- experimental/multimodal/configs/clip_common.py | 2 +- experimental/multimodal/configs/clip_zeroshot_eval.py | 2 +- experimental/multimodal/deterministic.py | 2 +- experimental/multimodal/deterministic_test.py | 2 +- experimental/multimodal/input_utils.py | 2 +- experimental/multimodal/input_utils_test.py | 2 +- experimental/multimodal/multimodal_utils.py | 2 +- experimental/multimodal/multimodal_utils_test.py | 2 +- experimental/multimodal/preprocess_utils.py | 2 +- experimental/multimodal/preprocess_utils_test.py | 2 +- experimental/multimodal/randaugment.py | 2 +- experimental/multimodal/simple_tokenizer.py | 2 +- experimental/multimodal/simple_tokenizer_test.py | 2 +- experimental/multimodal/test_utils.py | 2 +- experimental/near_ood/vit/deterministic.py | 2 +- .../vit/experiments/imagenet21k_vit_base16_finetune_cifar10.py | 2 +- .../experiments/imagenet21k_vit_base16_finetune_cifar100.py | 2 +- experimental/near_ood/vit/ood_utils.py | 2 +- experimental/one_vs_all/eval.py | 2 +- experimental/one_vs_all/flags.py | 2 +- experimental/one_vs_all/losses.py | 2 +- experimental/one_vs_all/main.py | 2 +- experimental/one_vs_all/main_cifar10.py | 2 +- experimental/one_vs_all/models.py | 2 +- experimental/one_vs_all/train.py | 2 +- experimental/plex/colab_utils.py | 2 +- experimental/plex/colab_utils_test.py | 2 +- experimental/robust_segvit/configs/ade20k_ind/be.py | 2 +- experimental/robust_segvit/configs/ade20k_ind/be_eval.py | 2 +- experimental/robust_segvit/configs/ade20k_ind/deterministic.py | 2 +- experimental/robust_segvit/configs/ade20k_ind/gp.py | 2 +- experimental/robust_segvit/configs/ade20k_ind/het.py | 2 +- experimental/robust_segvit/configs/ade20k_ind/het_eval.py | 2 +- experimental/robust_segvit/configs/ade20k_ind/toy_model.py | 2 +- experimental/robust_segvit/configs/cityscapes/be.py | 2 +- experimental/robust_segvit/configs/cityscapes/be_eval.py | 2 +- experimental/robust_segvit/configs/cityscapes/deterministic.py | 2 +- experimental/robust_segvit/configs/cityscapes/gp.py | 2 +- experimental/robust_segvit/configs/cityscapes/het.py | 2 +- experimental/robust_segvit/configs/cityscapes/toy_model.py | 2 +- experimental/robust_segvit/custom_models.py | 2 +- experimental/robust_segvit/custom_segmentation_trainer.py | 2 +- experimental/robust_segvit/custom_segmentation_trainer_test.py | 2 +- experimental/robust_segvit/deterministic.py | 2 +- experimental/robust_segvit/ensemble_utils.py | 2 +- experimental/robust_segvit/eval_utils.py | 2 +- experimental/robust_segvit/inference.py | 2 +- experimental/robust_segvit/ood_metrics.py | 2 +- experimental/robust_segvit/pretrainer_utils.py | 2 +- experimental/robust_segvit/uncertainty_metrics.py | 2 +- experimental/robust_segvit/uncertainty_metrics_test.py | 2 +- experimental/shoshin/configs/base_config.py | 2 +- experimental/shoshin/configs/celeb_a_resnet_config.py | 2 +- experimental/shoshin/configs/skai_config.py | 2 +- experimental/shoshin/configs/skai_hurricane_ian_config.py | 2 +- experimental/shoshin/configs/skai_two_tower_config.py | 2 +- experimental/shoshin/configs/waterbirds10k_resnet_config.py | 2 +- experimental/shoshin/configs/waterbirds_baseline_config.py | 2 +- experimental/shoshin/configs/waterbirds_resnet_config.py | 2 +- .../configs/waterbirds_resnet_config_no_introspection.py | 2 +- .../shoshin/configs/waterbirds_resnet_config_reweighting.py | 2 +- experimental/shoshin/configs/waterbirds_resnet_eval_config.py | 2 +- experimental/shoshin/configs/waterbirds_upsampling_config.py | 2 +- experimental/shoshin/data.py | 2 +- experimental/shoshin/data_loader_test.py | 2 +- experimental/shoshin/data_test.py | 2 +- experimental/shoshin/evaluate_model_lib.py | 2 +- experimental/shoshin/generate_bias_table.py | 2 +- experimental/shoshin/generate_bias_table_lib.py | 2 +- experimental/shoshin/log_metrics_callback.py | 2 +- experimental/shoshin/metrics.py | 2 +- experimental/shoshin/metrics_test.py | 2 +- experimental/shoshin/models.py | 2 +- experimental/shoshin/read_predictions.py | 2 +- experimental/shoshin/sample_ids.py | 2 +- experimental/shoshin/sampling_policies.py | 2 +- experimental/shoshin/train_tf.py | 2 +- experimental/shoshin/train_tf_lib.py | 2 +- experimental/shoshin/train_tf_sequential_active.py | 2 +- experimental/single_model_uncertainty/eval.py | 2 +- experimental/single_model_uncertainty/flags.py | 2 +- experimental/single_model_uncertainty/loss_util.py | 2 +- experimental/single_model_uncertainty/main.py | 2 +- experimental/single_model_uncertainty/models/genomics_cnn.py | 2 +- .../single_model_uncertainty/models/genomics_cnn_test.py | 2 +- experimental/single_model_uncertainty/models/models.py | 2 +- experimental/single_model_uncertainty/models/models_test.py | 2 +- experimental/single_model_uncertainty/models/util.py | 2 +- experimental/single_model_uncertainty/models/wide_resnet.py | 2 +- experimental/single_model_uncertainty/train.py | 2 +- uncertainty_baselines/__init__.py | 2 +- uncertainty_baselines/datasets/__init__.py | 2 +- uncertainty_baselines/datasets/aptos.py | 2 +- uncertainty_baselines/datasets/augment_utils.py | 2 +- uncertainty_baselines/datasets/augmix.py | 2 +- uncertainty_baselines/datasets/base.py | 2 +- uncertainty_baselines/datasets/cifar.py | 2 +- uncertainty_baselines/datasets/cifar100_corrupted.py | 2 +- uncertainty_baselines/datasets/cifar100_corrupted_test.py | 2 +- uncertainty_baselines/datasets/cifar_test.py | 2 +- uncertainty_baselines/datasets/cityscapes.py | 2 +- uncertainty_baselines/datasets/cityscapes_corrupted.py | 2 +- uncertainty_baselines/datasets/cityscapes_corrupted_test.py | 2 +- uncertainty_baselines/datasets/cityscapes_test.py | 2 +- uncertainty_baselines/datasets/clinc_intent.py | 2 +- uncertainty_baselines/datasets/clinc_intent_test.py | 2 +- uncertainty_baselines/datasets/criteo.py | 2 +- uncertainty_baselines/datasets/criteo_test.py | 2 +- uncertainty_baselines/datasets/datasets.py | 2 +- uncertainty_baselines/datasets/datasets_test.py | 2 +- .../datasets/diabetic_retinopathy_dataset_utils.py | 2 +- .../datasets/diabetic_retinopathy_detection.py | 2 +- .../datasets/diabetic_retinopathy_detection_test.py | 2 +- .../datasets/diabetic_retinopathy_severity_shift_mild.py | 2 +- .../datasets/diabetic_retinopathy_severity_shift_moderate.py | 2 +- uncertainty_baselines/datasets/dialog_state_tracking.py | 2 +- uncertainty_baselines/datasets/dialog_state_tracking_test.py | 2 +- uncertainty_baselines/datasets/drug_cardiotoxicity.py | 2 +- uncertainty_baselines/datasets/drug_cardiotoxicity_test.py | 2 +- uncertainty_baselines/datasets/dtd.py | 2 +- uncertainty_baselines/datasets/dtd_test.py | 2 +- uncertainty_baselines/datasets/fashion_mnist.py | 2 +- uncertainty_baselines/datasets/fashion_mnist_test.py | 2 +- uncertainty_baselines/datasets/genomics_ood.py | 2 +- uncertainty_baselines/datasets/genomics_ood_test.py | 2 +- uncertainty_baselines/datasets/glue.py | 2 +- uncertainty_baselines/datasets/glue_test.py | 2 +- uncertainty_baselines/datasets/imagenet.py | 2 +- uncertainty_baselines/datasets/imagenet_test.py | 2 +- uncertainty_baselines/datasets/inception_preprocessing.py | 2 +- uncertainty_baselines/datasets/mnist.py | 2 +- uncertainty_baselines/datasets/mnist_test.py | 2 +- uncertainty_baselines/datasets/mnli.py | 2 +- uncertainty_baselines/datasets/mnli_test.py | 2 +- uncertainty_baselines/datasets/movielens.py | 2 +- uncertainty_baselines/datasets/movielens_test.py | 2 +- uncertainty_baselines/datasets/places.py | 2 +- uncertainty_baselines/datasets/places_test.py | 2 +- uncertainty_baselines/datasets/privileged_information.py | 2 +- uncertainty_baselines/datasets/privileged_information_test.py | 2 +- uncertainty_baselines/datasets/random.py | 2 +- uncertainty_baselines/datasets/random_test.py | 2 +- uncertainty_baselines/datasets/resnet_preprocessing.py | 2 +- uncertainty_baselines/datasets/smcalflow.py | 2 +- uncertainty_baselines/datasets/smcalflow_test.py | 2 +- uncertainty_baselines/datasets/speech_commands.py | 2 +- uncertainty_baselines/datasets/speech_commands_test.py | 2 +- uncertainty_baselines/datasets/svhn.py | 2 +- uncertainty_baselines/datasets/svhn_test.py | 2 +- uncertainty_baselines/datasets/test_utils.py | 2 +- uncertainty_baselines/datasets/tfds/__init__.py | 2 +- .../datasets/tfds/tfds_builder_from_sql_client_data.py | 2 +- uncertainty_baselines/datasets/toxic_comments.py | 2 +- uncertainty_baselines/datasets/toxic_comments_test.py | 2 +- uncertainty_baselines/halton.py | 2 +- uncertainty_baselines/halton_test.py | 2 +- uncertainty_baselines/models/__init__.py | 2 +- uncertainty_baselines/models/bert.py | 2 +- uncertainty_baselines/models/bert_dropout.py | 2 +- uncertainty_baselines/models/bert_dropout_test.py | 2 +- uncertainty_baselines/models/bert_sngp.py | 2 +- uncertainty_baselines/models/bert_sngp_test.py | 2 +- uncertainty_baselines/models/bert_test.py | 2 +- uncertainty_baselines/models/bit_resnet.py | 2 +- uncertainty_baselines/models/bit_resnet_heteroscedastic.py | 2 +- uncertainty_baselines/models/classifier_utils.py | 2 +- uncertainty_baselines/models/classifier_utils_test.py | 2 +- uncertainty_baselines/models/clip.py | 2 +- uncertainty_baselines/models/criteo_mlp.py | 2 +- uncertainty_baselines/models/criteo_mlp_test.py | 2 +- uncertainty_baselines/models/efficientnet.py | 2 +- uncertainty_baselines/models/efficientnet_batch_ensemble.py | 2 +- uncertainty_baselines/models/efficientnet_utils.py | 2 +- uncertainty_baselines/models/gat.py | 2 +- uncertainty_baselines/models/genomics_cnn.py | 2 +- uncertainty_baselines/models/genomics_cnn_test.py | 2 +- uncertainty_baselines/models/movielens.py | 2 +- uncertainty_baselines/models/movielens_test.py | 2 +- uncertainty_baselines/models/mpnn.py | 2 +- uncertainty_baselines/models/mpnn_test.py | 2 +- uncertainty_baselines/models/radial_utils.py | 2 +- uncertainty_baselines/models/rank1_bnn_utils.py | 2 +- uncertainty_baselines/models/resnet20.py | 2 +- uncertainty_baselines/models/resnet20_test.py | 2 +- uncertainty_baselines/models/resnet50_batchensemble.py | 2 +- uncertainty_baselines/models/resnet50_deterministic.py | 2 +- uncertainty_baselines/models/resnet50_dropout.py | 2 +- uncertainty_baselines/models/resnet50_dropout_torch.py | 2 +- uncertainty_baselines/models/resnet50_fsvi.py | 2 +- uncertainty_baselines/models/resnet50_fsvi_test.py | 2 +- uncertainty_baselines/models/resnet50_het_mimo.py | 2 +- uncertainty_baselines/models/resnet50_het_mimo_test.py | 2 +- uncertainty_baselines/models/resnet50_het_rank1.py | 2 +- uncertainty_baselines/models/resnet50_het_rank1_test.py | 2 +- uncertainty_baselines/models/resnet50_heteroscedastic.py | 2 +- .../models/resnet50_heteroscedastic_resizable_width.py | 2 +- uncertainty_baselines/models/resnet50_hetsngp.py | 2 +- uncertainty_baselines/models/resnet50_hetsngp_test.py | 2 +- uncertainty_baselines/models/resnet50_mimo.py | 2 +- uncertainty_baselines/models/resnet50_mimo_test.py | 2 +- uncertainty_baselines/models/resnet50_pi_access.py | 2 +- uncertainty_baselines/models/resnet50_pi_access_test.py | 2 +- .../models/resnet50_pi_full_marginalization.py | 2 +- .../models/resnet50_pi_full_marginalization_test.py | 2 +- uncertainty_baselines/models/resnet50_radial.py | 2 +- uncertainty_baselines/models/resnet50_rank1.py | 2 +- uncertainty_baselines/models/resnet50_resizable_width.py | 2 +- uncertainty_baselines/models/resnet50_sngp.py | 2 +- uncertainty_baselines/models/resnet50_sngp_be.py | 2 +- uncertainty_baselines/models/resnet50_torch.py | 2 +- uncertainty_baselines/models/resnet50_tram.py | 2 +- uncertainty_baselines/models/resnet50_tram_test.py | 2 +- uncertainty_baselines/models/resnet50_variational.py | 2 +- uncertainty_baselines/models/resnet50_variational_test.py | 2 +- uncertainty_baselines/models/segmenter.py | 2 +- uncertainty_baselines/models/segmenter_be.py | 2 +- uncertainty_baselines/models/segmenter_be_test.py | 2 +- uncertainty_baselines/models/segmenter_gp.py | 2 +- uncertainty_baselines/models/segmenter_gp_test.py | 2 +- uncertainty_baselines/models/segmenter_heteroscedastic.py | 2 +- uncertainty_baselines/models/segmenter_heteroscedastic_test.py | 2 +- uncertainty_baselines/models/segmenter_test.py | 2 +- uncertainty_baselines/models/t5_batchensemble.py | 2 +- uncertainty_baselines/models/t5_batchensemble_test.py | 2 +- uncertainty_baselines/models/t5_be_gp.py | 2 +- uncertainty_baselines/models/t5_be_gp_test.py | 2 +- uncertainty_baselines/models/t5_gp.py | 2 +- uncertainty_baselines/models/t5_gp_test.py | 2 +- uncertainty_baselines/models/t5_heteroscedastic.py | 2 +- uncertainty_baselines/models/t5_heteroscedastic_test.py | 2 +- uncertainty_baselines/models/textcnn.py | 2 +- uncertainty_baselines/models/textcnn_test.py | 2 +- uncertainty_baselines/models/unet.py | 2 +- uncertainty_baselines/models/unet_test.py | 2 +- uncertainty_baselines/models/variational_utils.py | 2 +- uncertainty_baselines/models/vit.py | 2 +- uncertainty_baselines/models/vit_batchensemble.py | 2 +- uncertainty_baselines/models/vit_batchensemble_gp.py | 2 +- uncertainty_baselines/models/vit_batchensemble_gp_test.py | 2 +- uncertainty_baselines/models/vit_batchensemble_test.py | 2 +- uncertainty_baselines/models/vit_gp.py | 2 +- uncertainty_baselines/models/vit_gp_test.py | 2 +- uncertainty_baselines/models/vit_heteroscedastic.py | 2 +- uncertainty_baselines/models/vit_hetgp.py | 2 +- uncertainty_baselines/models/vit_hetgpbe.py | 2 +- uncertainty_baselines/models/vit_mimo.py | 2 +- uncertainty_baselines/models/vit_test.py | 2 +- uncertainty_baselines/models/vit_tram.py | 2 +- uncertainty_baselines/models/vit_tram_test.py | 2 +- uncertainty_baselines/models/wide_resnet.py | 2 +- uncertainty_baselines/models/wide_resnet_batchensemble.py | 2 +- uncertainty_baselines/models/wide_resnet_batchensemble_test.py | 2 +- uncertainty_baselines/models/wide_resnet_condconv.py | 2 +- uncertainty_baselines/models/wide_resnet_condconv_test.py | 2 +- uncertainty_baselines/models/wide_resnet_dropout.py | 2 +- uncertainty_baselines/models/wide_resnet_dropout_test.py | 2 +- uncertainty_baselines/models/wide_resnet_heteroscedastic.py | 2 +- uncertainty_baselines/models/wide_resnet_hetsngp.py | 2 +- uncertainty_baselines/models/wide_resnet_hetsngp_test.py | 2 +- uncertainty_baselines/models/wide_resnet_hyperbatchensemble.py | 2 +- .../models/wide_resnet_hyperbatchensemble_test.py | 2 +- uncertainty_baselines/models/wide_resnet_mimo.py | 2 +- uncertainty_baselines/models/wide_resnet_mimo_test.py | 2 +- uncertainty_baselines/models/wide_resnet_pi_access.py | 2 +- uncertainty_baselines/models/wide_resnet_pi_access_test.py | 2 +- .../models/wide_resnet_pi_full_marginalization.py | 2 +- .../models/wide_resnet_pi_full_marginalization_test.py | 2 +- uncertainty_baselines/models/wide_resnet_posterior_network.py | 2 +- .../models/wide_resnet_posterior_network_test.py | 2 +- uncertainty_baselines/models/wide_resnet_rank1.py | 2 +- uncertainty_baselines/models/wide_resnet_rank1_test.py | 2 +- uncertainty_baselines/models/wide_resnet_sngp.py | 2 +- uncertainty_baselines/models/wide_resnet_sngp_be.py | 2 +- uncertainty_baselines/models/wide_resnet_test.py | 2 +- uncertainty_baselines/models/wide_resnet_tram.py | 2 +- uncertainty_baselines/models/wide_resnet_tram_test.py | 2 +- uncertainty_baselines/models/wide_resnet_variational.py | 2 +- uncertainty_baselines/models/wide_resnet_variational_test.py | 2 +- uncertainty_baselines/optimizers.py | 2 +- uncertainty_baselines/optimizers_test.py | 2 +- uncertainty_baselines/plotting.py | 2 +- uncertainty_baselines/schedules.py | 2 +- uncertainty_baselines/strategy_utils.py | 2 +- uncertainty_baselines/test_utils.py | 2 +- uncertainty_baselines/utils.py | 2 +- uncertainty_baselines/version.py | 2 +- 727 files changed, 728 insertions(+), 727 deletions(-) diff --git a/baselines/cifar/batchensemble.py b/baselines/cifar/batchensemble.py index 653d866e9..1f01a17b4 100644 --- a/baselines/cifar/batchensemble.py +++ b/baselines/cifar/batchensemble.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/condconv.py b/baselines/cifar/condconv.py index e626275e9..c8df08a2d 100644 --- a/baselines/cifar/condconv.py +++ b/baselines/cifar/condconv.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/deterministic.py b/baselines/cifar/deterministic.py index 1c6b20e87..e63b80973 100644 --- a/baselines/cifar/deterministic.py +++ b/baselines/cifar/deterministic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/dropout.py b/baselines/cifar/dropout.py index 861a9d751..4baa96470 100644 --- a/baselines/cifar/dropout.py +++ b/baselines/cifar/dropout.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/ensemble.py b/baselines/cifar/ensemble.py index 405ec962c..b177ab01e 100644 --- a/baselines/cifar/ensemble.py +++ b/baselines/cifar/ensemble.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/experiments/deterministic_tune.py b/baselines/cifar/experiments/deterministic_tune.py index 212fc29cb..ea3c01e8d 100644 --- a/baselines/cifar/experiments/deterministic_tune.py +++ b/baselines/cifar/experiments/deterministic_tune.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/experiments/dropout_tune.py b/baselines/cifar/experiments/dropout_tune.py index e6a6502ce..3f96fa83f 100644 --- a/baselines/cifar/experiments/dropout_tune.py +++ b/baselines/cifar/experiments/dropout_tune.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/experiments/sngp_dropout_tune.py b/baselines/cifar/experiments/sngp_dropout_tune.py index f6e26ce4d..cc7ac144e 100644 --- a/baselines/cifar/experiments/sngp_dropout_tune.py +++ b/baselines/cifar/experiments/sngp_dropout_tune.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/experiments/sngp_dropout_tune_cifar100.py b/baselines/cifar/experiments/sngp_dropout_tune_cifar100.py index 1eb16c254..c1fe3cce9 100644 --- a/baselines/cifar/experiments/sngp_dropout_tune_cifar100.py +++ b/baselines/cifar/experiments/sngp_dropout_tune_cifar100.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/experiments/sngp_ensemble_tune.py b/baselines/cifar/experiments/sngp_ensemble_tune.py index 681469b6f..f60f05eb9 100644 --- a/baselines/cifar/experiments/sngp_ensemble_tune.py +++ b/baselines/cifar/experiments/sngp_ensemble_tune.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/experiments/sngp_ensemble_tune_cifar100.py b/baselines/cifar/experiments/sngp_ensemble_tune_cifar100.py index 791ac81ed..567a1873b 100644 --- a/baselines/cifar/experiments/sngp_ensemble_tune_cifar100.py +++ b/baselines/cifar/experiments/sngp_ensemble_tune_cifar100.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/experiments/sngp_ood_eval.py b/baselines/cifar/experiments/sngp_ood_eval.py index 4d6fe5c6d..bb1448061 100644 --- a/baselines/cifar/experiments/sngp_ood_eval.py +++ b/baselines/cifar/experiments/sngp_ood_eval.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/experiments/sngp_tune.py b/baselines/cifar/experiments/sngp_tune.py index 2a579be0a..a408a2cd9 100644 --- a/baselines/cifar/experiments/sngp_tune.py +++ b/baselines/cifar/experiments/sngp_tune.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/experiments/sngp_tune_cifar100.py b/baselines/cifar/experiments/sngp_tune_cifar100.py index 965966fdc..7320ee5cc 100644 --- a/baselines/cifar/experiments/sngp_tune_cifar100.py +++ b/baselines/cifar/experiments/sngp_tune_cifar100.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/het_ensemble.py b/baselines/cifar/het_ensemble.py index 8ed743696..a5ff254f1 100644 --- a/baselines/cifar/het_ensemble.py +++ b/baselines/cifar/het_ensemble.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/heteroscedastic.py b/baselines/cifar/heteroscedastic.py index 1aab44f34..a447f585a 100644 --- a/baselines/cifar/heteroscedastic.py +++ b/baselines/cifar/heteroscedastic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/hetsngp.py b/baselines/cifar/hetsngp.py index 351af6c44..d91f3a59e 100644 --- a/baselines/cifar/hetsngp.py +++ b/baselines/cifar/hetsngp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/hyperbatchensemble.py b/baselines/cifar/hyperbatchensemble.py index fd6a6a4ef..ea1156bc8 100644 --- a/baselines/cifar/hyperbatchensemble.py +++ b/baselines/cifar/hyperbatchensemble.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/hyperdeepensemble.py b/baselines/cifar/hyperdeepensemble.py index b3a8ccc6c..3ee06f1d3 100644 --- a/baselines/cifar/hyperdeepensemble.py +++ b/baselines/cifar/hyperdeepensemble.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/hyperdeepensemble_configs/cifar100_rand_search_sweep.py b/baselines/cifar/hyperdeepensemble_configs/cifar100_rand_search_sweep.py index 677b31065..1eaf45b8e 100644 --- a/baselines/cifar/hyperdeepensemble_configs/cifar100_rand_search_sweep.py +++ b/baselines/cifar/hyperdeepensemble_configs/cifar100_rand_search_sweep.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/hyperdeepensemble_configs/cifar100_retraining_sweep.py b/baselines/cifar/hyperdeepensemble_configs/cifar100_retraining_sweep.py index 721b3f72d..99928e5e6 100644 --- a/baselines/cifar/hyperdeepensemble_configs/cifar100_retraining_sweep.py +++ b/baselines/cifar/hyperdeepensemble_configs/cifar100_retraining_sweep.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/hyperdeepensemble_configs/cifar10_rand_search_sweep.py b/baselines/cifar/hyperdeepensemble_configs/cifar10_rand_search_sweep.py index 5f3f2a9ff..8e0cddad5 100644 --- a/baselines/cifar/hyperdeepensemble_configs/cifar10_rand_search_sweep.py +++ b/baselines/cifar/hyperdeepensemble_configs/cifar10_rand_search_sweep.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/hyperdeepensemble_configs/cifar10_retraining_sweep.py b/baselines/cifar/hyperdeepensemble_configs/cifar10_retraining_sweep.py index 467304b99..6cdeeb757 100644 --- a/baselines/cifar/hyperdeepensemble_configs/cifar10_retraining_sweep.py +++ b/baselines/cifar/hyperdeepensemble_configs/cifar10_retraining_sweep.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/mimo.py b/baselines/cifar/mimo.py index f4b0338a9..6ca62eb91 100644 --- a/baselines/cifar/mimo.py +++ b/baselines/cifar/mimo.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/ood_utils.py b/baselines/cifar/ood_utils.py index 8091fd1f6..c3d3d5658 100644 --- a/baselines/cifar/ood_utils.py +++ b/baselines/cifar/ood_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/posterior_network.py b/baselines/cifar/posterior_network.py index db53cb16c..788f76419 100644 --- a/baselines/cifar/posterior_network.py +++ b/baselines/cifar/posterior_network.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/rank1_bnn.py b/baselines/cifar/rank1_bnn.py index e1cd3ba70..cb1cebef4 100644 --- a/baselines/cifar/rank1_bnn.py +++ b/baselines/cifar/rank1_bnn.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/sngp.py b/baselines/cifar/sngp.py index 941929634..71bbb0659 100644 --- a/baselines/cifar/sngp.py +++ b/baselines/cifar/sngp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/sngp_batchensemble.py b/baselines/cifar/sngp_batchensemble.py index 8a839ad40..4043b5715 100644 --- a/baselines/cifar/sngp_batchensemble.py +++ b/baselines/cifar/sngp_batchensemble.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/sngp_ensemble.py b/baselines/cifar/sngp_ensemble.py index 4ce6ec979..cc1adc71a 100644 --- a/baselines/cifar/sngp_ensemble.py +++ b/baselines/cifar/sngp_ensemble.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/utils.py b/baselines/cifar/utils.py index da7090f37..771c85343 100644 --- a/baselines/cifar/utils.py +++ b/baselines/cifar/utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/cifar/variational_inference.py b/baselines/cifar/variational_inference.py index 2a42ae55f..71450374d 100644 --- a/baselines/cifar/variational_inference.py +++ b/baselines/cifar/variational_inference.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/clinc_intent/bert_utils.py b/baselines/clinc_intent/bert_utils.py index 1d880db6c..78503fac1 100644 --- a/baselines/clinc_intent/bert_utils.py +++ b/baselines/clinc_intent/bert_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/clinc_intent/deterministic.py b/baselines/clinc_intent/deterministic.py index d24fecaf1..be6ab7886 100644 --- a/baselines/clinc_intent/deterministic.py +++ b/baselines/clinc_intent/deterministic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/clinc_intent/deterministic_model_textcnn.py b/baselines/clinc_intent/deterministic_model_textcnn.py index 82fb49a19..408b64696 100644 --- a/baselines/clinc_intent/deterministic_model_textcnn.py +++ b/baselines/clinc_intent/deterministic_model_textcnn.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/clinc_intent/dropout.py b/baselines/clinc_intent/dropout.py index f3c6c292c..f3ad181be 100644 --- a/baselines/clinc_intent/dropout.py +++ b/baselines/clinc_intent/dropout.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/clinc_intent/ensemble.py b/baselines/clinc_intent/ensemble.py index ef8cc4d2f..f5b4adcf6 100644 --- a/baselines/clinc_intent/ensemble.py +++ b/baselines/clinc_intent/ensemble.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/clinc_intent/sngp.py b/baselines/clinc_intent/sngp.py index 4a953fff4..a1f565edd 100644 --- a/baselines/clinc_intent/sngp.py +++ b/baselines/clinc_intent/sngp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/clinc_intent/sngp_ensemble.py b/baselines/clinc_intent/sngp_ensemble.py index 129aacf97..7e6415738 100644 --- a/baselines/clinc_intent/sngp_ensemble.py +++ b/baselines/clinc_intent/sngp_ensemble.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/batchensemble_utils.py b/baselines/diabetic_retinopathy_detection/batchensemble_utils.py index 8d79ee726..41d66686d 100644 --- a/baselines/diabetic_retinopathy_detection/batchensemble_utils.py +++ b/baselines/diabetic_retinopathy_detection/batchensemble_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/checkpoint_utils.py b/baselines/diabetic_retinopathy_detection/checkpoint_utils.py index a44086304..5b2fde1bc 100644 --- a/baselines/diabetic_retinopathy_detection/checkpoint_utils.py +++ b/baselines/diabetic_retinopathy_detection/checkpoint_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/deferred_prediction.py b/baselines/diabetic_retinopathy_detection/deferred_prediction.py index 71e4e2865..2f46499b0 100644 --- a/baselines/diabetic_retinopathy_detection/deferred_prediction.py +++ b/baselines/diabetic_retinopathy_detection/deferred_prediction.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/deterministic.py b/baselines/diabetic_retinopathy_detection/deterministic.py index 0130a72e2..c848f8c9a 100644 --- a/baselines/diabetic_retinopathy_detection/deterministic.py +++ b/baselines/diabetic_retinopathy_detection/deterministic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/dropout.py b/baselines/diabetic_retinopathy_detection/dropout.py index 0bb32873e..c973f5d4b 100644 --- a/baselines/diabetic_retinopathy_detection/dropout.py +++ b/baselines/diabetic_retinopathy_detection/dropout.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/eval_model.py b/baselines/diabetic_retinopathy_detection/eval_model.py index 8c85af291..f78d10655 100644 --- a/baselines/diabetic_retinopathy_detection/eval_model.py +++ b/baselines/diabetic_retinopathy_detection/eval_model.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/config/drd_vit_base16.py b/baselines/diabetic_retinopathy_detection/experiments/config/drd_vit_base16.py index 61d67b939..bd2e4f399 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/config/drd_vit_base16.py +++ b/baselines/diabetic_retinopathy_detection/experiments/config/drd_vit_base16.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/config/imagenet21k_vit_base16_finetune.py b/baselines/diabetic_retinopathy_detection/experiments/config/imagenet21k_vit_base16_finetune.py index d60177a4f..9c902f31e 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/config/imagenet21k_vit_base16_finetune.py +++ b/baselines/diabetic_retinopathy_detection/experiments/config/imagenet21k_vit_base16_finetune.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/config/imagenet21k_vit_base16_sngp_finetune.py b/baselines/diabetic_retinopathy_detection/experiments/config/imagenet21k_vit_base16_sngp_finetune.py index 232624b34..cdf293ab5 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/config/imagenet21k_vit_base16_sngp_finetune.py +++ b/baselines/diabetic_retinopathy_detection/experiments/config/imagenet21k_vit_base16_sngp_finetune.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/config/vit_l32_be_finetune.py b/baselines/diabetic_retinopathy_detection/experiments/config/vit_l32_be_finetune.py index 6392ed417..f1643891e 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/config/vit_l32_be_finetune.py +++ b/baselines/diabetic_retinopathy_detection/experiments/config/vit_l32_be_finetune.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/config/vit_l32_finetune.py b/baselines/diabetic_retinopathy_detection/experiments/config/vit_l32_finetune.py index 34412ab5d..a60b561b5 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/config/vit_l32_finetune.py +++ b/baselines/diabetic_retinopathy_detection/experiments/config/vit_l32_finetune.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/example/deterministic_tune.py b/baselines/diabetic_retinopathy_detection/experiments/example/deterministic_tune.py index 9dcf7e4af..3a75193e0 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/example/deterministic_tune.py +++ b/baselines/diabetic_retinopathy_detection/experiments/example/deterministic_tune.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/deterministic_final.py b/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/deterministic_final.py index c1c572eb9..31e78dd5f 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/deterministic_final.py +++ b/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/deterministic_final.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/deterministic_tune_final.py b/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/deterministic_tune_final.py index e4ed2bb0d..4f40b7370 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/deterministic_tune_final.py +++ b/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/deterministic_tune_final.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/dropout_final.py b/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/dropout_final.py index 5645edbc3..e4cd80595 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/dropout_final.py +++ b/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/dropout_final.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/dropout_tune.py b/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/dropout_tune.py index d71b22bbf..a89a36aba 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/dropout_tune.py +++ b/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/dropout_tune.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/dropout_tune_final.py b/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/dropout_tune_final.py index c52af3ee9..2c1bd0ebd 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/dropout_tune_final.py +++ b/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/dropout_tune_final.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/radial_final.py b/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/radial_final.py index e5318a194..8cab3cc92 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/radial_final.py +++ b/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/radial_final.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/radial_tune.py b/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/radial_tune.py index 82b9b3895..c0aaa8f97 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/radial_tune.py +++ b/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/radial_tune.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/radial_tune_final.py b/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/radial_tune_final.py index b6bf50cf5..91e0419e3 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/radial_tune_final.py +++ b/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/radial_tune_final.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/variational_inference_final.py b/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/variational_inference_final.py index afb3eaeb4..22c04b7ac 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/variational_inference_final.py +++ b/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/variational_inference_final.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/variational_inference_tune.py b/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/variational_inference_tune.py index 5f47a3ee9..4e06aee7c 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/variational_inference_tune.py +++ b/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/variational_inference_tune.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/variational_inference_tune_final.py b/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/variational_inference_tune_final.py index 5f2f9a628..f7c9b1872 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/variational_inference_tune_final.py +++ b/baselines/diabetic_retinopathy_detection/experiments/initial_tuning/variational_inference_tune_final.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/top_config/deterministic/aptos/aptos-deterministic-indomain.py b/baselines/diabetic_retinopathy_detection/experiments/top_config/deterministic/aptos/aptos-deterministic-indomain.py index a006142a9..2e91dfbe3 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/top_config/deterministic/aptos/aptos-deterministic-indomain.py +++ b/baselines/diabetic_retinopathy_detection/experiments/top_config/deterministic/aptos/aptos-deterministic-indomain.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/top_config/deterministic/aptos/aptos-deterministic-joint.py b/baselines/diabetic_retinopathy_detection/experiments/top_config/deterministic/aptos/aptos-deterministic-joint.py index 0b100b9e4..291c37b9d 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/top_config/deterministic/aptos/aptos-deterministic-joint.py +++ b/baselines/diabetic_retinopathy_detection/experiments/top_config/deterministic/aptos/aptos-deterministic-joint.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/top_config/deterministic/severity/severity-deterministic-indomain.py b/baselines/diabetic_retinopathy_detection/experiments/top_config/deterministic/severity/severity-deterministic-indomain.py index fc85d6162..549ee179f 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/top_config/deterministic/severity/severity-deterministic-indomain.py +++ b/baselines/diabetic_retinopathy_detection/experiments/top_config/deterministic/severity/severity-deterministic-indomain.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/top_config/deterministic/severity/severity-deterministic-joint.py b/baselines/diabetic_retinopathy_detection/experiments/top_config/deterministic/severity/severity-deterministic-joint.py index 87fae4653..224edaaf8 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/top_config/deterministic/severity/severity-deterministic-joint.py +++ b/baselines/diabetic_retinopathy_detection/experiments/top_config/deterministic/severity/severity-deterministic-joint.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/top_config/dropout/aptos/aptos-dropout-indomain.py b/baselines/diabetic_retinopathy_detection/experiments/top_config/dropout/aptos/aptos-dropout-indomain.py index 7a3ef41e2..5c00caab1 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/top_config/dropout/aptos/aptos-dropout-indomain.py +++ b/baselines/diabetic_retinopathy_detection/experiments/top_config/dropout/aptos/aptos-dropout-indomain.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/top_config/dropout/aptos/aptos-dropout-joint.py b/baselines/diabetic_retinopathy_detection/experiments/top_config/dropout/aptos/aptos-dropout-joint.py index 58b30bd62..d2d0ecd88 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/top_config/dropout/aptos/aptos-dropout-joint.py +++ b/baselines/diabetic_retinopathy_detection/experiments/top_config/dropout/aptos/aptos-dropout-joint.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/top_config/dropout/severity/severity-dropout-indomain.py b/baselines/diabetic_retinopathy_detection/experiments/top_config/dropout/severity/severity-dropout-indomain.py index 3e084d2b4..e38712a98 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/top_config/dropout/severity/severity-dropout-indomain.py +++ b/baselines/diabetic_retinopathy_detection/experiments/top_config/dropout/severity/severity-dropout-indomain.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/top_config/dropout/severity/severity-dropout-joint.py b/baselines/diabetic_retinopathy_detection/experiments/top_config/dropout/severity/severity-dropout-joint.py index 3097d265a..d020467fd 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/top_config/dropout/severity/severity-dropout-joint.py +++ b/baselines/diabetic_retinopathy_detection/experiments/top_config/dropout/severity/severity-dropout-joint.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/top_config/radial/aptos/aptos-radial-indomain.py b/baselines/diabetic_retinopathy_detection/experiments/top_config/radial/aptos/aptos-radial-indomain.py index 6de0c066c..f577c9813 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/top_config/radial/aptos/aptos-radial-indomain.py +++ b/baselines/diabetic_retinopathy_detection/experiments/top_config/radial/aptos/aptos-radial-indomain.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/top_config/radial/aptos/aptos-radial-joint.py b/baselines/diabetic_retinopathy_detection/experiments/top_config/radial/aptos/aptos-radial-joint.py index 68c8cb485..8b2382907 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/top_config/radial/aptos/aptos-radial-joint.py +++ b/baselines/diabetic_retinopathy_detection/experiments/top_config/radial/aptos/aptos-radial-joint.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/top_config/radial/severity/severity-radial-indomain-and-joint.py b/baselines/diabetic_retinopathy_detection/experiments/top_config/radial/severity/severity-radial-indomain-and-joint.py index 9eafb7050..48b256be4 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/top_config/radial/severity/severity-radial-indomain-and-joint.py +++ b/baselines/diabetic_retinopathy_detection/experiments/top_config/radial/severity/severity-radial-indomain-and-joint.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/tuning/deterministic/aptos-deterministic-moderate.py b/baselines/diabetic_retinopathy_detection/experiments/tuning/deterministic/aptos-deterministic-moderate.py index b699e0e00..72bd4d618 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/tuning/deterministic/aptos-deterministic-moderate.py +++ b/baselines/diabetic_retinopathy_detection/experiments/tuning/deterministic/aptos-deterministic-moderate.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/tuning/deterministic/severity-deterministic-moderate.py b/baselines/diabetic_retinopathy_detection/experiments/tuning/deterministic/severity-deterministic-moderate.py index b494dbcb9..f081789fc 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/tuning/deterministic/severity-deterministic-moderate.py +++ b/baselines/diabetic_retinopathy_detection/experiments/tuning/deterministic/severity-deterministic-moderate.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/tuning/dropout/aptos-dropout-moderate.py b/baselines/diabetic_retinopathy_detection/experiments/tuning/dropout/aptos-dropout-moderate.py index d568173bc..16bc7d274 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/tuning/dropout/aptos-dropout-moderate.py +++ b/baselines/diabetic_retinopathy_detection/experiments/tuning/dropout/aptos-dropout-moderate.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/tuning/dropout/severity-dropout-moderate.py b/baselines/diabetic_retinopathy_detection/experiments/tuning/dropout/severity-dropout-moderate.py index fda39b338..b8deffa20 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/tuning/dropout/severity-dropout-moderate.py +++ b/baselines/diabetic_retinopathy_detection/experiments/tuning/dropout/severity-dropout-moderate.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/tuning/radial/severity-radial-moderate.py b/baselines/diabetic_retinopathy_detection/experiments/tuning/radial/severity-radial-moderate.py index b4b4772e8..777bdc8aa 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/tuning/radial/severity-radial-moderate.py +++ b/baselines/diabetic_retinopathy_detection/experiments/tuning/radial/severity-radial-moderate.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/tuning/rank1_bnn/aptos-rank1-moderate.py b/baselines/diabetic_retinopathy_detection/experiments/tuning/rank1_bnn/aptos-rank1-moderate.py index b6ac1a3c3..5446df57e 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/tuning/rank1_bnn/aptos-rank1-moderate.py +++ b/baselines/diabetic_retinopathy_detection/experiments/tuning/rank1_bnn/aptos-rank1-moderate.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/tuning/rank1_bnn/severity-rank1-moderate.py b/baselines/diabetic_retinopathy_detection/experiments/tuning/rank1_bnn/severity-rank1-moderate.py index b3c202f10..b9b4458d9 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/tuning/rank1_bnn/severity-rank1-moderate.py +++ b/baselines/diabetic_retinopathy_detection/experiments/tuning/rank1_bnn/severity-rank1-moderate.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/tuning/variational_inference/aptos-vi-moderate.py b/baselines/diabetic_retinopathy_detection/experiments/tuning/variational_inference/aptos-vi-moderate.py index 09f2b6439..dbc1ff2b6 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/tuning/variational_inference/aptos-vi-moderate.py +++ b/baselines/diabetic_retinopathy_detection/experiments/tuning/variational_inference/aptos-vi-moderate.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/tuning/variational_inference/severity-vi-moderate.py b/baselines/diabetic_retinopathy_detection/experiments/tuning/variational_inference/severity-vi-moderate.py index 8cee44819..503ed694b 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/tuning/variational_inference/severity-vi-moderate.py +++ b/baselines/diabetic_retinopathy_detection/experiments/tuning/variational_inference/severity-vi-moderate.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/experiments/vit16_finetune/aptos-deterministic.py b/baselines/diabetic_retinopathy_detection/experiments/vit16_finetune/aptos-deterministic.py index 7ba09ddbf..577a8f019 100644 --- a/baselines/diabetic_retinopathy_detection/experiments/vit16_finetune/aptos-deterministic.py +++ b/baselines/diabetic_retinopathy_detection/experiments/vit16_finetune/aptos-deterministic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/fsvi.py b/baselines/diabetic_retinopathy_detection/fsvi.py index 4a7fb5c8e..a0e2e052b 100644 --- a/baselines/diabetic_retinopathy_detection/fsvi.py +++ b/baselines/diabetic_retinopathy_detection/fsvi.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/fsvi_utils/initializers.py b/baselines/diabetic_retinopathy_detection/fsvi_utils/initializers.py index 96c938f81..a291c6a5f 100644 --- a/baselines/diabetic_retinopathy_detection/fsvi_utils/initializers.py +++ b/baselines/diabetic_retinopathy_detection/fsvi_utils/initializers.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/fsvi_utils/networks.py b/baselines/diabetic_retinopathy_detection/fsvi_utils/networks.py index b9c6660cc..13c1c4046 100644 --- a/baselines/diabetic_retinopathy_detection/fsvi_utils/networks.py +++ b/baselines/diabetic_retinopathy_detection/fsvi_utils/networks.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/fsvi_utils/objectives.py b/baselines/diabetic_retinopathy_detection/fsvi_utils/objectives.py index 767898ddb..613cd9a2d 100644 --- a/baselines/diabetic_retinopathy_detection/fsvi_utils/objectives.py +++ b/baselines/diabetic_retinopathy_detection/fsvi_utils/objectives.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/fsvi_utils/utils.py b/baselines/diabetic_retinopathy_detection/fsvi_utils/utils.py index b0b77a77a..6de2427d8 100644 --- a/baselines/diabetic_retinopathy_detection/fsvi_utils/utils.py +++ b/baselines/diabetic_retinopathy_detection/fsvi_utils/utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/fsvi_utils/utils_linearization.py b/baselines/diabetic_retinopathy_detection/fsvi_utils/utils_linearization.py index 1158992f2..686351847 100644 --- a/baselines/diabetic_retinopathy_detection/fsvi_utils/utils_linearization.py +++ b/baselines/diabetic_retinopathy_detection/fsvi_utils/utils_linearization.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/input_utils.py b/baselines/diabetic_retinopathy_detection/input_utils.py index 412e8bc32..8d28982b0 100644 --- a/baselines/diabetic_retinopathy_detection/input_utils.py +++ b/baselines/diabetic_retinopathy_detection/input_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/jax_finetune_batchensemble.py b/baselines/diabetic_retinopathy_detection/jax_finetune_batchensemble.py index 888d5b433..95e681de7 100644 --- a/baselines/diabetic_retinopathy_detection/jax_finetune_batchensemble.py +++ b/baselines/diabetic_retinopathy_detection/jax_finetune_batchensemble.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/jax_finetune_deterministic.py b/baselines/diabetic_retinopathy_detection/jax_finetune_deterministic.py index fba5da7d6..859050d19 100644 --- a/baselines/diabetic_retinopathy_detection/jax_finetune_deterministic.py +++ b/baselines/diabetic_retinopathy_detection/jax_finetune_deterministic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/jax_finetune_sngp.py b/baselines/diabetic_retinopathy_detection/jax_finetune_sngp.py index 297682b7a..396f5a0b6 100644 --- a/baselines/diabetic_retinopathy_detection/jax_finetune_sngp.py +++ b/baselines/diabetic_retinopathy_detection/jax_finetune_sngp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/model_selection/analyze_tensorboards.py b/baselines/diabetic_retinopathy_detection/model_selection/analyze_tensorboards.py index c0e6022bc..885b13c57 100644 --- a/baselines/diabetic_retinopathy_detection/model_selection/analyze_tensorboards.py +++ b/baselines/diabetic_retinopathy_detection/model_selection/analyze_tensorboards.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/model_selection/parse_tensorboards.py b/baselines/diabetic_retinopathy_detection/model_selection/parse_tensorboards.py index 41ebc2df5..ace4e4042 100644 --- a/baselines/diabetic_retinopathy_detection/model_selection/parse_tensorboards.py +++ b/baselines/diabetic_retinopathy_detection/model_selection/parse_tensorboards.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/plot_methods.py b/baselines/diabetic_retinopathy_detection/plot_methods.py index 201358fba..04e6ce7ee 100644 --- a/baselines/diabetic_retinopathy_detection/plot_methods.py +++ b/baselines/diabetic_retinopathy_detection/plot_methods.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/preprocess_utils.py b/baselines/diabetic_retinopathy_detection/preprocess_utils.py index 559621d00..598bbe942 100644 --- a/baselines/diabetic_retinopathy_detection/preprocess_utils.py +++ b/baselines/diabetic_retinopathy_detection/preprocess_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/radial.py b/baselines/diabetic_retinopathy_detection/radial.py index 3b85a4224..6a2365b01 100644 --- a/baselines/diabetic_retinopathy_detection/radial.py +++ b/baselines/diabetic_retinopathy_detection/radial.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/rank1_bnn.py b/baselines/diabetic_retinopathy_detection/rank1_bnn.py index 67ce6929c..984dcad8d 100644 --- a/baselines/diabetic_retinopathy_detection/rank1_bnn.py +++ b/baselines/diabetic_retinopathy_detection/rank1_bnn.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/torch_dropout.py b/baselines/diabetic_retinopathy_detection/torch_dropout.py index 3869d29b1..6ba37436a 100644 --- a/baselines/diabetic_retinopathy_detection/torch_dropout.py +++ b/baselines/diabetic_retinopathy_detection/torch_dropout.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/torch_utils.py b/baselines/diabetic_retinopathy_detection/torch_utils.py index 0591fe857..b3dd034fa 100644 --- a/baselines/diabetic_retinopathy_detection/torch_utils.py +++ b/baselines/diabetic_retinopathy_detection/torch_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/train_utils.py b/baselines/diabetic_retinopathy_detection/train_utils.py index 26da0cf7a..6ee946fe3 100644 --- a/baselines/diabetic_retinopathy_detection/train_utils.py +++ b/baselines/diabetic_retinopathy_detection/train_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/utils/__init__.py b/baselines/diabetic_retinopathy_detection/utils/__init__.py index 47dc7b000..8af178e8e 100644 --- a/baselines/diabetic_retinopathy_detection/utils/__init__.py +++ b/baselines/diabetic_retinopathy_detection/utils/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/utils/data_utils.py b/baselines/diabetic_retinopathy_detection/utils/data_utils.py index 494faf104..e8f76975e 100644 --- a/baselines/diabetic_retinopathy_detection/utils/data_utils.py +++ b/baselines/diabetic_retinopathy_detection/utils/data_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/utils/distribution_utils.py b/baselines/diabetic_retinopathy_detection/utils/distribution_utils.py index c8eb356b1..b3460c03f 100644 --- a/baselines/diabetic_retinopathy_detection/utils/distribution_utils.py +++ b/baselines/diabetic_retinopathy_detection/utils/distribution_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/utils/eval_utils.py b/baselines/diabetic_retinopathy_detection/utils/eval_utils.py index 14fbce189..f8f740dcd 100644 --- a/baselines/diabetic_retinopathy_detection/utils/eval_utils.py +++ b/baselines/diabetic_retinopathy_detection/utils/eval_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/utils/loss_utils.py b/baselines/diabetic_retinopathy_detection/utils/loss_utils.py index 15df07a95..02279f3e9 100644 --- a/baselines/diabetic_retinopathy_detection/utils/loss_utils.py +++ b/baselines/diabetic_retinopathy_detection/utils/loss_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/utils/metric_utils.py b/baselines/diabetic_retinopathy_detection/utils/metric_utils.py index b927291f6..962ae3b3d 100644 --- a/baselines/diabetic_retinopathy_detection/utils/metric_utils.py +++ b/baselines/diabetic_retinopathy_detection/utils/metric_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/utils/model_utils.py b/baselines/diabetic_retinopathy_detection/utils/model_utils.py index 88dc0eac6..f31195dfb 100644 --- a/baselines/diabetic_retinopathy_detection/utils/model_utils.py +++ b/baselines/diabetic_retinopathy_detection/utils/model_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/utils/plot_utils.py b/baselines/diabetic_retinopathy_detection/utils/plot_utils.py index 226c09f86..e99b93eb7 100644 --- a/baselines/diabetic_retinopathy_detection/utils/plot_utils.py +++ b/baselines/diabetic_retinopathy_detection/utils/plot_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/utils/results_storage_utils.py b/baselines/diabetic_retinopathy_detection/utils/results_storage_utils.py index 7f140d34b..a8cedfff9 100644 --- a/baselines/diabetic_retinopathy_detection/utils/results_storage_utils.py +++ b/baselines/diabetic_retinopathy_detection/utils/results_storage_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/utils/uncertainty_utils.py b/baselines/diabetic_retinopathy_detection/utils/uncertainty_utils.py index 60d6823b0..6fee7dcdb 100644 --- a/baselines/diabetic_retinopathy_detection/utils/uncertainty_utils.py +++ b/baselines/diabetic_retinopathy_detection/utils/uncertainty_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/utils/vit_utils.py b/baselines/diabetic_retinopathy_detection/utils/vit_utils.py index 11681e190..8476ee447 100644 --- a/baselines/diabetic_retinopathy_detection/utils/vit_utils.py +++ b/baselines/diabetic_retinopathy_detection/utils/vit_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/diabetic_retinopathy_detection/variational_inference.py b/baselines/diabetic_retinopathy_detection/variational_inference.py index 005cbe5b7..214c2b641 100644 --- a/baselines/diabetic_retinopathy_detection/variational_inference.py +++ b/baselines/diabetic_retinopathy_detection/variational_inference.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/drug_cardiotoxicity/augmentation_utils.py b/baselines/drug_cardiotoxicity/augmentation_utils.py index 251854a72..85ce5369d 100644 --- a/baselines/drug_cardiotoxicity/augmentation_utils.py +++ b/baselines/drug_cardiotoxicity/augmentation_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/drug_cardiotoxicity/augmentation_utils_test.py b/baselines/drug_cardiotoxicity/augmentation_utils_test.py index 0e4755bdc..d99423801 100644 --- a/baselines/drug_cardiotoxicity/augmentation_utils_test.py +++ b/baselines/drug_cardiotoxicity/augmentation_utils_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/drug_cardiotoxicity/deterministic.py b/baselines/drug_cardiotoxicity/deterministic.py index f916f1717..04e9dcf74 100644 --- a/baselines/drug_cardiotoxicity/deterministic.py +++ b/baselines/drug_cardiotoxicity/deterministic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/drug_cardiotoxicity/sngp.py b/baselines/drug_cardiotoxicity/sngp.py index 622843779..2a889b109 100644 --- a/baselines/drug_cardiotoxicity/sngp.py +++ b/baselines/drug_cardiotoxicity/sngp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/drug_cardiotoxicity/utils.py b/baselines/drug_cardiotoxicity/utils.py index de1b86a1c..90e5612e2 100644 --- a/baselines/drug_cardiotoxicity/utils.py +++ b/baselines/drug_cardiotoxicity/utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/drug_cardiotoxicity/utils_test.py b/baselines/drug_cardiotoxicity/utils_test.py index dd1b4d2b9..a2dc07af4 100644 --- a/baselines/drug_cardiotoxicity/utils_test.py +++ b/baselines/drug_cardiotoxicity/utils_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/imagenet/__init__.py b/baselines/imagenet/__init__.py index 7e1a8167f..7a9ef9ea1 100644 --- a/baselines/imagenet/__init__.py +++ b/baselines/imagenet/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/imagenet/batchensemble.py b/baselines/imagenet/batchensemble.py index c183125a3..0acc7c5c9 100644 --- a/baselines/imagenet/batchensemble.py +++ b/baselines/imagenet/batchensemble.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/imagenet/batchensemble_test.py b/baselines/imagenet/batchensemble_test.py index 18de11299..62651796e 100644 --- a/baselines/imagenet/batchensemble_test.py +++ b/baselines/imagenet/batchensemble_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/imagenet/deterministic.py b/baselines/imagenet/deterministic.py index 8db4f7ae5..8837aa54d 100644 --- a/baselines/imagenet/deterministic.py +++ b/baselines/imagenet/deterministic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/imagenet/dropout.py b/baselines/imagenet/dropout.py index fb7a20c74..711579801 100644 --- a/baselines/imagenet/dropout.py +++ b/baselines/imagenet/dropout.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/imagenet/efficientnet.py b/baselines/imagenet/efficientnet.py index 70070d900..0a501d7c3 100644 --- a/baselines/imagenet/efficientnet.py +++ b/baselines/imagenet/efficientnet.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/imagenet/efficientnet_be.py b/baselines/imagenet/efficientnet_be.py index 9c9111b98..07fce0f60 100644 --- a/baselines/imagenet/efficientnet_be.py +++ b/baselines/imagenet/efficientnet_be.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/imagenet/het_ensemble.py b/baselines/imagenet/het_ensemble.py index 7af965f96..6faf7cdbb 100644 --- a/baselines/imagenet/het_ensemble.py +++ b/baselines/imagenet/het_ensemble.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/imagenet/het_mimo.py b/baselines/imagenet/het_mimo.py index a013681c6..afd6560e7 100644 --- a/baselines/imagenet/het_mimo.py +++ b/baselines/imagenet/het_mimo.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/imagenet/het_rank1_bnn.py b/baselines/imagenet/het_rank1_bnn.py index 124afa218..1da16b0ee 100644 --- a/baselines/imagenet/het_rank1_bnn.py +++ b/baselines/imagenet/het_rank1_bnn.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/imagenet/heteroscedastic.py b/baselines/imagenet/heteroscedastic.py index a53575ecb..41426177c 100644 --- a/baselines/imagenet/heteroscedastic.py +++ b/baselines/imagenet/heteroscedastic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/imagenet/hetsngp.py b/baselines/imagenet/hetsngp.py index 0c8789abe..bc235316b 100644 --- a/baselines/imagenet/hetsngp.py +++ b/baselines/imagenet/hetsngp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/imagenet/metrics.py b/baselines/imagenet/metrics.py index feafc5350..440be0b38 100644 --- a/baselines/imagenet/metrics.py +++ b/baselines/imagenet/metrics.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/imagenet/mimo.py b/baselines/imagenet/mimo.py index badf0f991..a16d3d56d 100644 --- a/baselines/imagenet/mimo.py +++ b/baselines/imagenet/mimo.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/imagenet/rank1_bnn.py b/baselines/imagenet/rank1_bnn.py index 841031152..5f11f171e 100644 --- a/baselines/imagenet/rank1_bnn.py +++ b/baselines/imagenet/rank1_bnn.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/imagenet/rank1_bnn_test.py b/baselines/imagenet/rank1_bnn_test.py index f8879512a..0019f31d9 100644 --- a/baselines/imagenet/rank1_bnn_test.py +++ b/baselines/imagenet/rank1_bnn_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/imagenet/sngp.py b/baselines/imagenet/sngp.py index 1c3d8d576..7655a6044 100644 --- a/baselines/imagenet/sngp.py +++ b/baselines/imagenet/sngp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/imagenet/sngp_batchensemble.py b/baselines/imagenet/sngp_batchensemble.py index ced1a1c84..fe7f4ae84 100644 --- a/baselines/imagenet/sngp_batchensemble.py +++ b/baselines/imagenet/sngp_batchensemble.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/imagenet/sngp_ensemble.py b/baselines/imagenet/sngp_ensemble.py index 124c7a1cf..18028d7a1 100644 --- a/baselines/imagenet/sngp_ensemble.py +++ b/baselines/imagenet/sngp_ensemble.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/imagenet/utils.py b/baselines/imagenet/utils.py index 8d72aaf6d..b70e6a718 100644 --- a/baselines/imagenet/utils.py +++ b/baselines/imagenet/utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/active_learning.py b/baselines/jft/active_learning.py index 7e07f59e0..71dc0d1ae 100644 --- a/baselines/jft/active_learning.py +++ b/baselines/jft/active_learning.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/active_learning_test.py b/baselines/jft/active_learning_test.py index 86762a9cb..4c3355546 100644 --- a/baselines/jft/active_learning_test.py +++ b/baselines/jft/active_learning_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/al_utils.py b/baselines/jft/al_utils.py index 1be6d71bd..5c3ccc174 100644 --- a/baselines/jft/al_utils.py +++ b/baselines/jft/al_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/al_utils_test.py b/baselines/jft/al_utils_test.py index a5cc6b626..630df8b58 100644 --- a/baselines/jft/al_utils_test.py +++ b/baselines/jft/al_utils_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/batchensemble.py b/baselines/jft/batchensemble.py index 57015e6ae..e5f97d769 100644 --- a/baselines/jft/batchensemble.py +++ b/baselines/jft/batchensemble.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/batchensemble_test.py b/baselines/jft/batchensemble_test.py index 752a67e65..f13fca4fa 100644 --- a/baselines/jft/batchensemble_test.py +++ b/baselines/jft/batchensemble_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/batchensemble_utils.py b/baselines/jft/batchensemble_utils.py index 5955492f6..d9af4c3c6 100644 --- a/baselines/jft/batchensemble_utils.py +++ b/baselines/jft/batchensemble_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/begp.py b/baselines/jft/begp.py index 195d1e0af..b25edf756 100644 --- a/baselines/jft/begp.py +++ b/baselines/jft/begp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/begp_test.py b/baselines/jft/begp_test.py index 6b2a759ee..34e5ffefb 100644 --- a/baselines/jft/begp_test.py +++ b/baselines/jft/begp_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/bit_deterministic.py b/baselines/jft/bit_deterministic.py index c19fa71a1..29ad7253f 100644 --- a/baselines/jft/bit_deterministic.py +++ b/baselines/jft/bit_deterministic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/bit_heteroscedastic.py b/baselines/jft/bit_heteroscedastic.py index a5daf1c4d..1247e136f 100644 --- a/baselines/jft/bit_heteroscedastic.py +++ b/baselines/jft/bit_heteroscedastic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/checkpoint_utils.py b/baselines/jft/checkpoint_utils.py index dba281e2d..af87937b9 100644 --- a/baselines/jft/checkpoint_utils.py +++ b/baselines/jft/checkpoint_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/checkpoint_utils_test.py b/baselines/jft/checkpoint_utils_test.py index f117c8c6f..73ae43c26 100644 --- a/baselines/jft/checkpoint_utils_test.py +++ b/baselines/jft/checkpoint_utils_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/data_uncertainty_utils.py b/baselines/jft/data_uncertainty_utils.py index c2a72986b..3a40f8739 100644 --- a/baselines/jft/data_uncertainty_utils.py +++ b/baselines/jft/data_uncertainty_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/deep_ensemble.py b/baselines/jft/deep_ensemble.py index 91e580439..a589f413a 100644 --- a/baselines/jft/deep_ensemble.py +++ b/baselines/jft/deep_ensemble.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/deep_ensemble_test.py b/baselines/jft/deep_ensemble_test.py index bf1d3e2e6..ecb3627d7 100644 --- a/baselines/jft/deep_ensemble_test.py +++ b/baselines/jft/deep_ensemble_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/deterministic.py b/baselines/jft/deterministic.py index 9a1ed8d8b..007921527 100644 --- a/baselines/jft/deterministic.py +++ b/baselines/jft/deterministic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/deterministic_test.py b/baselines/jft/deterministic_test.py index 366901d2a..4c03ad22a 100644 --- a/baselines/jft/deterministic_test.py +++ b/baselines/jft/deterministic_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/deterministic_utils.py b/baselines/jft/deterministic_utils.py index 196c3e5a1..15bd2c8eb 100644 --- a/baselines/jft/deterministic_utils.py +++ b/baselines/jft/deterministic_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/bit/imagenet21k_bit_resnet152.py b/baselines/jft/experiments/bit/imagenet21k_bit_resnet152.py index 0dce88dec..0ec94325e 100644 --- a/baselines/jft/experiments/bit/imagenet21k_bit_resnet152.py +++ b/baselines/jft/experiments/bit/imagenet21k_bit_resnet152.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/bit/imagenet21k_bit_resnet152_heteroscedastic.py b/baselines/jft/experiments/bit/imagenet21k_bit_resnet152_heteroscedastic.py index c760af67c..aa4eeddef 100644 --- a/baselines/jft/experiments/bit/imagenet21k_bit_resnet152_heteroscedastic.py +++ b/baselines/jft/experiments/bit/imagenet21k_bit_resnet152_heteroscedastic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/bit/imagenet21k_bit_resnet50x2.py b/baselines/jft/experiments/bit/imagenet21k_bit_resnet50x2.py index 45b21ac61..7e62f003a 100644 --- a/baselines/jft/experiments/bit/imagenet21k_bit_resnet50x2.py +++ b/baselines/jft/experiments/bit/imagenet21k_bit_resnet50x2.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/bit/imagenet21k_bit_resnet50x2_finetune_cifar10.py b/baselines/jft/experiments/bit/imagenet21k_bit_resnet50x2_finetune_cifar10.py index bcfcc5f38..f8884fb18 100644 --- a/baselines/jft/experiments/bit/imagenet21k_bit_resnet50x2_finetune_cifar10.py +++ b/baselines/jft/experiments/bit/imagenet21k_bit_resnet50x2_finetune_cifar10.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/bit/imagenet21k_bit_resnet50x2_finetune_cifar100.py b/baselines/jft/experiments/bit/imagenet21k_bit_resnet50x2_finetune_cifar100.py index 00b3dedbc..e144f76d9 100644 --- a/baselines/jft/experiments/bit/imagenet21k_bit_resnet50x2_finetune_cifar100.py +++ b/baselines/jft/experiments/bit/imagenet21k_bit_resnet50x2_finetune_cifar100.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/bit/imagenet21k_bit_resnet50x2_heteroscedastic.py b/baselines/jft/experiments/bit/imagenet21k_bit_resnet50x2_heteroscedastic.py index 1de36409e..c4fa0ef49 100644 --- a/baselines/jft/experiments/bit/imagenet21k_bit_resnet50x2_heteroscedastic.py +++ b/baselines/jft/experiments/bit/imagenet21k_bit_resnet50x2_heteroscedastic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/bit/jft300m_bit_resnet152.py b/baselines/jft/experiments/bit/jft300m_bit_resnet152.py index fcaa3acb3..895dd77ef 100644 --- a/baselines/jft/experiments/bit/jft300m_bit_resnet152.py +++ b/baselines/jft/experiments/bit/jft300m_bit_resnet152.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/bit/jft300m_bit_resnet152_heteroscedastic.py b/baselines/jft/experiments/bit/jft300m_bit_resnet152_heteroscedastic.py index d1779b86c..abe730eea 100644 --- a/baselines/jft/experiments/bit/jft300m_bit_resnet152_heteroscedastic.py +++ b/baselines/jft/experiments/bit/jft300m_bit_resnet152_heteroscedastic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/bit/jft300m_bit_resnet50x2.py b/baselines/jft/experiments/bit/jft300m_bit_resnet50x2.py index ed4065226..65053bb92 100644 --- a/baselines/jft/experiments/bit/jft300m_bit_resnet50x2.py +++ b/baselines/jft/experiments/bit/jft300m_bit_resnet50x2.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/bit/jft300m_bit_resnet50x2_finetune_cifar10.py b/baselines/jft/experiments/bit/jft300m_bit_resnet50x2_finetune_cifar10.py index 297f9d4d7..c91febc33 100644 --- a/baselines/jft/experiments/bit/jft300m_bit_resnet50x2_finetune_cifar10.py +++ b/baselines/jft/experiments/bit/jft300m_bit_resnet50x2_finetune_cifar10.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/bit/jft300m_bit_resnet50x2_finetune_cifar100.py b/baselines/jft/experiments/bit/jft300m_bit_resnet50x2_finetune_cifar100.py index a716267d2..5be6ed185 100644 --- a/baselines/jft/experiments/bit/jft300m_bit_resnet50x2_finetune_cifar100.py +++ b/baselines/jft/experiments/bit/jft300m_bit_resnet50x2_finetune_cifar100.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/bit/jft300m_bit_resnet50x2_finetune_imagenet.py b/baselines/jft/experiments/bit/jft300m_bit_resnet50x2_finetune_imagenet.py index 9def70be8..a0011444e 100644 --- a/baselines/jft/experiments/bit/jft300m_bit_resnet50x2_finetune_imagenet.py +++ b/baselines/jft/experiments/bit/jft300m_bit_resnet50x2_finetune_imagenet.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/common_fewshot.py b/baselines/jft/experiments/common_fewshot.py index f12bf5746..fa7b2ec75 100644 --- a/baselines/jft/experiments/common_fewshot.py +++ b/baselines/jft/experiments/common_fewshot.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/deep_ensemble_downstream_vit_b32.py b/baselines/jft/experiments/deep_ensemble_downstream_vit_b32.py index ed70e6f4d..03806b271 100644 --- a/baselines/jft/experiments/deep_ensemble_downstream_vit_b32.py +++ b/baselines/jft/experiments/deep_ensemble_downstream_vit_b32.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/deep_ensemble_downstream_vit_l32.py b/baselines/jft/experiments/deep_ensemble_downstream_vit_l32.py index f27f6a13c..c2042ee48 100644 --- a/baselines/jft/experiments/deep_ensemble_downstream_vit_l32.py +++ b/baselines/jft/experiments/deep_ensemble_downstream_vit_l32.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/deep_ensemble_downstream_vit_s32.py b/baselines/jft/experiments/deep_ensemble_downstream_vit_s32.py index c7b91fb0d..145f2f848 100644 --- a/baselines/jft/experiments/deep_ensemble_downstream_vit_s32.py +++ b/baselines/jft/experiments/deep_ensemble_downstream_vit_s32.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/deep_ensemble_jft300m_vit_b32.py b/baselines/jft/experiments/deep_ensemble_jft300m_vit_b32.py index 4ca1a5461..34d8a1ad4 100644 --- a/baselines/jft/experiments/deep_ensemble_jft300m_vit_b32.py +++ b/baselines/jft/experiments/deep_ensemble_jft300m_vit_b32.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/deep_ensemble_jft300m_vit_l32.py b/baselines/jft/experiments/deep_ensemble_jft300m_vit_l32.py index 3adf6dda1..0ebb532be 100644 --- a/baselines/jft/experiments/deep_ensemble_jft300m_vit_l32.py +++ b/baselines/jft/experiments/deep_ensemble_jft300m_vit_l32.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/deep_ensemble_jft300m_vit_s32.py b/baselines/jft/experiments/deep_ensemble_jft300m_vit_s32.py index 0c2ba37c6..299df5a1d 100644 --- a/baselines/jft/experiments/deep_ensemble_jft300m_vit_s32.py +++ b/baselines/jft/experiments/deep_ensemble_jft300m_vit_s32.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/eee_downstream_vit_l32.py b/baselines/jft/experiments/eee_downstream_vit_l32.py index 55609aa82..90882c7c9 100644 --- a/baselines/jft/experiments/eee_downstream_vit_l32.py +++ b/baselines/jft/experiments/eee_downstream_vit_l32.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/imagenet21k_vit_base16.py b/baselines/jft/experiments/imagenet21k_vit_base16.py index c645f81aa..9c738c8aa 100644 --- a/baselines/jft/experiments/imagenet21k_vit_base16.py +++ b/baselines/jft/experiments/imagenet21k_vit_base16.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/imagenet21k_vit_base16_eval_imagenet.py b/baselines/jft/experiments/imagenet21k_vit_base16_eval_imagenet.py index ecabb8a17..2b3973d17 100644 --- a/baselines/jft/experiments/imagenet21k_vit_base16_eval_imagenet.py +++ b/baselines/jft/experiments/imagenet21k_vit_base16_eval_imagenet.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/imagenet21k_vit_base16_finetune_cifar10.py b/baselines/jft/experiments/imagenet21k_vit_base16_finetune_cifar10.py index bb7062637..f19498d8e 100644 --- a/baselines/jft/experiments/imagenet21k_vit_base16_finetune_cifar10.py +++ b/baselines/jft/experiments/imagenet21k_vit_base16_finetune_cifar10.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/imagenet21k_vit_base16_finetune_cifar100.py b/baselines/jft/experiments/imagenet21k_vit_base16_finetune_cifar100.py index 9c13fbac4..e13ce06a7 100644 --- a/baselines/jft/experiments/imagenet21k_vit_base16_finetune_cifar100.py +++ b/baselines/jft/experiments/imagenet21k_vit_base16_finetune_cifar100.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/imagenet21k_vit_base16_finetune_imagenet.py b/baselines/jft/experiments/imagenet21k_vit_base16_finetune_imagenet.py index fc7826b5e..58955aa47 100644 --- a/baselines/jft/experiments/imagenet21k_vit_base16_finetune_imagenet.py +++ b/baselines/jft/experiments/imagenet21k_vit_base16_finetune_imagenet.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/imagenet21k_vit_base16_heteroscedastic.py b/baselines/jft/experiments/imagenet21k_vit_base16_heteroscedastic.py index 020971b7a..8be384550 100644 --- a/baselines/jft/experiments/imagenet21k_vit_base16_heteroscedastic.py +++ b/baselines/jft/experiments/imagenet21k_vit_base16_heteroscedastic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/imagenet21k_vit_base16_heteroscedastic_eval_imagenet.py b/baselines/jft/experiments/imagenet21k_vit_base16_heteroscedastic_eval_imagenet.py index ef8a6f0f5..de5e38257 100644 --- a/baselines/jft/experiments/imagenet21k_vit_base16_heteroscedastic_eval_imagenet.py +++ b/baselines/jft/experiments/imagenet21k_vit_base16_heteroscedastic_eval_imagenet.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/imagenet21k_vit_base16_heteroscedastic_finetune_imagenet.py b/baselines/jft/experiments/imagenet21k_vit_base16_heteroscedastic_finetune_imagenet.py index a7af6bdf0..45bd9391a 100644 --- a/baselines/jft/experiments/imagenet21k_vit_base16_heteroscedastic_finetune_imagenet.py +++ b/baselines/jft/experiments/imagenet21k_vit_base16_heteroscedastic_finetune_imagenet.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/imagenet21k_vit_base16_hetsngp.py b/baselines/jft/experiments/imagenet21k_vit_base16_hetsngp.py index 5054be912..3d48407c1 100644 --- a/baselines/jft/experiments/imagenet21k_vit_base16_hetsngp.py +++ b/baselines/jft/experiments/imagenet21k_vit_base16_hetsngp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/imagenet21k_vit_base16_sngp.py b/baselines/jft/experiments/imagenet21k_vit_base16_sngp.py index 97442bdcb..e55b2a8e4 100644 --- a/baselines/jft/experiments/imagenet21k_vit_base16_sngp.py +++ b/baselines/jft/experiments/imagenet21k_vit_base16_sngp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/imagenet21k_vit_base16_sngp_finetune_cifar.py b/baselines/jft/experiments/imagenet21k_vit_base16_sngp_finetune_cifar.py index 540f3587f..2fb01c910 100644 --- a/baselines/jft/experiments/imagenet21k_vit_base16_sngp_finetune_cifar.py +++ b/baselines/jft/experiments/imagenet21k_vit_base16_sngp_finetune_cifar.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/imagenet21k_vit_base16_sngp_finetune_cifar100.py b/baselines/jft/experiments/imagenet21k_vit_base16_sngp_finetune_cifar100.py index 1c3c90046..6bba13606 100644 --- a/baselines/jft/experiments/imagenet21k_vit_base16_sngp_finetune_cifar100.py +++ b/baselines/jft/experiments/imagenet21k_vit_base16_sngp_finetune_cifar100.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/imagenet21k_vit_l32.py b/baselines/jft/experiments/imagenet21k_vit_l32.py index 8b90a0629..8f5cef81d 100644 --- a/baselines/jft/experiments/imagenet21k_vit_l32.py +++ b/baselines/jft/experiments/imagenet21k_vit_l32.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/imagenet21k_vit_l32_eval_imagenet.py b/baselines/jft/experiments/imagenet21k_vit_l32_eval_imagenet.py index f5d893ed2..80ac800bc 100644 --- a/baselines/jft/experiments/imagenet21k_vit_l32_eval_imagenet.py +++ b/baselines/jft/experiments/imagenet21k_vit_l32_eval_imagenet.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/imagenet21k_vit_l32_heteroscedastic.py b/baselines/jft/experiments/imagenet21k_vit_l32_heteroscedastic.py index 5397576d2..82025d544 100644 --- a/baselines/jft/experiments/imagenet21k_vit_l32_heteroscedastic.py +++ b/baselines/jft/experiments/imagenet21k_vit_l32_heteroscedastic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/imagenet21k_vit_l32_heteroscedastic_eval_imagenet.py b/baselines/jft/experiments/imagenet21k_vit_l32_heteroscedastic_eval_imagenet.py index 4674e2b89..903db9027 100644 --- a/baselines/jft/experiments/imagenet21k_vit_l32_heteroscedastic_eval_imagenet.py +++ b/baselines/jft/experiments/imagenet21k_vit_l32_heteroscedastic_eval_imagenet.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/imagenet21k_vit_l32_hetsngp.py b/baselines/jft/experiments/imagenet21k_vit_l32_hetsngp.py index 9671ec54e..b2114574d 100644 --- a/baselines/jft/experiments/imagenet21k_vit_l32_hetsngp.py +++ b/baselines/jft/experiments/imagenet21k_vit_l32_hetsngp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/jft300m_vit_base16.py b/baselines/jft/experiments/jft300m_vit_base16.py index 2599078f8..312f585c1 100644 --- a/baselines/jft/experiments/jft300m_vit_base16.py +++ b/baselines/jft/experiments/jft300m_vit_base16.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/jft300m_vit_base16_finetune_cifar10.py b/baselines/jft/experiments/jft300m_vit_base16_finetune_cifar10.py index 9ffb18df1..a11d306de 100644 --- a/baselines/jft/experiments/jft300m_vit_base16_finetune_cifar10.py +++ b/baselines/jft/experiments/jft300m_vit_base16_finetune_cifar10.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/jft300m_vit_base16_finetune_cifar100.py b/baselines/jft/experiments/jft300m_vit_base16_finetune_cifar100.py index b248526bb..47f67d3cf 100644 --- a/baselines/jft/experiments/jft300m_vit_base16_finetune_cifar100.py +++ b/baselines/jft/experiments/jft300m_vit_base16_finetune_cifar100.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/jft300m_vit_base16_finetune_imagenet.py b/baselines/jft/experiments/jft300m_vit_base16_finetune_imagenet.py index d91326d7f..00801f95b 100644 --- a/baselines/jft/experiments/jft300m_vit_base16_finetune_imagenet.py +++ b/baselines/jft/experiments/jft300m_vit_base16_finetune_imagenet.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/jft300m_vit_base16_heteroscedastic.py b/baselines/jft/experiments/jft300m_vit_base16_heteroscedastic.py index 428cc8285..f8355116a 100644 --- a/baselines/jft/experiments/jft300m_vit_base16_heteroscedastic.py +++ b/baselines/jft/experiments/jft300m_vit_base16_heteroscedastic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/jft300m_vit_base16_heteroscedastic_finetune_cifar.py b/baselines/jft/experiments/jft300m_vit_base16_heteroscedastic_finetune_cifar.py index 90acfe2ec..96165f8dc 100644 --- a/baselines/jft/experiments/jft300m_vit_base16_heteroscedastic_finetune_cifar.py +++ b/baselines/jft/experiments/jft300m_vit_base16_heteroscedastic_finetune_cifar.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/jft300m_vit_base16_heteroscedastic_finetune_imagenet.py b/baselines/jft/experiments/jft300m_vit_base16_heteroscedastic_finetune_imagenet.py index 2c9b04bac..49e3c6b67 100644 --- a/baselines/jft/experiments/jft300m_vit_base16_heteroscedastic_finetune_imagenet.py +++ b/baselines/jft/experiments/jft300m_vit_base16_heteroscedastic_finetune_imagenet.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/jft300m_vit_base16_sngp.py b/baselines/jft/experiments/jft300m_vit_base16_sngp.py index f66db77f3..350e196b1 100644 --- a/baselines/jft/experiments/jft300m_vit_base16_sngp.py +++ b/baselines/jft/experiments/jft300m_vit_base16_sngp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/jft300m_vit_base16_sngp_finetune_cifar.py b/baselines/jft/experiments/jft300m_vit_base16_sngp_finetune_cifar.py index 6c4da5210..a5388cc24 100644 --- a/baselines/jft/experiments/jft300m_vit_base16_sngp_finetune_cifar.py +++ b/baselines/jft/experiments/jft300m_vit_base16_sngp_finetune_cifar.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/jft300m_vit_base16_sngp_finetune_cifar100.py b/baselines/jft/experiments/jft300m_vit_base16_sngp_finetune_cifar100.py index 587b5144f..77194bd0d 100644 --- a/baselines/jft/experiments/jft300m_vit_base16_sngp_finetune_cifar100.py +++ b/baselines/jft/experiments/jft300m_vit_base16_sngp_finetune_cifar100.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/jft300m_vit_base_32.py b/baselines/jft/experiments/jft300m_vit_base_32.py index c1c1eed58..1581b4905 100644 --- a/baselines/jft/experiments/jft300m_vit_base_32.py +++ b/baselines/jft/experiments/jft300m_vit_base_32.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/jft300m_vit_l32.py b/baselines/jft/experiments/jft300m_vit_l32.py index b503a1605..23e020d81 100644 --- a/baselines/jft/experiments/jft300m_vit_l32.py +++ b/baselines/jft/experiments/jft300m_vit_l32.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/jft300m_vit_l32_finetune_cifar10.py b/baselines/jft/experiments/jft300m_vit_l32_finetune_cifar10.py index d4d6e0f90..1699c9d73 100644 --- a/baselines/jft/experiments/jft300m_vit_l32_finetune_cifar10.py +++ b/baselines/jft/experiments/jft300m_vit_l32_finetune_cifar10.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/jft300m_vit_l32_finetune_cifar100.py b/baselines/jft/experiments/jft300m_vit_l32_finetune_cifar100.py index a3079207e..993828ea4 100644 --- a/baselines/jft/experiments/jft300m_vit_l32_finetune_cifar100.py +++ b/baselines/jft/experiments/jft300m_vit_l32_finetune_cifar100.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/jft300m_vit_l32_finetune_imagenet.py b/baselines/jft/experiments/jft300m_vit_l32_finetune_imagenet.py index 6b24fe324..1dd8fae4d 100644 --- a/baselines/jft/experiments/jft300m_vit_l32_finetune_imagenet.py +++ b/baselines/jft/experiments/jft300m_vit_l32_finetune_imagenet.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/jft300m_vit_l32_heteroscedastic.py b/baselines/jft/experiments/jft300m_vit_l32_heteroscedastic.py index 2ea1a7e93..ee64b9142 100644 --- a/baselines/jft/experiments/jft300m_vit_l32_heteroscedastic.py +++ b/baselines/jft/experiments/jft300m_vit_l32_heteroscedastic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/jft300m_vit_l32_heteroscedastic_finetune_cifar10.py b/baselines/jft/experiments/jft300m_vit_l32_heteroscedastic_finetune_cifar10.py index d9410eb08..49286a54c 100644 --- a/baselines/jft/experiments/jft300m_vit_l32_heteroscedastic_finetune_cifar10.py +++ b/baselines/jft/experiments/jft300m_vit_l32_heteroscedastic_finetune_cifar10.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/jft300m_vit_l32_heteroscedastic_finetune_cifar100.py b/baselines/jft/experiments/jft300m_vit_l32_heteroscedastic_finetune_cifar100.py index bb8f22b3f..34ee26f6f 100644 --- a/baselines/jft/experiments/jft300m_vit_l32_heteroscedastic_finetune_cifar100.py +++ b/baselines/jft/experiments/jft300m_vit_l32_heteroscedastic_finetune_cifar100.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/jft300m_vit_l32_heteroscedastic_finetune_imagenet.py b/baselines/jft/experiments/jft300m_vit_l32_heteroscedastic_finetune_imagenet.py index 3f8a76158..7d88532f8 100644 --- a/baselines/jft/experiments/jft300m_vit_l32_heteroscedastic_finetune_imagenet.py +++ b/baselines/jft/experiments/jft300m_vit_l32_heteroscedastic_finetune_imagenet.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/jft300m_vit_l32_hetgpbe.py b/baselines/jft/experiments/jft300m_vit_l32_hetgpbe.py index 12d48cba8..69d855b9e 100644 --- a/baselines/jft/experiments/jft300m_vit_l32_hetgpbe.py +++ b/baselines/jft/experiments/jft300m_vit_l32_hetgpbe.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/jft300m_vit_l32_hetsngp.py b/baselines/jft/experiments/jft300m_vit_l32_hetsngp.py index 3852ab36f..664f35a7b 100644 --- a/baselines/jft/experiments/jft300m_vit_l32_hetsngp.py +++ b/baselines/jft/experiments/jft300m_vit_l32_hetsngp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/jft300m_vit_l32_mimo.py b/baselines/jft/experiments/jft300m_vit_l32_mimo.py index ab2723600..fa76f4091 100644 --- a/baselines/jft/experiments/jft300m_vit_l32_mimo.py +++ b/baselines/jft/experiments/jft300m_vit_l32_mimo.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/jft300m_vit_l32_sngp.py b/baselines/jft/experiments/jft300m_vit_l32_sngp.py index 75adc77e5..a3f403888 100644 --- a/baselines/jft/experiments/jft300m_vit_l32_sngp.py +++ b/baselines/jft/experiments/jft300m_vit_l32_sngp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/jft300m_vit_small8_16.py b/baselines/jft/experiments/jft300m_vit_small8_16.py index ddb38eff5..d605df439 100644 --- a/baselines/jft/experiments/jft300m_vit_small8_16.py +++ b/baselines/jft/experiments/jft300m_vit_small8_16.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/jft300m_vit_small8_32.py b/baselines/jft/experiments/jft300m_vit_small8_32.py index 853f2687a..f61585493 100644 --- a/baselines/jft/experiments/jft300m_vit_small8_32.py +++ b/baselines/jft/experiments/jft300m_vit_small8_32.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/jft300m_vit_small8_32_mimo.py b/baselines/jft/experiments/jft300m_vit_small8_32_mimo.py index ac5636720..00f24f41f 100644 --- a/baselines/jft/experiments/jft300m_vit_small8_32_mimo.py +++ b/baselines/jft/experiments/jft300m_vit_small8_32_mimo.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/sweep_utils.py b/baselines/jft/experiments/sweep_utils.py index 73db15b07..e5ff846e8 100644 --- a/baselines/jft/experiments/sweep_utils.py +++ b/baselines/jft/experiments/sweep_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_base16_finetune_cifar_10_and_100.py b/baselines/jft/experiments/vit_base16_finetune_cifar_10_and_100.py index d2e0bceae..b1c3226e1 100644 --- a/baselines/jft/experiments/vit_base16_finetune_cifar_10_and_100.py +++ b/baselines/jft/experiments/vit_base16_finetune_cifar_10_and_100.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_base16_sngp_finetune_cifar_10_and_100.py b/baselines/jft/experiments/vit_base16_sngp_finetune_cifar_10_and_100.py index 832a52555..b59e1cab7 100644 --- a/baselines/jft/experiments/vit_base16_sngp_finetune_cifar_10_and_100.py +++ b/baselines/jft/experiments/vit_base16_sngp_finetune_cifar_10_and_100.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_be/be_vit_b32_finetune.py b/baselines/jft/experiments/vit_be/be_vit_b32_finetune.py index ea593f986..b4c6f3376 100644 --- a/baselines/jft/experiments/vit_be/be_vit_b32_finetune.py +++ b/baselines/jft/experiments/vit_be/be_vit_b32_finetune.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_be/be_vit_base_16_finetune_cifar10.py b/baselines/jft/experiments/vit_be/be_vit_base_16_finetune_cifar10.py index c5d89147a..3c81497d9 100644 --- a/baselines/jft/experiments/vit_be/be_vit_base_16_finetune_cifar10.py +++ b/baselines/jft/experiments/vit_be/be_vit_base_16_finetune_cifar10.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_be/be_vit_l32_active_learning.py b/baselines/jft/experiments/vit_be/be_vit_l32_active_learning.py index 91e99edf9..6e0215110 100644 --- a/baselines/jft/experiments/vit_be/be_vit_l32_active_learning.py +++ b/baselines/jft/experiments/vit_be/be_vit_l32_active_learning.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_be/be_vit_l32_finetune.py b/baselines/jft/experiments/vit_be/be_vit_l32_finetune.py index c7ed79472..45ed223c7 100644 --- a/baselines/jft/experiments/vit_be/be_vit_l32_finetune.py +++ b/baselines/jft/experiments/vit_be/be_vit_l32_finetune.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_be/be_vit_l32_finetune_cifar_subpopulation.py b/baselines/jft/experiments/vit_be/be_vit_l32_finetune_cifar_subpopulation.py index a79d90faa..1813abb34 100644 --- a/baselines/jft/experiments/vit_be/be_vit_l32_finetune_cifar_subpopulation.py +++ b/baselines/jft/experiments/vit_be/be_vit_l32_finetune_cifar_subpopulation.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_be/be_vit_l32_finetune_rank1_bnn.py b/baselines/jft/experiments/vit_be/be_vit_l32_finetune_rank1_bnn.py index a961ef28a..edd0ac508 100644 --- a/baselines/jft/experiments/vit_be/be_vit_l32_finetune_rank1_bnn.py +++ b/baselines/jft/experiments/vit_be/be_vit_l32_finetune_rank1_bnn.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_be/be_vit_l32_upstream_deterministic_finetune.py b/baselines/jft/experiments/vit_be/be_vit_l32_upstream_deterministic_finetune.py index f51fba170..2b1d3a3bf 100644 --- a/baselines/jft/experiments/vit_be/be_vit_l32_upstream_deterministic_finetune.py +++ b/baselines/jft/experiments/vit_be/be_vit_l32_upstream_deterministic_finetune.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_be/be_vit_l32_upstream_deterministic_finetune_cifar_subpopulation.py b/baselines/jft/experiments/vit_be/be_vit_l32_upstream_deterministic_finetune_cifar_subpopulation.py index f330ede3c..27647d45c 100644 --- a/baselines/jft/experiments/vit_be/be_vit_l32_upstream_deterministic_finetune_cifar_subpopulation.py +++ b/baselines/jft/experiments/vit_be/be_vit_l32_upstream_deterministic_finetune_cifar_subpopulation.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_be/be_vit_s32_finetune.py b/baselines/jft/experiments/vit_be/be_vit_s32_finetune.py index 371c8fc78..4cd721a5b 100644 --- a/baselines/jft/experiments/vit_be/be_vit_s32_finetune.py +++ b/baselines/jft/experiments/vit_be/be_vit_s32_finetune.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_be/imagenet21k_be_vit_large_32.py b/baselines/jft/experiments/vit_be/imagenet21k_be_vit_large_32.py index 10051b5a6..e9b92c011 100644 --- a/baselines/jft/experiments/vit_be/imagenet21k_be_vit_large_32.py +++ b/baselines/jft/experiments/vit_be/imagenet21k_be_vit_large_32.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_be/imagenet21k_be_vit_large_32_eval_imagenet.py b/baselines/jft/experiments/vit_be/imagenet21k_be_vit_large_32_eval_imagenet.py index ee8ac9dcd..3cc68bad9 100644 --- a/baselines/jft/experiments/vit_be/imagenet21k_be_vit_large_32_eval_imagenet.py +++ b/baselines/jft/experiments/vit_be/imagenet21k_be_vit_large_32_eval_imagenet.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_be/jft300m_be_vit_base_16.py b/baselines/jft/experiments/vit_be/jft300m_be_vit_base_16.py index e4d1d62aa..b3fb562dd 100644 --- a/baselines/jft/experiments/vit_be/jft300m_be_vit_base_16.py +++ b/baselines/jft/experiments/vit_be/jft300m_be_vit_base_16.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_be/jft300m_be_vit_base_32.py b/baselines/jft/experiments/vit_be/jft300m_be_vit_base_32.py index 2d8cdcf37..4ccff820d 100644 --- a/baselines/jft/experiments/vit_be/jft300m_be_vit_base_32.py +++ b/baselines/jft/experiments/vit_be/jft300m_be_vit_base_32.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_be/jft300m_be_vit_huge_14.py b/baselines/jft/experiments/vit_be/jft300m_be_vit_huge_14.py index b0e88362a..ecbb50b31 100644 --- a/baselines/jft/experiments/vit_be/jft300m_be_vit_huge_14.py +++ b/baselines/jft/experiments/vit_be/jft300m_be_vit_huge_14.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_be/jft300m_be_vit_large_32.py b/baselines/jft/experiments/vit_be/jft300m_be_vit_large_32.py index 0aa19d141..ee30f37a5 100644 --- a/baselines/jft/experiments/vit_be/jft300m_be_vit_large_32.py +++ b/baselines/jft/experiments/vit_be/jft300m_be_vit_large_32.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_be/jft300m_be_vit_small8_32.py b/baselines/jft/experiments/vit_be/jft300m_be_vit_small8_32.py index f15fc0937..d8160adfd 100644 --- a/baselines/jft/experiments/vit_be/jft300m_be_vit_small8_32.py +++ b/baselines/jft/experiments/vit_be/jft300m_be_vit_small8_32.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_be/jft300m_rank1_bnn_vit_large_32.py b/baselines/jft/experiments/vit_be/jft300m_rank1_bnn_vit_large_32.py index 9bd8c2a2a..4df7a7bb8 100644 --- a/baselines/jft/experiments/vit_be/jft300m_rank1_bnn_vit_large_32.py +++ b/baselines/jft/experiments/vit_be/jft300m_rank1_bnn_vit_large_32.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_l32_active_learning.py b/baselines/jft/experiments/vit_l32_active_learning.py index 42db8a42e..8e1dd99cd 100644 --- a/baselines/jft/experiments/vit_l32_active_learning.py +++ b/baselines/jft/experiments/vit_l32_active_learning.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_l32_active_learning_cifar.py b/baselines/jft/experiments/vit_l32_active_learning_cifar.py index 5e59583bd..6f2b2c712 100644 --- a/baselines/jft/experiments/vit_l32_active_learning_cifar.py +++ b/baselines/jft/experiments/vit_l32_active_learning_cifar.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_l32_active_learning_places365.py b/baselines/jft/experiments/vit_l32_active_learning_places365.py index 2483f232a..4ce912028 100644 --- a/baselines/jft/experiments/vit_l32_active_learning_places365.py +++ b/baselines/jft/experiments/vit_l32_active_learning_places365.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_l32_be_fewshot.py b/baselines/jft/experiments/vit_l32_be_fewshot.py index b02921976..517ed4840 100644 --- a/baselines/jft/experiments/vit_l32_be_fewshot.py +++ b/baselines/jft/experiments/vit_l32_be_fewshot.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_l32_begp_finetune.py b/baselines/jft/experiments/vit_l32_begp_finetune.py index b92f47ba5..6dce1890d 100644 --- a/baselines/jft/experiments/vit_l32_begp_finetune.py +++ b/baselines/jft/experiments/vit_l32_begp_finetune.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_l32_begp_finetune_cifar_subpopulation.py b/baselines/jft/experiments/vit_l32_begp_finetune_cifar_subpopulation.py index 150238a54..fb4b64965 100644 --- a/baselines/jft/experiments/vit_l32_begp_finetune_cifar_subpopulation.py +++ b/baselines/jft/experiments/vit_l32_begp_finetune_cifar_subpopulation.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_l32_cifar_only_subpopulation.py b/baselines/jft/experiments/vit_l32_cifar_only_subpopulation.py index 717a0cbc0..18e7e9da6 100644 --- a/baselines/jft/experiments/vit_l32_cifar_only_subpopulation.py +++ b/baselines/jft/experiments/vit_l32_cifar_only_subpopulation.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_l32_fewshot.py b/baselines/jft/experiments/vit_l32_fewshot.py index 590b6ecf2..d069889cf 100644 --- a/baselines/jft/experiments/vit_l32_fewshot.py +++ b/baselines/jft/experiments/vit_l32_fewshot.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_l32_finetune.py b/baselines/jft/experiments/vit_l32_finetune.py index cabe8b500..c43951cca 100644 --- a/baselines/jft/experiments/vit_l32_finetune.py +++ b/baselines/jft/experiments/vit_l32_finetune.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_l32_finetune_cifar_subpopulation.py b/baselines/jft/experiments/vit_l32_finetune_cifar_subpopulation.py index 1fd27dc25..46877c1b4 100644 --- a/baselines/jft/experiments/vit_l32_finetune_cifar_subpopulation.py +++ b/baselines/jft/experiments/vit_l32_finetune_cifar_subpopulation.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_l32_hetgpbe_finetune.py b/baselines/jft/experiments/vit_l32_hetgpbe_finetune.py index c686c0b3e..599ce3aa2 100644 --- a/baselines/jft/experiments/vit_l32_hetgpbe_finetune.py +++ b/baselines/jft/experiments/vit_l32_hetgpbe_finetune.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_l32_plex_finetune.py b/baselines/jft/experiments/vit_l32_plex_finetune.py index 337ff3abd..0fbe04cf3 100644 --- a/baselines/jft/experiments/vit_l32_plex_finetune.py +++ b/baselines/jft/experiments/vit_l32_plex_finetune.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_l32_plex_finetune_cifar_subpopulation.py b/baselines/jft/experiments/vit_l32_plex_finetune_cifar_subpopulation.py index 97fa3d884..736d33278 100644 --- a/baselines/jft/experiments/vit_l32_plex_finetune_cifar_subpopulation.py +++ b/baselines/jft/experiments/vit_l32_plex_finetune_cifar_subpopulation.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vit_l32_sngp_finetune.py b/baselines/jft/experiments/vit_l32_sngp_finetune.py index b5e923b37..486e2279d 100644 --- a/baselines/jft/experiments/vit_l32_sngp_finetune.py +++ b/baselines/jft/experiments/vit_l32_sngp_finetune.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vmoe_downstream_vit_l32.py b/baselines/jft/experiments/vmoe_downstream_vit_l32.py index 75d53ebd5..8b3b85c40 100644 --- a/baselines/jft/experiments/vmoe_downstream_vit_l32.py +++ b/baselines/jft/experiments/vmoe_downstream_vit_l32.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/experiments/vmoe_jft300m_vit_l32.py b/baselines/jft/experiments/vmoe_jft300m_vit_l32.py index 5b22e5508..f2bcb3757 100644 --- a/baselines/jft/experiments/vmoe_jft300m_vit_l32.py +++ b/baselines/jft/experiments/vmoe_jft300m_vit_l32.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/fewshot_learning.py b/baselines/jft/fewshot_learning.py index 6d1a989d3..03e393ddd 100644 --- a/baselines/jft/fewshot_learning.py +++ b/baselines/jft/fewshot_learning.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/fewshot_utils.py b/baselines/jft/fewshot_utils.py index 4a767458b..3898f52ad 100644 --- a/baselines/jft/fewshot_utils.py +++ b/baselines/jft/fewshot_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/fewshot_utils_test.py b/baselines/jft/fewshot_utils_test.py index 72dbbe050..970a02752 100644 --- a/baselines/jft/fewshot_utils_test.py +++ b/baselines/jft/fewshot_utils_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/heteroscedastic.py b/baselines/jft/heteroscedastic.py index 28b2397b1..e0c7f698c 100644 --- a/baselines/jft/heteroscedastic.py +++ b/baselines/jft/heteroscedastic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/heteroscedastic_test.py b/baselines/jft/heteroscedastic_test.py index 322f78a8f..5959c61dc 100644 --- a/baselines/jft/heteroscedastic_test.py +++ b/baselines/jft/heteroscedastic_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/hetgpbe.py b/baselines/jft/hetgpbe.py index d026f6844..9e2fcf662 100644 --- a/baselines/jft/hetgpbe.py +++ b/baselines/jft/hetgpbe.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/hetsngp.py b/baselines/jft/hetsngp.py index 75d029766..19a41aecc 100644 --- a/baselines/jft/hetsngp.py +++ b/baselines/jft/hetsngp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/input_utils.py b/baselines/jft/input_utils.py index e8b055933..6b7740abc 100644 --- a/baselines/jft/input_utils.py +++ b/baselines/jft/input_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -21,6 +21,7 @@ from absl import logging import flax +from google.protobuf import text_format import jax import jax.numpy as jnp import numpy as np diff --git a/baselines/jft/input_utils_test.py b/baselines/jft/input_utils_test.py index ec6ea84d7..be02a2b6b 100644 --- a/baselines/jft/input_utils_test.py +++ b/baselines/jft/input_utils_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/mimo.py b/baselines/jft/mimo.py index a2e099dba..5d53343c4 100644 --- a/baselines/jft/mimo.py +++ b/baselines/jft/mimo.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/ood_utils.py b/baselines/jft/ood_utils.py index 7a4e2484e..446c5c6f5 100644 --- a/baselines/jft/ood_utils.py +++ b/baselines/jft/ood_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/ood_utils_test.py b/baselines/jft/ood_utils_test.py index 88a5ac24f..b2e940735 100644 --- a/baselines/jft/ood_utils_test.py +++ b/baselines/jft/ood_utils_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/plex.py b/baselines/jft/plex.py index 195f50446..531d76f16 100644 --- a/baselines/jft/plex.py +++ b/baselines/jft/plex.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/preprocess_utils.py b/baselines/jft/preprocess_utils.py index 5100dcb3c..40d4c57b9 100644 --- a/baselines/jft/preprocess_utils.py +++ b/baselines/jft/preprocess_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/preprocess_utils_test.py b/baselines/jft/preprocess_utils_test.py index d34c2ec8c..47574b630 100644 --- a/baselines/jft/preprocess_utils_test.py +++ b/baselines/jft/preprocess_utils_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/rank1_bnn.py b/baselines/jft/rank1_bnn.py index 09c1d6175..56ec72247 100644 --- a/baselines/jft/rank1_bnn.py +++ b/baselines/jft/rank1_bnn.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/rank1_bnn_test.py b/baselines/jft/rank1_bnn_test.py index 2762464d8..b42ab5372 100644 --- a/baselines/jft/rank1_bnn_test.py +++ b/baselines/jft/rank1_bnn_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/sngp.py b/baselines/jft/sngp.py index 84f71cf6b..0c2243b23 100644 --- a/baselines/jft/sngp.py +++ b/baselines/jft/sngp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/sngp_test.py b/baselines/jft/sngp_test.py index 39880e018..a2614296d 100644 --- a/baselines/jft/sngp_test.py +++ b/baselines/jft/sngp_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/subpopl_utils.py b/baselines/jft/subpopl_utils.py index 655ac07c5..82751fabc 100644 --- a/baselines/jft/subpopl_utils.py +++ b/baselines/jft/subpopl_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/subpopl_utils_test.py b/baselines/jft/subpopl_utils_test.py index a52e36b31..8be5991a6 100644 --- a/baselines/jft/subpopl_utils_test.py +++ b/baselines/jft/subpopl_utils_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/test_utils.py b/baselines/jft/test_utils.py index 34fc0d563..33e6c95f5 100644 --- a/baselines/jft/test_utils.py +++ b/baselines/jft/test_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/train_utils.py b/baselines/jft/train_utils.py index 0ddba94bd..69006036d 100644 --- a/baselines/jft/train_utils.py +++ b/baselines/jft/train_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/train_utils_test.py b/baselines/jft/train_utils_test.py index e1e94f6a4..1d07383e9 100644 --- a/baselines/jft/train_utils_test.py +++ b/baselines/jft/train_utils_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/vmoe.py b/baselines/jft/vmoe.py index 862f3e38a..57b1053b3 100644 --- a/baselines/jft/vmoe.py +++ b/baselines/jft/vmoe.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/vmoe_utils.py b/baselines/jft/vmoe_utils.py index a5635f8f0..c7eae2d50 100644 --- a/baselines/jft/vmoe_utils.py +++ b/baselines/jft/vmoe_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/jft/vmoe_utils_test.py b/baselines/jft/vmoe_utils_test.py index 14935d07f..f0e0bba92 100644 --- a/baselines/jft/vmoe_utils_test.py +++ b/baselines/jft/vmoe_utils_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/mnist/deterministic.py b/baselines/mnist/deterministic.py index bb3d71380..669a5e918 100644 --- a/baselines/mnist/deterministic.py +++ b/baselines/mnist/deterministic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/mnist/utils.py b/baselines/mnist/utils.py index 225867263..9d0e17d6e 100644 --- a/baselines/mnist/utils.py +++ b/baselines/mnist/utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/mnist/variational_inference.py b/baselines/mnist/variational_inference.py index d72a645e9..ee043d16f 100644 --- a/baselines/mnist/variational_inference.py +++ b/baselines/mnist/variational_inference.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/privileged_information/cifar_pi/distill_pi.py b/baselines/privileged_information/cifar_pi/distill_pi.py index 5c2747a31..f5db4e4bc 100644 --- a/baselines/privileged_information/cifar_pi/distill_pi.py +++ b/baselines/privileged_information/cifar_pi/distill_pi.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/privileged_information/cifar_pi/no_pi.py b/baselines/privileged_information/cifar_pi/no_pi.py index bea5a85ce..712fb6d8e 100644 --- a/baselines/privileged_information/cifar_pi/no_pi.py +++ b/baselines/privileged_information/cifar_pi/no_pi.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/privileged_information/cifar_pi/pi_full_marginalization.py b/baselines/privileged_information/cifar_pi/pi_full_marginalization.py index 319be078d..7d302fe28 100644 --- a/baselines/privileged_information/cifar_pi/pi_full_marginalization.py +++ b/baselines/privileged_information/cifar_pi/pi_full_marginalization.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/privileged_information/cifar_pi/tram.py b/baselines/privileged_information/cifar_pi/tram.py index 68579eb03..d1b97ea5e 100644 --- a/baselines/privileged_information/cifar_pi/tram.py +++ b/baselines/privileged_information/cifar_pi/tram.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/privileged_information/imagenet_pi/distill_pi.py b/baselines/privileged_information/imagenet_pi/distill_pi.py index ac3a43860..eb1eee9fb 100644 --- a/baselines/privileged_information/imagenet_pi/distill_pi.py +++ b/baselines/privileged_information/imagenet_pi/distill_pi.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/privileged_information/imagenet_pi/no_pi.py b/baselines/privileged_information/imagenet_pi/no_pi.py index 638e23430..24fcf3009 100644 --- a/baselines/privileged_information/imagenet_pi/no_pi.py +++ b/baselines/privileged_information/imagenet_pi/no_pi.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/privileged_information/imagenet_pi/pi_full_marginalization.py b/baselines/privileged_information/imagenet_pi/pi_full_marginalization.py index 8e74af5a7..d1886d86b 100644 --- a/baselines/privileged_information/imagenet_pi/pi_full_marginalization.py +++ b/baselines/privileged_information/imagenet_pi/pi_full_marginalization.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/privileged_information/imagenet_pi/tram.py b/baselines/privileged_information/imagenet_pi/tram.py index ecd79b8a0..c9b143850 100644 --- a/baselines/privileged_information/imagenet_pi/tram.py +++ b/baselines/privileged_information/imagenet_pi/tram.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/privileged_information/pi_utils.py b/baselines/privileged_information/pi_utils.py index 67b5d7062..4c61a38e7 100644 --- a/baselines/privileged_information/pi_utils.py +++ b/baselines/privileged_information/pi_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/privileged_information/pi_utils_test.py b/baselines/privileged_information/pi_utils_test.py index 9d97ffd5a..206d9353c 100644 --- a/baselines/privileged_information/pi_utils_test.py +++ b/baselines/privileged_information/pi_utils_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/architectures/t5_1_1_base.gin b/baselines/t5/configs/architectures/t5_1_1_base.gin index 21f9272c1..eedd446b9 100644 --- a/baselines/t5/configs/architectures/t5_1_1_base.gin +++ b/baselines/t5/configs/architectures/t5_1_1_base.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/architectures/t5_1_1_large.gin b/baselines/t5/configs/architectures/t5_1_1_large.gin index f0d291166..7a68cca0b 100644 --- a/baselines/t5/configs/architectures/t5_1_1_large.gin +++ b/baselines/t5/configs/architectures/t5_1_1_large.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/architectures/t5_1_1_small.gin b/baselines/t5/configs/architectures/t5_1_1_small.gin index 9ac20a44f..dedcda8d4 100644 --- a/baselines/t5/configs/architectures/t5_1_1_small.gin +++ b/baselines/t5/configs/architectures/t5_1_1_small.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/architectures/t5_base.gin b/baselines/t5/configs/architectures/t5_base.gin index 4652fd627..7fd257e93 100644 --- a/baselines/t5/configs/architectures/t5_base.gin +++ b/baselines/t5/configs/architectures/t5_base.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/architectures/t5_large.gin b/baselines/t5/configs/architectures/t5_large.gin index 5a78b19ff..cc870b186 100644 --- a/baselines/t5/configs/architectures/t5_large.gin +++ b/baselines/t5/configs/architectures/t5_large.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/architectures/t5_small.gin b/baselines/t5/configs/architectures/t5_small.gin index b8c210b8d..6e6dcb66c 100644 --- a/baselines/t5/configs/architectures/t5_small.gin +++ b/baselines/t5/configs/architectures/t5_small.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/models/decoder_only_beam_score.gin b/baselines/t5/configs/models/decoder_only_beam_score.gin index 8611976ad..7a8aaeaee 100644 --- a/baselines/t5/configs/models/decoder_only_beam_score.gin +++ b/baselines/t5/configs/models/decoder_only_beam_score.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/models/decoder_only_token_score.gin b/baselines/t5/configs/models/decoder_only_token_score.gin index 693560333..7b73b0d4f 100644 --- a/baselines/t5/configs/models/decoder_only_token_score.gin +++ b/baselines/t5/configs/models/decoder_only_token_score.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/models/encoder_decoder_be.gin b/baselines/t5/configs/models/encoder_decoder_be.gin index 3b28bd58e..cfd116514 100644 --- a/baselines/t5/configs/models/encoder_decoder_be.gin +++ b/baselines/t5/configs/models/encoder_decoder_be.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/models/encoder_decoder_be_classifier.gin b/baselines/t5/configs/models/encoder_decoder_be_classifier.gin index 2fcc9eaae..7366a67bf 100644 --- a/baselines/t5/configs/models/encoder_decoder_be_classifier.gin +++ b/baselines/t5/configs/models/encoder_decoder_be_classifier.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/models/encoder_decoder_be_gp.gin b/baselines/t5/configs/models/encoder_decoder_be_gp.gin index a81054034..55009b180 100644 --- a/baselines/t5/configs/models/encoder_decoder_be_gp.gin +++ b/baselines/t5/configs/models/encoder_decoder_be_gp.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/models/encoder_decoder_be_gp_classifier.gin b/baselines/t5/configs/models/encoder_decoder_be_gp_classifier.gin index cd95303c6..da4b4a66e 100644 --- a/baselines/t5/configs/models/encoder_decoder_be_gp_classifier.gin +++ b/baselines/t5/configs/models/encoder_decoder_be_gp_classifier.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/models/encoder_decoder_beam_score.gin b/baselines/t5/configs/models/encoder_decoder_beam_score.gin index fa2370724..cf308c105 100644 --- a/baselines/t5/configs/models/encoder_decoder_beam_score.gin +++ b/baselines/t5/configs/models/encoder_decoder_beam_score.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/models/encoder_decoder_classifier.gin b/baselines/t5/configs/models/encoder_decoder_classifier.gin index 0bb73d61e..4f9ff5591 100644 --- a/baselines/t5/configs/models/encoder_decoder_classifier.gin +++ b/baselines/t5/configs/models/encoder_decoder_classifier.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/models/encoder_decoder_gp.gin b/baselines/t5/configs/models/encoder_decoder_gp.gin index 1f3c29c93..b8f600b31 100644 --- a/baselines/t5/configs/models/encoder_decoder_gp.gin +++ b/baselines/t5/configs/models/encoder_decoder_gp.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/models/encoder_decoder_gp_classifier.gin b/baselines/t5/configs/models/encoder_decoder_gp_classifier.gin index 72bc7dc37..fbce2e7f1 100644 --- a/baselines/t5/configs/models/encoder_decoder_gp_classifier.gin +++ b/baselines/t5/configs/models/encoder_decoder_gp_classifier.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/models/encoder_decoder_het.gin b/baselines/t5/configs/models/encoder_decoder_het.gin index 94270493d..0ed827477 100644 --- a/baselines/t5/configs/models/encoder_decoder_het.gin +++ b/baselines/t5/configs/models/encoder_decoder_het.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/models/encoder_decoder_het_classifier.gin b/baselines/t5/configs/models/encoder_decoder_het_classifier.gin index f2dd03580..2f0e63e69 100644 --- a/baselines/t5/configs/models/encoder_decoder_het_classifier.gin +++ b/baselines/t5/configs/models/encoder_decoder_het_classifier.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/models/encoder_decoder_token_score.gin b/baselines/t5/configs/models/encoder_decoder_token_score.gin index d88fcc165..1a89fa79e 100644 --- a/baselines/t5/configs/models/encoder_decoder_token_score.gin +++ b/baselines/t5/configs/models/encoder_decoder_token_score.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/runs/finetune_deterministic.gin b/baselines/t5/configs/runs/finetune_deterministic.gin index 735ef7ec5..572aad858 100644 --- a/baselines/t5/configs/runs/finetune_deterministic.gin +++ b/baselines/t5/configs/runs/finetune_deterministic.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/runs/prediction_service.gin b/baselines/t5/configs/runs/prediction_service.gin index 3f6a6f6c2..ac8e30c51 100644 --- a/baselines/t5/configs/runs/prediction_service.gin +++ b/baselines/t5/configs/runs/prediction_service.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/tasks/bigbench_mcqa.gin b/baselines/t5/configs/tasks/bigbench_mcqa.gin index 8bddfb17a..1febe5990 100644 --- a/baselines/t5/configs/tasks/bigbench_mcqa.gin +++ b/baselines/t5/configs/tasks/bigbench_mcqa.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/tasks/cnn_dailymail.gin b/baselines/t5/configs/tasks/cnn_dailymail.gin index d3fe7bd53..e9cf56f97 100644 --- a/baselines/t5/configs/tasks/cnn_dailymail.gin +++ b/baselines/t5/configs/tasks/cnn_dailymail.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/tasks/deepbank.gin b/baselines/t5/configs/tasks/deepbank.gin index 4d6e15504..4e6108907 100644 --- a/baselines/t5/configs/tasks/deepbank.gin +++ b/baselines/t5/configs/tasks/deepbank.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/tasks/deepbank_infer.gin b/baselines/t5/configs/tasks/deepbank_infer.gin index e6cd73869..a49b505d0 100644 --- a/baselines/t5/configs/tasks/deepbank_infer.gin +++ b/baselines/t5/configs/tasks/deepbank_infer.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/tasks/deepbank_train.gin b/baselines/t5/configs/tasks/deepbank_train.gin index dbd8ce5b4..1a53c0174 100644 --- a/baselines/t5/configs/tasks/deepbank_train.gin +++ b/baselines/t5/configs/tasks/deepbank_train.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/tasks/mnli.gin b/baselines/t5/configs/tasks/mnli.gin index 1a30cabda..e9bd6b44f 100644 --- a/baselines/t5/configs/tasks/mnli.gin +++ b/baselines/t5/configs/tasks/mnli.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/tasks/mtop.gin b/baselines/t5/configs/tasks/mtop.gin index f06c1e643..c749d4a09 100644 --- a/baselines/t5/configs/tasks/mtop.gin +++ b/baselines/t5/configs/tasks/mtop.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/tasks/multiwoz.gin b/baselines/t5/configs/tasks/multiwoz.gin index cd3ec1c92..ddc4e2bc0 100644 --- a/baselines/t5/configs/tasks/multiwoz.gin +++ b/baselines/t5/configs/tasks/multiwoz.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/tasks/nalue.gin b/baselines/t5/configs/tasks/nalue.gin index 30f536ba2..0c48349a3 100644 --- a/baselines/t5/configs/tasks/nalue.gin +++ b/baselines/t5/configs/tasks/nalue.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/tasks/smcalflow.gin b/baselines/t5/configs/tasks/smcalflow.gin index 9e92134fe..9cb914342 100644 --- a/baselines/t5/configs/tasks/smcalflow.gin +++ b/baselines/t5/configs/tasks/smcalflow.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/tasks/smcalflow_infer.gin b/baselines/t5/configs/tasks/smcalflow_infer.gin index 8c114c669..b73c5366d 100644 --- a/baselines/t5/configs/tasks/smcalflow_infer.gin +++ b/baselines/t5/configs/tasks/smcalflow_infer.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/tasks/snips.gin b/baselines/t5/configs/tasks/snips.gin index 6cabed73b..5b2539df5 100644 --- a/baselines/t5/configs/tasks/snips.gin +++ b/baselines/t5/configs/tasks/snips.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/tasks/snips_infer.gin b/baselines/t5/configs/tasks/snips_infer.gin index 13cbf13a0..938f09e63 100644 --- a/baselines/t5/configs/tasks/snips_infer.gin +++ b/baselines/t5/configs/tasks/snips_infer.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/tasks/toxic_comments.gin b/baselines/t5/configs/tasks/toxic_comments.gin index f6ec6206b..eb40b8b3d 100644 --- a/baselines/t5/configs/tasks/toxic_comments.gin +++ b/baselines/t5/configs/tasks/toxic_comments.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/configs/tasks/xsum.gin b/baselines/t5/configs/tasks/xsum.gin index 4af01b846..e9f157cad 100644 --- a/baselines/t5/configs/tasks/xsum.gin +++ b/baselines/t5/configs/tasks/xsum.gin @@ -1,4 +1,4 @@ -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/data/deepbank/data_utils.py b/baselines/t5/data/deepbank/data_utils.py index 0eb27bfb1..9de1467ae 100644 --- a/baselines/t5/data/deepbank/data_utils.py +++ b/baselines/t5/data/deepbank/data_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/data/deepbank/graph_linear_utils.py b/baselines/t5/data/deepbank/graph_linear_utils.py index 05c37c8c4..08eaebce3 100644 --- a/baselines/t5/data/deepbank/graph_linear_utils.py +++ b/baselines/t5/data/deepbank/graph_linear_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/data/deepbank/graph_utils.py b/baselines/t5/data/deepbank/graph_utils.py index 32077483d..f073c74d2 100644 --- a/baselines/t5/data/deepbank/graph_utils.py +++ b/baselines/t5/data/deepbank/graph_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/data/deepbank/graph_utils_test.py b/baselines/t5/data/deepbank/graph_utils_test.py index 5a20752ec..cbd7f6013 100644 --- a/baselines/t5/data/deepbank/graph_utils_test.py +++ b/baselines/t5/data/deepbank/graph_utils_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/data/deepbank/lispress_utils.py b/baselines/t5/data/deepbank/lispress_utils.py index dbc544266..7ac2cb5cc 100644 --- a/baselines/t5/data/deepbank/lispress_utils.py +++ b/baselines/t5/data/deepbank/lispress_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/data/deepbank/meta_graph_utils.py b/baselines/t5/data/deepbank/meta_graph_utils.py index de74fd805..a758c40d9 100644 --- a/baselines/t5/data/deepbank/meta_graph_utils.py +++ b/baselines/t5/data/deepbank/meta_graph_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/data/deepbank/penman_utils.py b/baselines/t5/data/deepbank/penman_utils.py index 8c46614c5..44f9c718f 100644 --- a/baselines/t5/data/deepbank/penman_utils.py +++ b/baselines/t5/data/deepbank/penman_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/data/deepbank/retrieval_utils.py b/baselines/t5/data/deepbank/retrieval_utils.py index 3135f04ff..0320f9a36 100644 --- a/baselines/t5/data/deepbank/retrieval_utils.py +++ b/baselines/t5/data/deepbank/retrieval_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/data/deepbank/tree_utils.py b/baselines/t5/data/deepbank/tree_utils.py index 709dc6872..32d743561 100644 --- a/baselines/t5/data/deepbank/tree_utils.py +++ b/baselines/t5/data/deepbank/tree_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/data/metrics.py b/baselines/t5/data/metrics.py index a02b9caa8..5f7ab8635 100644 --- a/baselines/t5/data/metrics.py +++ b/baselines/t5/data/metrics.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/data/metrics_test.py b/baselines/t5/data/metrics_test.py index ccad8cd3b..4ff77d272 100644 --- a/baselines/t5/data/metrics_test.py +++ b/baselines/t5/data/metrics_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/data/metrics_utils.py b/baselines/t5/data/metrics_utils.py index be827ce4b..79a5c7b12 100644 --- a/baselines/t5/data/metrics_utils.py +++ b/baselines/t5/data/metrics_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/data/mixtures.py b/baselines/t5/data/mixtures.py index 812ad14c4..e1994c778 100644 --- a/baselines/t5/data/mixtures.py +++ b/baselines/t5/data/mixtures.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/data/nalue/data_utils.py b/baselines/t5/data/nalue/data_utils.py index 3c04afc4d..7a64d47e4 100644 --- a/baselines/t5/data/nalue/data_utils.py +++ b/baselines/t5/data/nalue/data_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/data/nalue/data_utils_test.py b/baselines/t5/data/nalue/data_utils_test.py index 82c0b7d46..171d613c0 100644 --- a/baselines/t5/data/nalue/data_utils_test.py +++ b/baselines/t5/data/nalue/data_utils_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/data/preprocessors.py b/baselines/t5/data/preprocessors.py index 8a5efdfb1..86f7b6067 100644 --- a/baselines/t5/data/preprocessors.py +++ b/baselines/t5/data/preprocessors.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/data/preprocessors_test.py b/baselines/t5/data/preprocessors_test.py index c83b17248..006a0e110 100644 --- a/baselines/t5/data/preprocessors_test.py +++ b/baselines/t5/data/preprocessors_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/data/tasks/__init__.py b/baselines/t5/data/tasks/__init__.py index ea48f0677..42468df93 100644 --- a/baselines/t5/data/tasks/__init__.py +++ b/baselines/t5/data/tasks/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/data/tasks/bigbench_mcqa.py b/baselines/t5/data/tasks/bigbench_mcqa.py index fcd3efa09..cececf030 100644 --- a/baselines/t5/data/tasks/bigbench_mcqa.py +++ b/baselines/t5/data/tasks/bigbench_mcqa.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/data/tasks/dataflow.py b/baselines/t5/data/tasks/dataflow.py index 594b528f6..6980af981 100644 --- a/baselines/t5/data/tasks/dataflow.py +++ b/baselines/t5/data/tasks/dataflow.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/data/tasks/deepbank.py b/baselines/t5/data/tasks/deepbank.py index 5b78613b8..77c04eb53 100644 --- a/baselines/t5/data/tasks/deepbank.py +++ b/baselines/t5/data/tasks/deepbank.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/data/tasks/mnli.py b/baselines/t5/data/tasks/mnli.py index 009e545ee..e0738dfd7 100644 --- a/baselines/t5/data/tasks/mnli.py +++ b/baselines/t5/data/tasks/mnli.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/data/tasks/nalue.py b/baselines/t5/data/tasks/nalue.py index e9b52ef58..0ad5a1c13 100644 --- a/baselines/t5/data/tasks/nalue.py +++ b/baselines/t5/data/tasks/nalue.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/data/tasks/toxic_comments.py b/baselines/t5/data/tasks/toxic_comments.py index bbde34827..2abe70e20 100644 --- a/baselines/t5/data/tasks/toxic_comments.py +++ b/baselines/t5/data/tasks/toxic_comments.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/data/tasks/utils.py b/baselines/t5/data/tasks/utils.py index 320ddb85f..61041e9f9 100644 --- a/baselines/t5/data/tasks/utils.py +++ b/baselines/t5/data/tasks/utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/decoding.py b/baselines/t5/decoding.py index 33d5808b1..cf8e1b0f0 100644 --- a/baselines/t5/decoding.py +++ b/baselines/t5/decoding.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/deterministic_test.py b/baselines/t5/deterministic_test.py index e1c517df5..5d3590351 100644 --- a/baselines/t5/deterministic_test.py +++ b/baselines/t5/deterministic_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/ensemble_eval_binary_test.py b/baselines/t5/ensemble_eval_binary_test.py index a57ee8b6b..82977a0f0 100644 --- a/baselines/t5/ensemble_eval_binary_test.py +++ b/baselines/t5/ensemble_eval_binary_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/ensemble_eval_sequence_test.py b/baselines/t5/ensemble_eval_sequence_test.py index 80fb37c28..da50bbf17 100644 --- a/baselines/t5/ensemble_eval_sequence_test.py +++ b/baselines/t5/ensemble_eval_sequence_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/mcdropout_eval_test.py b/baselines/t5/mcdropout_eval_test.py index 2565a78f2..159fe5c2d 100644 --- a/baselines/t5/mcdropout_eval_test.py +++ b/baselines/t5/mcdropout_eval_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/models/be_models.py b/baselines/t5/models/be_models.py index e0e0bef9e..7d1aea333 100644 --- a/baselines/t5/models/be_models.py +++ b/baselines/t5/models/be_models.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/models/be_models_test.py b/baselines/t5/models/be_models_test.py index 1edcb5e28..7190051f5 100644 --- a/baselines/t5/models/be_models_test.py +++ b/baselines/t5/models/be_models_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/models/gp_models.py b/baselines/t5/models/gp_models.py index d701ca341..f4c94a062 100644 --- a/baselines/t5/models/gp_models.py +++ b/baselines/t5/models/gp_models.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/models/gp_models_test.py b/baselines/t5/models/gp_models_test.py index d99ca1c21..21feac13e 100644 --- a/baselines/t5/models/gp_models_test.py +++ b/baselines/t5/models/gp_models_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/models/heteroscedastic_models.py b/baselines/t5/models/heteroscedastic_models.py index 260083bba..2be609590 100644 --- a/baselines/t5/models/heteroscedastic_models.py +++ b/baselines/t5/models/heteroscedastic_models.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/models/heteroscedastic_models_test.py b/baselines/t5/models/heteroscedastic_models_test.py index 3f80a05eb..8fa3d1a0a 100644 --- a/baselines/t5/models/heteroscedastic_models_test.py +++ b/baselines/t5/models/heteroscedastic_models_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/models/models.py b/baselines/t5/models/models.py index d698e9504..28d45633b 100644 --- a/baselines/t5/models/models.py +++ b/baselines/t5/models/models.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/models/models_test.py b/baselines/t5/models/models_test.py index c4ec82002..16e74a643 100644 --- a/baselines/t5/models/models_test.py +++ b/baselines/t5/models/models_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/sngp_test.py b/baselines/t5/sngp_test.py index e21632b15..962cd4980 100644 --- a/baselines/t5/sngp_test.py +++ b/baselines/t5/sngp_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/utils.py b/baselines/t5/utils.py index ce0606d48..6bc94b244 100644 --- a/baselines/t5/utils.py +++ b/baselines/t5/utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/t5/utils_test.py b/baselines/t5/utils_test.py index 83c3ac462..bbc30e2f2 100644 --- a/baselines/t5/utils_test.py +++ b/baselines/t5/utils_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/toxic_comments/deterministic.py b/baselines/toxic_comments/deterministic.py index feaf1ee0f..f12178f27 100644 --- a/baselines/toxic_comments/deterministic.py +++ b/baselines/toxic_comments/deterministic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/toxic_comments/dropout.py b/baselines/toxic_comments/dropout.py index 571bf35f5..81238859b 100644 --- a/baselines/toxic_comments/dropout.py +++ b/baselines/toxic_comments/dropout.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/toxic_comments/ensemble.py b/baselines/toxic_comments/ensemble.py index f41ed77dc..c76d601d2 100644 --- a/baselines/toxic_comments/ensemble.py +++ b/baselines/toxic_comments/ensemble.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/toxic_comments/metrics.py b/baselines/toxic_comments/metrics.py index 243f38a2d..6857e85ef 100644 --- a/baselines/toxic_comments/metrics.py +++ b/baselines/toxic_comments/metrics.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/toxic_comments/metrics_test.py b/baselines/toxic_comments/metrics_test.py index 2e1038793..d2ad23ee9 100644 --- a/baselines/toxic_comments/metrics_test.py +++ b/baselines/toxic_comments/metrics_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/toxic_comments/sngp.py b/baselines/toxic_comments/sngp.py index 5185ddeaa..7a8cb31a6 100644 --- a/baselines/toxic_comments/sngp.py +++ b/baselines/toxic_comments/sngp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/toxic_comments/sngp_ensemble.py b/baselines/toxic_comments/sngp_ensemble.py index 3ab75e0ae..bb406daff 100644 --- a/baselines/toxic_comments/sngp_ensemble.py +++ b/baselines/toxic_comments/sngp_ensemble.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/toxic_comments/utils.py b/baselines/toxic_comments/utils.py index c40a25c9d..c2c2cde89 100644 --- a/baselines/toxic_comments/utils.py +++ b/baselines/toxic_comments/utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/toxic_comments/utils_test.py b/baselines/toxic_comments/utils_test.py index 75fb50e51..9c61921a3 100644 --- a/baselines/toxic_comments/utils_test.py +++ b/baselines/toxic_comments/utils_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/uci/deterministic.py b/baselines/uci/deterministic.py index c5c2239e9..c98178678 100644 --- a/baselines/uci/deterministic.py +++ b/baselines/uci/deterministic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/uci/utils.py b/baselines/uci/utils.py index c3b689639..f86da7f33 100644 --- a/baselines/uci/utils.py +++ b/baselines/uci/utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/baselines/uci/variational_inference.py b/baselines/uci/variational_inference.py index 060f8bf5a..9c1680b5d 100644 --- a/baselines/uci/variational_inference.py +++ b/baselines/uci/variational_inference.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/caltrain/secondary_losses.py b/experimental/caltrain/secondary_losses.py index f42bda6ea..1be3fbaed 100644 --- a/experimental/caltrain/secondary_losses.py +++ b/experimental/caltrain/secondary_losses.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/cifar10_resnet20/main.py b/experimental/cifar10_resnet20/main.py index 35ab42742..c197cda6a 100644 --- a/experimental/cifar10_resnet20/main.py +++ b/experimental/cifar10_resnet20/main.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/deterministic/eval.py b/experimental/deterministic/eval.py index c29add9ba..0e2f0b88c 100644 --- a/experimental/deterministic/eval.py +++ b/experimental/deterministic/eval.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/deterministic/flags.py b/experimental/deterministic/flags.py index 14db48180..dea9724d4 100644 --- a/experimental/deterministic/flags.py +++ b/experimental/deterministic/flags.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/deterministic/main.py b/experimental/deterministic/main.py index 0db4cb361..dde40c0fd 100644 --- a/experimental/deterministic/main.py +++ b/experimental/deterministic/main.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/deterministic/train.py b/experimental/deterministic/train.py index 2081ea93b..02386391d 100644 --- a/experimental/deterministic/train.py +++ b/experimental/deterministic/train.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/diversity/__init__.py b/experimental/diversity/__init__.py index cd2b6a876..dbb9d7d66 100644 --- a/experimental/diversity/__init__.py +++ b/experimental/diversity/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/diversity/be_utils.py b/experimental/diversity/be_utils.py index 0c4261d0f..42890a1b8 100644 --- a/experimental/diversity/be_utils.py +++ b/experimental/diversity/be_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/diversity/diversity_metrics.py b/experimental/diversity/diversity_metrics.py index cdef925f4..27209817f 100644 --- a/experimental/diversity/diversity_metrics.py +++ b/experimental/diversity/diversity_metrics.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/diversity/diversity_metrics_test.py b/experimental/diversity/diversity_metrics_test.py index 1a7b3289f..5f5e71102 100644 --- a/experimental/diversity/diversity_metrics_test.py +++ b/experimental/diversity/diversity_metrics_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/diversity/diversity_utils.py b/experimental/diversity/diversity_utils.py index fe28c4e44..9472ec19e 100644 --- a/experimental/diversity/diversity_utils.py +++ b/experimental/diversity/diversity_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/psl/constants.py b/experimental/language_structure/psl/constants.py index 5fcd30f18..36b5addff 100644 --- a/experimental/language_structure/psl/constants.py +++ b/experimental/language_structure/psl/constants.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/psl/constants_dstc.py b/experimental/language_structure/psl/constants_dstc.py index 5047dd7b5..11c73bda6 100644 --- a/experimental/language_structure/psl/constants_dstc.py +++ b/experimental/language_structure/psl/constants_dstc.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/psl/constants_dstc_synthetic.py b/experimental/language_structure/psl/constants_dstc_synthetic.py index 7e304114c..b97e56188 100644 --- a/experimental/language_structure/psl/constants_dstc_synthetic.py +++ b/experimental/language_structure/psl/constants_dstc_synthetic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/psl/constrained_evaluation.py b/experimental/language_structure/psl/constrained_evaluation.py index 8debec97d..901b8b1d5 100644 --- a/experimental/language_structure/psl/constrained_evaluation.py +++ b/experimental/language_structure/psl/constrained_evaluation.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/psl/data.py b/experimental/language_structure/psl/data.py index ad942116d..d4091f1d7 100644 --- a/experimental/language_structure/psl/data.py +++ b/experimental/language_structure/psl/data.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/psl/data_test.py b/experimental/language_structure/psl/data_test.py index fb4865624..3bdc8e79c 100644 --- a/experimental/language_structure/psl/data_test.py +++ b/experimental/language_structure/psl/data_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/psl/psl_model.py b/experimental/language_structure/psl/psl_model.py index 59e06b3fe..fda88bf75 100644 --- a/experimental/language_structure/psl/psl_model.py +++ b/experimental/language_structure/psl/psl_model.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/psl/psl_model_dstc_synthetic.py b/experimental/language_structure/psl/psl_model_dstc_synthetic.py index 83e899a65..fdb2b8fcd 100644 --- a/experimental/language_structure/psl/psl_model_dstc_synthetic.py +++ b/experimental/language_structure/psl/psl_model_dstc_synthetic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/psl/psl_model_multiwoz.py b/experimental/language_structure/psl/psl_model_multiwoz.py index 1b48b34f4..4c8cf3777 100644 --- a/experimental/language_structure/psl/psl_model_multiwoz.py +++ b/experimental/language_structure/psl/psl_model_multiwoz.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/psl/psl_model_multiwoz_test.py b/experimental/language_structure/psl/psl_model_multiwoz_test.py index afa4076ae..3ac9bcc49 100644 --- a/experimental/language_structure/psl/psl_model_multiwoz_test.py +++ b/experimental/language_structure/psl/psl_model_multiwoz_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/psl/psl_model_multiwoz_test_util.py b/experimental/language_structure/psl/psl_model_multiwoz_test_util.py index d25471ca3..9e899f85c 100644 --- a/experimental/language_structure/psl/psl_model_multiwoz_test_util.py +++ b/experimental/language_structure/psl/psl_model_multiwoz_test_util.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/vrnn/data_preprocessor.py b/experimental/language_structure/vrnn/data_preprocessor.py index d2bf07d87..e72db5319 100644 --- a/experimental/language_structure/vrnn/data_preprocessor.py +++ b/experimental/language_structure/vrnn/data_preprocessor.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/vrnn/data_preprocessor_test.py b/experimental/language_structure/vrnn/data_preprocessor_test.py index 01207320b..0cdff86e1 100644 --- a/experimental/language_structure/vrnn/data_preprocessor_test.py +++ b/experimental/language_structure/vrnn/data_preprocessor_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/vrnn/data_utils.py b/experimental/language_structure/vrnn/data_utils.py index 802965994..f905f5ede 100644 --- a/experimental/language_structure/vrnn/data_utils.py +++ b/experimental/language_structure/vrnn/data_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/vrnn/experiments/linear_vrnn/default_config.py b/experimental/language_structure/vrnn/experiments/linear_vrnn/default_config.py index 2d59c4e7f..99aea57d4 100644 --- a/experimental/language_structure/vrnn/experiments/linear_vrnn/default_config.py +++ b/experimental/language_structure/vrnn/experiments/linear_vrnn/default_config.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/vrnn/experiments/linear_vrnn/multiwoz_synth.py b/experimental/language_structure/vrnn/experiments/linear_vrnn/multiwoz_synth.py index 5176c6276..a95ee70ec 100644 --- a/experimental/language_structure/vrnn/experiments/linear_vrnn/multiwoz_synth.py +++ b/experimental/language_structure/vrnn/experiments/linear_vrnn/multiwoz_synth.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/vrnn/experiments/linear_vrnn/multiwoz_synth_bert.py b/experimental/language_structure/vrnn/experiments/linear_vrnn/multiwoz_synth_bert.py index 9226fd912..7b13460ff 100644 --- a/experimental/language_structure/vrnn/experiments/linear_vrnn/multiwoz_synth_bert.py +++ b/experimental/language_structure/vrnn/experiments/linear_vrnn/multiwoz_synth_bert.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/vrnn/experiments/linear_vrnn/multiwoz_synth_tmpl.py b/experimental/language_structure/vrnn/experiments/linear_vrnn/multiwoz_synth_tmpl.py index cd1f411f3..617675a3f 100644 --- a/experimental/language_structure/vrnn/experiments/linear_vrnn/multiwoz_synth_tmpl.py +++ b/experimental/language_structure/vrnn/experiments/linear_vrnn/multiwoz_synth_tmpl.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/vrnn/experiments/linear_vrnn/sgd.py b/experimental/language_structure/vrnn/experiments/linear_vrnn/sgd.py index ee7fbc2cc..4275790e5 100644 --- a/experimental/language_structure/vrnn/experiments/linear_vrnn/sgd.py +++ b/experimental/language_structure/vrnn/experiments/linear_vrnn/sgd.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/vrnn/experiments/linear_vrnn/sgd_da.py b/experimental/language_structure/vrnn/experiments/linear_vrnn/sgd_da.py index d4cddf441..c3ab287b8 100644 --- a/experimental/language_structure/vrnn/experiments/linear_vrnn/sgd_da.py +++ b/experimental/language_structure/vrnn/experiments/linear_vrnn/sgd_da.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/vrnn/experiments/linear_vrnn/sgd_da_tmpl.py b/experimental/language_structure/vrnn/experiments/linear_vrnn/sgd_da_tmpl.py index f66292769..5773bb008 100644 --- a/experimental/language_structure/vrnn/experiments/linear_vrnn/sgd_da_tmpl.py +++ b/experimental/language_structure/vrnn/experiments/linear_vrnn/sgd_da_tmpl.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/vrnn/experiments/linear_vrnn/sgd_synth.py b/experimental/language_structure/vrnn/experiments/linear_vrnn/sgd_synth.py index ab624cbf8..b8853cf8e 100644 --- a/experimental/language_structure/vrnn/experiments/linear_vrnn/sgd_synth.py +++ b/experimental/language_structure/vrnn/experiments/linear_vrnn/sgd_synth.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/vrnn/experiments/linear_vrnn/sgd_synth_bert.py b/experimental/language_structure/vrnn/experiments/linear_vrnn/sgd_synth_bert.py index 8f562e354..cd6d3bbfc 100644 --- a/experimental/language_structure/vrnn/experiments/linear_vrnn/sgd_synth_bert.py +++ b/experimental/language_structure/vrnn/experiments/linear_vrnn/sgd_synth_bert.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/vrnn/experiments/linear_vrnn/sgd_synth_tmpl.py b/experimental/language_structure/vrnn/experiments/linear_vrnn/sgd_synth_tmpl.py index 33a01c5bd..08d66556b 100644 --- a/experimental/language_structure/vrnn/experiments/linear_vrnn/sgd_synth_tmpl.py +++ b/experimental/language_structure/vrnn/experiments/linear_vrnn/sgd_synth_tmpl.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/vrnn/experiments/linear_vrnn/sgd_tmpl.py b/experimental/language_structure/vrnn/experiments/linear_vrnn/sgd_tmpl.py index c5abddfb6..d11d34ac6 100644 --- a/experimental/language_structure/vrnn/experiments/linear_vrnn/sgd_tmpl.py +++ b/experimental/language_structure/vrnn/experiments/linear_vrnn/sgd_tmpl.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/vrnn/experiments/linear_vrnn/simdial.py b/experimental/language_structure/vrnn/experiments/linear_vrnn/simdial.py index 4f9e216f5..005024448 100644 --- a/experimental/language_structure/vrnn/experiments/linear_vrnn/simdial.py +++ b/experimental/language_structure/vrnn/experiments/linear_vrnn/simdial.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/vrnn/linear_vae_cell.py b/experimental/language_structure/vrnn/linear_vae_cell.py index 1b493b740..7b2de725b 100644 --- a/experimental/language_structure/vrnn/linear_vae_cell.py +++ b/experimental/language_structure/vrnn/linear_vae_cell.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/vrnn/linear_vae_cell_test.py b/experimental/language_structure/vrnn/linear_vae_cell_test.py index 615f372af..c78df9ae6 100644 --- a/experimental/language_structure/vrnn/linear_vae_cell_test.py +++ b/experimental/language_structure/vrnn/linear_vae_cell_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/vrnn/linear_vrnn.py b/experimental/language_structure/vrnn/linear_vrnn.py index e4c8e082e..7268aa47d 100644 --- a/experimental/language_structure/vrnn/linear_vrnn.py +++ b/experimental/language_structure/vrnn/linear_vrnn.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/vrnn/linear_vrnn_test.py b/experimental/language_structure/vrnn/linear_vrnn_test.py index 5fd866ffe..3d4a7d119 100644 --- a/experimental/language_structure/vrnn/linear_vrnn_test.py +++ b/experimental/language_structure/vrnn/linear_vrnn_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/vrnn/model_config.py b/experimental/language_structure/vrnn/model_config.py index 8bf79b4f8..53e896bcf 100644 --- a/experimental/language_structure/vrnn/model_config.py +++ b/experimental/language_structure/vrnn/model_config.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/vrnn/psl_utils.py b/experimental/language_structure/vrnn/psl_utils.py index 653413c7e..bccefcf3d 100644 --- a/experimental/language_structure/vrnn/psl_utils.py +++ b/experimental/language_structure/vrnn/psl_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/vrnn/psl_utils_test.py b/experimental/language_structure/vrnn/psl_utils_test.py index 703dd6da3..835275e70 100644 --- a/experimental/language_structure/vrnn/psl_utils_test.py +++ b/experimental/language_structure/vrnn/psl_utils_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/vrnn/tpu_test.py b/experimental/language_structure/vrnn/tpu_test.py index c9b1c718e..762e02a9b 100644 --- a/experimental/language_structure/vrnn/tpu_test.py +++ b/experimental/language_structure/vrnn/tpu_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/vrnn/train.py b/experimental/language_structure/vrnn/train.py index bcea2b1a9..bda52bf69 100644 --- a/experimental/language_structure/vrnn/train.py +++ b/experimental/language_structure/vrnn/train.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/vrnn/train_lib.py b/experimental/language_structure/vrnn/train_lib.py index d70b8dbb4..7d9a50271 100644 --- a/experimental/language_structure/vrnn/train_lib.py +++ b/experimental/language_structure/vrnn/train_lib.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/vrnn/train_lib_test.py b/experimental/language_structure/vrnn/train_lib_test.py index b60a5255a..498ee3d57 100644 --- a/experimental/language_structure/vrnn/train_lib_test.py +++ b/experimental/language_structure/vrnn/train_lib_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/vrnn/utils.py b/experimental/language_structure/vrnn/utils.py index 22fac2050..7cfefc9fa 100644 --- a/experimental/language_structure/vrnn/utils.py +++ b/experimental/language_structure/vrnn/utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/language_structure/vrnn/utils_test.py b/experimental/language_structure/vrnn/utils_test.py index 90a3c83e5..e85ed4f6c 100644 --- a/experimental/language_structure/vrnn/utils_test.py +++ b/experimental/language_structure/vrnn/utils_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/multimodal/checkpoint_utils.py b/experimental/multimodal/checkpoint_utils.py index aebcd6b6e..5bb5cf6ac 100644 --- a/experimental/multimodal/checkpoint_utils.py +++ b/experimental/multimodal/checkpoint_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/multimodal/checkpoint_utils_test.py b/experimental/multimodal/checkpoint_utils_test.py index 88e86d247..c271bd0ce 100644 --- a/experimental/multimodal/checkpoint_utils_test.py +++ b/experimental/multimodal/checkpoint_utils_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/multimodal/configs/clip_b32_finetune_mscoco.py b/experimental/multimodal/configs/clip_b32_finetune_mscoco.py index 23b91f44b..eb019f6e0 100644 --- a/experimental/multimodal/configs/clip_b32_finetune_mscoco.py +++ b/experimental/multimodal/configs/clip_b32_finetune_mscoco.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/multimodal/configs/clip_b32_finetune_yfcc100m.py b/experimental/multimodal/configs/clip_b32_finetune_yfcc100m.py index c68a015ea..cd5cb2748 100644 --- a/experimental/multimodal/configs/clip_b32_finetune_yfcc100m.py +++ b/experimental/multimodal/configs/clip_b32_finetune_yfcc100m.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/multimodal/configs/clip_common.py b/experimental/multimodal/configs/clip_common.py index d5a503327..0499ffa58 100644 --- a/experimental/multimodal/configs/clip_common.py +++ b/experimental/multimodal/configs/clip_common.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/multimodal/configs/clip_zeroshot_eval.py b/experimental/multimodal/configs/clip_zeroshot_eval.py index a5265741f..afde0c69e 100644 --- a/experimental/multimodal/configs/clip_zeroshot_eval.py +++ b/experimental/multimodal/configs/clip_zeroshot_eval.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/multimodal/deterministic.py b/experimental/multimodal/deterministic.py index 4aedb200a..9ab39be7c 100644 --- a/experimental/multimodal/deterministic.py +++ b/experimental/multimodal/deterministic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/multimodal/deterministic_test.py b/experimental/multimodal/deterministic_test.py index c3c6ddde6..7aa04e32d 100644 --- a/experimental/multimodal/deterministic_test.py +++ b/experimental/multimodal/deterministic_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/multimodal/input_utils.py b/experimental/multimodal/input_utils.py index 79c364d69..6c61aa7d5 100644 --- a/experimental/multimodal/input_utils.py +++ b/experimental/multimodal/input_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/multimodal/input_utils_test.py b/experimental/multimodal/input_utils_test.py index ec6ea84d7..be02a2b6b 100644 --- a/experimental/multimodal/input_utils_test.py +++ b/experimental/multimodal/input_utils_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/multimodal/multimodal_utils.py b/experimental/multimodal/multimodal_utils.py index 18e2b2096..b9c695492 100644 --- a/experimental/multimodal/multimodal_utils.py +++ b/experimental/multimodal/multimodal_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/multimodal/multimodal_utils_test.py b/experimental/multimodal/multimodal_utils_test.py index 91bdb95d3..ecc4a2bd5 100644 --- a/experimental/multimodal/multimodal_utils_test.py +++ b/experimental/multimodal/multimodal_utils_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/multimodal/preprocess_utils.py b/experimental/multimodal/preprocess_utils.py index f3dcf272f..a588bbcb5 100644 --- a/experimental/multimodal/preprocess_utils.py +++ b/experimental/multimodal/preprocess_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/multimodal/preprocess_utils_test.py b/experimental/multimodal/preprocess_utils_test.py index b7616ca6d..3e8448bee 100644 --- a/experimental/multimodal/preprocess_utils_test.py +++ b/experimental/multimodal/preprocess_utils_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/multimodal/randaugment.py b/experimental/multimodal/randaugment.py index c4ba24d7b..9758ad2e9 100644 --- a/experimental/multimodal/randaugment.py +++ b/experimental/multimodal/randaugment.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/multimodal/simple_tokenizer.py b/experimental/multimodal/simple_tokenizer.py index 96b8944f7..978d3b925 100644 --- a/experimental/multimodal/simple_tokenizer.py +++ b/experimental/multimodal/simple_tokenizer.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/multimodal/simple_tokenizer_test.py b/experimental/multimodal/simple_tokenizer_test.py index f52403630..d420f6a8f 100644 --- a/experimental/multimodal/simple_tokenizer_test.py +++ b/experimental/multimodal/simple_tokenizer_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/multimodal/test_utils.py b/experimental/multimodal/test_utils.py index 8b7b5d0d2..22c0ab89c 100644 --- a/experimental/multimodal/test_utils.py +++ b/experimental/multimodal/test_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/near_ood/vit/deterministic.py b/experimental/near_ood/vit/deterministic.py index 975babbea..bf92d9a29 100644 --- a/experimental/near_ood/vit/deterministic.py +++ b/experimental/near_ood/vit/deterministic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/near_ood/vit/experiments/imagenet21k_vit_base16_finetune_cifar10.py b/experimental/near_ood/vit/experiments/imagenet21k_vit_base16_finetune_cifar10.py index e2bb5a2ce..368ab3926 100644 --- a/experimental/near_ood/vit/experiments/imagenet21k_vit_base16_finetune_cifar10.py +++ b/experimental/near_ood/vit/experiments/imagenet21k_vit_base16_finetune_cifar10.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/near_ood/vit/experiments/imagenet21k_vit_base16_finetune_cifar100.py b/experimental/near_ood/vit/experiments/imagenet21k_vit_base16_finetune_cifar100.py index 1fcd275a6..9ca52c7f1 100644 --- a/experimental/near_ood/vit/experiments/imagenet21k_vit_base16_finetune_cifar100.py +++ b/experimental/near_ood/vit/experiments/imagenet21k_vit_base16_finetune_cifar100.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/near_ood/vit/ood_utils.py b/experimental/near_ood/vit/ood_utils.py index 22f700803..8caab69a1 100644 --- a/experimental/near_ood/vit/ood_utils.py +++ b/experimental/near_ood/vit/ood_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/one_vs_all/eval.py b/experimental/one_vs_all/eval.py index a7ae24b23..6aee8276c 100644 --- a/experimental/one_vs_all/eval.py +++ b/experimental/one_vs_all/eval.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/one_vs_all/flags.py b/experimental/one_vs_all/flags.py index 8aa4e6ca6..604ddd8b5 100644 --- a/experimental/one_vs_all/flags.py +++ b/experimental/one_vs_all/flags.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/one_vs_all/losses.py b/experimental/one_vs_all/losses.py index 975ffbd85..fce743a87 100644 --- a/experimental/one_vs_all/losses.py +++ b/experimental/one_vs_all/losses.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/one_vs_all/main.py b/experimental/one_vs_all/main.py index 29544b6c7..7f40ddb24 100644 --- a/experimental/one_vs_all/main.py +++ b/experimental/one_vs_all/main.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/one_vs_all/main_cifar10.py b/experimental/one_vs_all/main_cifar10.py index 43ac4a42a..93d2d97b8 100644 --- a/experimental/one_vs_all/main_cifar10.py +++ b/experimental/one_vs_all/main_cifar10.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/one_vs_all/models.py b/experimental/one_vs_all/models.py index 947bec61e..9682a0e4e 100644 --- a/experimental/one_vs_all/models.py +++ b/experimental/one_vs_all/models.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/one_vs_all/train.py b/experimental/one_vs_all/train.py index 99c33959c..ef819a6a4 100644 --- a/experimental/one_vs_all/train.py +++ b/experimental/one_vs_all/train.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/plex/colab_utils.py b/experimental/plex/colab_utils.py index a3343e912..e8a34da00 100644 --- a/experimental/plex/colab_utils.py +++ b/experimental/plex/colab_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/plex/colab_utils_test.py b/experimental/plex/colab_utils_test.py index 5e52439dc..02d2b0baa 100644 --- a/experimental/plex/colab_utils_test.py +++ b/experimental/plex/colab_utils_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/robust_segvit/configs/ade20k_ind/be.py b/experimental/robust_segvit/configs/ade20k_ind/be.py index 93e34b9bd..28afc6a96 100644 --- a/experimental/robust_segvit/configs/ade20k_ind/be.py +++ b/experimental/robust_segvit/configs/ade20k_ind/be.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/robust_segvit/configs/ade20k_ind/be_eval.py b/experimental/robust_segvit/configs/ade20k_ind/be_eval.py index ed4e17f6d..82cea0d79 100644 --- a/experimental/robust_segvit/configs/ade20k_ind/be_eval.py +++ b/experimental/robust_segvit/configs/ade20k_ind/be_eval.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/robust_segvit/configs/ade20k_ind/deterministic.py b/experimental/robust_segvit/configs/ade20k_ind/deterministic.py index bd474255d..bbd72e1ab 100644 --- a/experimental/robust_segvit/configs/ade20k_ind/deterministic.py +++ b/experimental/robust_segvit/configs/ade20k_ind/deterministic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/robust_segvit/configs/ade20k_ind/gp.py b/experimental/robust_segvit/configs/ade20k_ind/gp.py index da0f5a4d6..648bbafc8 100644 --- a/experimental/robust_segvit/configs/ade20k_ind/gp.py +++ b/experimental/robust_segvit/configs/ade20k_ind/gp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/robust_segvit/configs/ade20k_ind/het.py b/experimental/robust_segvit/configs/ade20k_ind/het.py index 38905116c..62991b684 100644 --- a/experimental/robust_segvit/configs/ade20k_ind/het.py +++ b/experimental/robust_segvit/configs/ade20k_ind/het.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/robust_segvit/configs/ade20k_ind/het_eval.py b/experimental/robust_segvit/configs/ade20k_ind/het_eval.py index 4a6c38e50..37dec3eb3 100644 --- a/experimental/robust_segvit/configs/ade20k_ind/het_eval.py +++ b/experimental/robust_segvit/configs/ade20k_ind/het_eval.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/robust_segvit/configs/ade20k_ind/toy_model.py b/experimental/robust_segvit/configs/ade20k_ind/toy_model.py index 07e1096a2..715af1022 100644 --- a/experimental/robust_segvit/configs/ade20k_ind/toy_model.py +++ b/experimental/robust_segvit/configs/ade20k_ind/toy_model.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/robust_segvit/configs/cityscapes/be.py b/experimental/robust_segvit/configs/cityscapes/be.py index ee6019ba1..e6edc3b72 100644 --- a/experimental/robust_segvit/configs/cityscapes/be.py +++ b/experimental/robust_segvit/configs/cityscapes/be.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/robust_segvit/configs/cityscapes/be_eval.py b/experimental/robust_segvit/configs/cityscapes/be_eval.py index c8ba80878..c4a4b6096 100644 --- a/experimental/robust_segvit/configs/cityscapes/be_eval.py +++ b/experimental/robust_segvit/configs/cityscapes/be_eval.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/robust_segvit/configs/cityscapes/deterministic.py b/experimental/robust_segvit/configs/cityscapes/deterministic.py index 8f08ef3b2..dbf985a0d 100644 --- a/experimental/robust_segvit/configs/cityscapes/deterministic.py +++ b/experimental/robust_segvit/configs/cityscapes/deterministic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/robust_segvit/configs/cityscapes/gp.py b/experimental/robust_segvit/configs/cityscapes/gp.py index 0bc7c950e..f9dece251 100644 --- a/experimental/robust_segvit/configs/cityscapes/gp.py +++ b/experimental/robust_segvit/configs/cityscapes/gp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/robust_segvit/configs/cityscapes/het.py b/experimental/robust_segvit/configs/cityscapes/het.py index 77bb54ff3..587053092 100644 --- a/experimental/robust_segvit/configs/cityscapes/het.py +++ b/experimental/robust_segvit/configs/cityscapes/het.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/robust_segvit/configs/cityscapes/toy_model.py b/experimental/robust_segvit/configs/cityscapes/toy_model.py index 599c9b71e..37d6005c5 100644 --- a/experimental/robust_segvit/configs/cityscapes/toy_model.py +++ b/experimental/robust_segvit/configs/cityscapes/toy_model.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/robust_segvit/custom_models.py b/experimental/robust_segvit/custom_models.py index c052b39a9..9e5b19178 100644 --- a/experimental/robust_segvit/custom_models.py +++ b/experimental/robust_segvit/custom_models.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/robust_segvit/custom_segmentation_trainer.py b/experimental/robust_segvit/custom_segmentation_trainer.py index 358cc4775..6531f16df 100644 --- a/experimental/robust_segvit/custom_segmentation_trainer.py +++ b/experimental/robust_segvit/custom_segmentation_trainer.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/robust_segvit/custom_segmentation_trainer_test.py b/experimental/robust_segvit/custom_segmentation_trainer_test.py index b8b973274..f6cd1c493 100644 --- a/experimental/robust_segvit/custom_segmentation_trainer_test.py +++ b/experimental/robust_segvit/custom_segmentation_trainer_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/robust_segvit/deterministic.py b/experimental/robust_segvit/deterministic.py index f34437667..7824169eb 100644 --- a/experimental/robust_segvit/deterministic.py +++ b/experimental/robust_segvit/deterministic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/robust_segvit/ensemble_utils.py b/experimental/robust_segvit/ensemble_utils.py index 4dabe8d43..5f6966d41 100644 --- a/experimental/robust_segvit/ensemble_utils.py +++ b/experimental/robust_segvit/ensemble_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/robust_segvit/eval_utils.py b/experimental/robust_segvit/eval_utils.py index e7dc48748..36b0cb8c8 100644 --- a/experimental/robust_segvit/eval_utils.py +++ b/experimental/robust_segvit/eval_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/robust_segvit/inference.py b/experimental/robust_segvit/inference.py index a8b9513ad..a979f6145 100644 --- a/experimental/robust_segvit/inference.py +++ b/experimental/robust_segvit/inference.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/robust_segvit/ood_metrics.py b/experimental/robust_segvit/ood_metrics.py index a1751e423..a26b0da25 100644 --- a/experimental/robust_segvit/ood_metrics.py +++ b/experimental/robust_segvit/ood_metrics.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/robust_segvit/pretrainer_utils.py b/experimental/robust_segvit/pretrainer_utils.py index 2a9a2599b..b2f7e88e2 100644 --- a/experimental/robust_segvit/pretrainer_utils.py +++ b/experimental/robust_segvit/pretrainer_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/robust_segvit/uncertainty_metrics.py b/experimental/robust_segvit/uncertainty_metrics.py index 4eddc991c..d323ea848 100644 --- a/experimental/robust_segvit/uncertainty_metrics.py +++ b/experimental/robust_segvit/uncertainty_metrics.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/robust_segvit/uncertainty_metrics_test.py b/experimental/robust_segvit/uncertainty_metrics_test.py index bb84e490c..cdeab5601 100644 --- a/experimental/robust_segvit/uncertainty_metrics_test.py +++ b/experimental/robust_segvit/uncertainty_metrics_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/shoshin/configs/base_config.py b/experimental/shoshin/configs/base_config.py index 5fc5631d9..e17033980 100644 --- a/experimental/shoshin/configs/base_config.py +++ b/experimental/shoshin/configs/base_config.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/shoshin/configs/celeb_a_resnet_config.py b/experimental/shoshin/configs/celeb_a_resnet_config.py index 695a1b776..9caf38f6d 100644 --- a/experimental/shoshin/configs/celeb_a_resnet_config.py +++ b/experimental/shoshin/configs/celeb_a_resnet_config.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/shoshin/configs/skai_config.py b/experimental/shoshin/configs/skai_config.py index c157b7556..27fc413fa 100644 --- a/experimental/shoshin/configs/skai_config.py +++ b/experimental/shoshin/configs/skai_config.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/shoshin/configs/skai_hurricane_ian_config.py b/experimental/shoshin/configs/skai_hurricane_ian_config.py index c40ae342a..3477b884c 100644 --- a/experimental/shoshin/configs/skai_hurricane_ian_config.py +++ b/experimental/shoshin/configs/skai_hurricane_ian_config.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/shoshin/configs/skai_two_tower_config.py b/experimental/shoshin/configs/skai_two_tower_config.py index 9e621dcea..44984e379 100644 --- a/experimental/shoshin/configs/skai_two_tower_config.py +++ b/experimental/shoshin/configs/skai_two_tower_config.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/shoshin/configs/waterbirds10k_resnet_config.py b/experimental/shoshin/configs/waterbirds10k_resnet_config.py index 95b39f2e6..3e359548a 100644 --- a/experimental/shoshin/configs/waterbirds10k_resnet_config.py +++ b/experimental/shoshin/configs/waterbirds10k_resnet_config.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/shoshin/configs/waterbirds_baseline_config.py b/experimental/shoshin/configs/waterbirds_baseline_config.py index a7b6650ff..f46d178b7 100644 --- a/experimental/shoshin/configs/waterbirds_baseline_config.py +++ b/experimental/shoshin/configs/waterbirds_baseline_config.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/shoshin/configs/waterbirds_resnet_config.py b/experimental/shoshin/configs/waterbirds_resnet_config.py index 78a3741c2..0bff922e2 100644 --- a/experimental/shoshin/configs/waterbirds_resnet_config.py +++ b/experimental/shoshin/configs/waterbirds_resnet_config.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/shoshin/configs/waterbirds_resnet_config_no_introspection.py b/experimental/shoshin/configs/waterbirds_resnet_config_no_introspection.py index 648ed0287..e09558da8 100644 --- a/experimental/shoshin/configs/waterbirds_resnet_config_no_introspection.py +++ b/experimental/shoshin/configs/waterbirds_resnet_config_no_introspection.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/shoshin/configs/waterbirds_resnet_config_reweighting.py b/experimental/shoshin/configs/waterbirds_resnet_config_reweighting.py index 54037b431..f370b5ad1 100644 --- a/experimental/shoshin/configs/waterbirds_resnet_config_reweighting.py +++ b/experimental/shoshin/configs/waterbirds_resnet_config_reweighting.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/shoshin/configs/waterbirds_resnet_eval_config.py b/experimental/shoshin/configs/waterbirds_resnet_eval_config.py index 102f6b848..ac2c0502d 100644 --- a/experimental/shoshin/configs/waterbirds_resnet_eval_config.py +++ b/experimental/shoshin/configs/waterbirds_resnet_eval_config.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/shoshin/configs/waterbirds_upsampling_config.py b/experimental/shoshin/configs/waterbirds_upsampling_config.py index eb7e8def2..fac3ed36f 100644 --- a/experimental/shoshin/configs/waterbirds_upsampling_config.py +++ b/experimental/shoshin/configs/waterbirds_upsampling_config.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/shoshin/data.py b/experimental/shoshin/data.py index feed565a7..e2227dcac 100644 --- a/experimental/shoshin/data.py +++ b/experimental/shoshin/data.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/shoshin/data_loader_test.py b/experimental/shoshin/data_loader_test.py index f55947d2d..b5ebd8ee4 100644 --- a/experimental/shoshin/data_loader_test.py +++ b/experimental/shoshin/data_loader_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/shoshin/data_test.py b/experimental/shoshin/data_test.py index b8cd0330a..2e0fc2f61 100644 --- a/experimental/shoshin/data_test.py +++ b/experimental/shoshin/data_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/shoshin/evaluate_model_lib.py b/experimental/shoshin/evaluate_model_lib.py index 2b35671c8..727184ec4 100644 --- a/experimental/shoshin/evaluate_model_lib.py +++ b/experimental/shoshin/evaluate_model_lib.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/shoshin/generate_bias_table.py b/experimental/shoshin/generate_bias_table.py index a74f5b584..1c104e223 100644 --- a/experimental/shoshin/generate_bias_table.py +++ b/experimental/shoshin/generate_bias_table.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/shoshin/generate_bias_table_lib.py b/experimental/shoshin/generate_bias_table_lib.py index c4e32575b..a2ab92f5d 100644 --- a/experimental/shoshin/generate_bias_table_lib.py +++ b/experimental/shoshin/generate_bias_table_lib.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/shoshin/log_metrics_callback.py b/experimental/shoshin/log_metrics_callback.py index 477723709..dcd397096 100644 --- a/experimental/shoshin/log_metrics_callback.py +++ b/experimental/shoshin/log_metrics_callback.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/shoshin/metrics.py b/experimental/shoshin/metrics.py index 4997762d2..712ee7015 100644 --- a/experimental/shoshin/metrics.py +++ b/experimental/shoshin/metrics.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/shoshin/metrics_test.py b/experimental/shoshin/metrics_test.py index 4d9232e8e..b785ee7e8 100644 --- a/experimental/shoshin/metrics_test.py +++ b/experimental/shoshin/metrics_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/shoshin/models.py b/experimental/shoshin/models.py index 9b0d9e38c..76fb02c30 100644 --- a/experimental/shoshin/models.py +++ b/experimental/shoshin/models.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/shoshin/read_predictions.py b/experimental/shoshin/read_predictions.py index 94ba95d73..59a1bf727 100644 --- a/experimental/shoshin/read_predictions.py +++ b/experimental/shoshin/read_predictions.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/shoshin/sample_ids.py b/experimental/shoshin/sample_ids.py index da3ea95f5..76dba6ab8 100644 --- a/experimental/shoshin/sample_ids.py +++ b/experimental/shoshin/sample_ids.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/shoshin/sampling_policies.py b/experimental/shoshin/sampling_policies.py index d2f6e468e..23abb6f99 100644 --- a/experimental/shoshin/sampling_policies.py +++ b/experimental/shoshin/sampling_policies.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/shoshin/train_tf.py b/experimental/shoshin/train_tf.py index 098f1cc4c..e80a21e63 100644 --- a/experimental/shoshin/train_tf.py +++ b/experimental/shoshin/train_tf.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/shoshin/train_tf_lib.py b/experimental/shoshin/train_tf_lib.py index 44158b66a..93c11dc91 100644 --- a/experimental/shoshin/train_tf_lib.py +++ b/experimental/shoshin/train_tf_lib.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/shoshin/train_tf_sequential_active.py b/experimental/shoshin/train_tf_sequential_active.py index ac1dfd3a9..608955e7e 100644 --- a/experimental/shoshin/train_tf_sequential_active.py +++ b/experimental/shoshin/train_tf_sequential_active.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/single_model_uncertainty/eval.py b/experimental/single_model_uncertainty/eval.py index 45cdbd2cb..8f01e5ac3 100644 --- a/experimental/single_model_uncertainty/eval.py +++ b/experimental/single_model_uncertainty/eval.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/single_model_uncertainty/flags.py b/experimental/single_model_uncertainty/flags.py index dce487efa..e0a3afb42 100644 --- a/experimental/single_model_uncertainty/flags.py +++ b/experimental/single_model_uncertainty/flags.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/single_model_uncertainty/loss_util.py b/experimental/single_model_uncertainty/loss_util.py index f099e3e02..d99191bc2 100644 --- a/experimental/single_model_uncertainty/loss_util.py +++ b/experimental/single_model_uncertainty/loss_util.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/single_model_uncertainty/main.py b/experimental/single_model_uncertainty/main.py index 77a5d2da6..58d501330 100644 --- a/experimental/single_model_uncertainty/main.py +++ b/experimental/single_model_uncertainty/main.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/single_model_uncertainty/models/genomics_cnn.py b/experimental/single_model_uncertainty/models/genomics_cnn.py index 04a435c18..7a7760d78 100644 --- a/experimental/single_model_uncertainty/models/genomics_cnn.py +++ b/experimental/single_model_uncertainty/models/genomics_cnn.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/single_model_uncertainty/models/genomics_cnn_test.py b/experimental/single_model_uncertainty/models/genomics_cnn_test.py index 9fc0144b0..e79c73440 100644 --- a/experimental/single_model_uncertainty/models/genomics_cnn_test.py +++ b/experimental/single_model_uncertainty/models/genomics_cnn_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/single_model_uncertainty/models/models.py b/experimental/single_model_uncertainty/models/models.py index ceedfabc0..799d149cd 100644 --- a/experimental/single_model_uncertainty/models/models.py +++ b/experimental/single_model_uncertainty/models/models.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/single_model_uncertainty/models/models_test.py b/experimental/single_model_uncertainty/models/models_test.py index 1dada75da..d0c592e06 100644 --- a/experimental/single_model_uncertainty/models/models_test.py +++ b/experimental/single_model_uncertainty/models/models_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/single_model_uncertainty/models/util.py b/experimental/single_model_uncertainty/models/util.py index bf0f0fcc3..5ee584449 100644 --- a/experimental/single_model_uncertainty/models/util.py +++ b/experimental/single_model_uncertainty/models/util.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/single_model_uncertainty/models/wide_resnet.py b/experimental/single_model_uncertainty/models/wide_resnet.py index 7a2c0a096..42fbc8676 100644 --- a/experimental/single_model_uncertainty/models/wide_resnet.py +++ b/experimental/single_model_uncertainty/models/wide_resnet.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/experimental/single_model_uncertainty/train.py b/experimental/single_model_uncertainty/train.py index 70755e898..de8cd88df 100644 --- a/experimental/single_model_uncertainty/train.py +++ b/experimental/single_model_uncertainty/train.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/__init__.py b/uncertainty_baselines/__init__.py index ec8d7435d..c29cea66e 100644 --- a/uncertainty_baselines/__init__.py +++ b/uncertainty_baselines/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/__init__.py b/uncertainty_baselines/datasets/__init__.py index 46f4ef00e..622ba8773 100644 --- a/uncertainty_baselines/datasets/__init__.py +++ b/uncertainty_baselines/datasets/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/aptos.py b/uncertainty_baselines/datasets/aptos.py index 2820bbaf5..1f9e57ee5 100644 --- a/uncertainty_baselines/datasets/aptos.py +++ b/uncertainty_baselines/datasets/aptos.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/augment_utils.py b/uncertainty_baselines/datasets/augment_utils.py index 8e611c415..23a9fb861 100644 --- a/uncertainty_baselines/datasets/augment_utils.py +++ b/uncertainty_baselines/datasets/augment_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/augmix.py b/uncertainty_baselines/datasets/augmix.py index cbb5dda62..ca169a576 100644 --- a/uncertainty_baselines/datasets/augmix.py +++ b/uncertainty_baselines/datasets/augmix.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/base.py b/uncertainty_baselines/datasets/base.py index c30cac210..cada77d75 100644 --- a/uncertainty_baselines/datasets/base.py +++ b/uncertainty_baselines/datasets/base.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/cifar.py b/uncertainty_baselines/datasets/cifar.py index 17a32f1ab..2ac7fd931 100644 --- a/uncertainty_baselines/datasets/cifar.py +++ b/uncertainty_baselines/datasets/cifar.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/cifar100_corrupted.py b/uncertainty_baselines/datasets/cifar100_corrupted.py index 219bd0533..633e87d0e 100644 --- a/uncertainty_baselines/datasets/cifar100_corrupted.py +++ b/uncertainty_baselines/datasets/cifar100_corrupted.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/cifar100_corrupted_test.py b/uncertainty_baselines/datasets/cifar100_corrupted_test.py index b952853f5..f37204c69 100644 --- a/uncertainty_baselines/datasets/cifar100_corrupted_test.py +++ b/uncertainty_baselines/datasets/cifar100_corrupted_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/cifar_test.py b/uncertainty_baselines/datasets/cifar_test.py index 30f6b3ddb..ed7a7ab40 100644 --- a/uncertainty_baselines/datasets/cifar_test.py +++ b/uncertainty_baselines/datasets/cifar_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/cityscapes.py b/uncertainty_baselines/datasets/cityscapes.py index 0e96d07c8..1bcdfea10 100644 --- a/uncertainty_baselines/datasets/cityscapes.py +++ b/uncertainty_baselines/datasets/cityscapes.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/cityscapes_corrupted.py b/uncertainty_baselines/datasets/cityscapes_corrupted.py index ce70cb591..11c1e6b78 100644 --- a/uncertainty_baselines/datasets/cityscapes_corrupted.py +++ b/uncertainty_baselines/datasets/cityscapes_corrupted.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/cityscapes_corrupted_test.py b/uncertainty_baselines/datasets/cityscapes_corrupted_test.py index eedb3db93..9442a5531 100644 --- a/uncertainty_baselines/datasets/cityscapes_corrupted_test.py +++ b/uncertainty_baselines/datasets/cityscapes_corrupted_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/cityscapes_test.py b/uncertainty_baselines/datasets/cityscapes_test.py index 11d8ea257..fc1b62eae 100644 --- a/uncertainty_baselines/datasets/cityscapes_test.py +++ b/uncertainty_baselines/datasets/cityscapes_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/clinc_intent.py b/uncertainty_baselines/datasets/clinc_intent.py index 3101919f5..d8a4324c1 100644 --- a/uncertainty_baselines/datasets/clinc_intent.py +++ b/uncertainty_baselines/datasets/clinc_intent.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/clinc_intent_test.py b/uncertainty_baselines/datasets/clinc_intent_test.py index b2b90291e..f25ee3f7b 100644 --- a/uncertainty_baselines/datasets/clinc_intent_test.py +++ b/uncertainty_baselines/datasets/clinc_intent_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/criteo.py b/uncertainty_baselines/datasets/criteo.py index 3adef67f3..e97fcaf4f 100644 --- a/uncertainty_baselines/datasets/criteo.py +++ b/uncertainty_baselines/datasets/criteo.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/criteo_test.py b/uncertainty_baselines/datasets/criteo_test.py index b4b036edf..c5706b88c 100644 --- a/uncertainty_baselines/datasets/criteo_test.py +++ b/uncertainty_baselines/datasets/criteo_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/datasets.py b/uncertainty_baselines/datasets/datasets.py index a048f8d35..093fd8484 100644 --- a/uncertainty_baselines/datasets/datasets.py +++ b/uncertainty_baselines/datasets/datasets.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/datasets_test.py b/uncertainty_baselines/datasets/datasets_test.py index c1cb5badc..1dcb8b51b 100644 --- a/uncertainty_baselines/datasets/datasets_test.py +++ b/uncertainty_baselines/datasets/datasets_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/diabetic_retinopathy_dataset_utils.py b/uncertainty_baselines/datasets/diabetic_retinopathy_dataset_utils.py index 8253dd1c7..5a9ad140f 100644 --- a/uncertainty_baselines/datasets/diabetic_retinopathy_dataset_utils.py +++ b/uncertainty_baselines/datasets/diabetic_retinopathy_dataset_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/diabetic_retinopathy_detection.py b/uncertainty_baselines/datasets/diabetic_retinopathy_detection.py index 10de8a10e..b410eb209 100644 --- a/uncertainty_baselines/datasets/diabetic_retinopathy_detection.py +++ b/uncertainty_baselines/datasets/diabetic_retinopathy_detection.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/diabetic_retinopathy_detection_test.py b/uncertainty_baselines/datasets/diabetic_retinopathy_detection_test.py index 23c3af361..a482a5610 100644 --- a/uncertainty_baselines/datasets/diabetic_retinopathy_detection_test.py +++ b/uncertainty_baselines/datasets/diabetic_retinopathy_detection_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/diabetic_retinopathy_severity_shift_mild.py b/uncertainty_baselines/datasets/diabetic_retinopathy_severity_shift_mild.py index c95ecfb2c..eb49b4455 100644 --- a/uncertainty_baselines/datasets/diabetic_retinopathy_severity_shift_mild.py +++ b/uncertainty_baselines/datasets/diabetic_retinopathy_severity_shift_mild.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/diabetic_retinopathy_severity_shift_moderate.py b/uncertainty_baselines/datasets/diabetic_retinopathy_severity_shift_moderate.py index 97485863c..e00429a83 100644 --- a/uncertainty_baselines/datasets/diabetic_retinopathy_severity_shift_moderate.py +++ b/uncertainty_baselines/datasets/diabetic_retinopathy_severity_shift_moderate.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/dialog_state_tracking.py b/uncertainty_baselines/datasets/dialog_state_tracking.py index 541f01d8d..5dc5b87e9 100644 --- a/uncertainty_baselines/datasets/dialog_state_tracking.py +++ b/uncertainty_baselines/datasets/dialog_state_tracking.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/dialog_state_tracking_test.py b/uncertainty_baselines/datasets/dialog_state_tracking_test.py index a58690806..f1c2c9152 100644 --- a/uncertainty_baselines/datasets/dialog_state_tracking_test.py +++ b/uncertainty_baselines/datasets/dialog_state_tracking_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/drug_cardiotoxicity.py b/uncertainty_baselines/datasets/drug_cardiotoxicity.py index c04965249..835bd64b5 100644 --- a/uncertainty_baselines/datasets/drug_cardiotoxicity.py +++ b/uncertainty_baselines/datasets/drug_cardiotoxicity.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/drug_cardiotoxicity_test.py b/uncertainty_baselines/datasets/drug_cardiotoxicity_test.py index fb38aeff6..7510f1291 100644 --- a/uncertainty_baselines/datasets/drug_cardiotoxicity_test.py +++ b/uncertainty_baselines/datasets/drug_cardiotoxicity_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/dtd.py b/uncertainty_baselines/datasets/dtd.py index 8f8d2977a..3a7f7697e 100644 --- a/uncertainty_baselines/datasets/dtd.py +++ b/uncertainty_baselines/datasets/dtd.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/dtd_test.py b/uncertainty_baselines/datasets/dtd_test.py index 0fe002fe9..1fc5df9cf 100644 --- a/uncertainty_baselines/datasets/dtd_test.py +++ b/uncertainty_baselines/datasets/dtd_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/fashion_mnist.py b/uncertainty_baselines/datasets/fashion_mnist.py index 74d30b505..a2548cbfe 100644 --- a/uncertainty_baselines/datasets/fashion_mnist.py +++ b/uncertainty_baselines/datasets/fashion_mnist.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/fashion_mnist_test.py b/uncertainty_baselines/datasets/fashion_mnist_test.py index bdc02b3dd..3e2147aa6 100644 --- a/uncertainty_baselines/datasets/fashion_mnist_test.py +++ b/uncertainty_baselines/datasets/fashion_mnist_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/genomics_ood.py b/uncertainty_baselines/datasets/genomics_ood.py index ea336c45d..31a5c66dc 100644 --- a/uncertainty_baselines/datasets/genomics_ood.py +++ b/uncertainty_baselines/datasets/genomics_ood.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/genomics_ood_test.py b/uncertainty_baselines/datasets/genomics_ood_test.py index 972a963d3..0d2d27b17 100644 --- a/uncertainty_baselines/datasets/genomics_ood_test.py +++ b/uncertainty_baselines/datasets/genomics_ood_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/glue.py b/uncertainty_baselines/datasets/glue.py index b9403470f..aad9fdcb2 100644 --- a/uncertainty_baselines/datasets/glue.py +++ b/uncertainty_baselines/datasets/glue.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/glue_test.py b/uncertainty_baselines/datasets/glue_test.py index 2d322bb7a..6d7bb55e9 100644 --- a/uncertainty_baselines/datasets/glue_test.py +++ b/uncertainty_baselines/datasets/glue_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/imagenet.py b/uncertainty_baselines/datasets/imagenet.py index 1dc0038ca..c638acaa9 100644 --- a/uncertainty_baselines/datasets/imagenet.py +++ b/uncertainty_baselines/datasets/imagenet.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/imagenet_test.py b/uncertainty_baselines/datasets/imagenet_test.py index 0cb55cb41..921d69592 100644 --- a/uncertainty_baselines/datasets/imagenet_test.py +++ b/uncertainty_baselines/datasets/imagenet_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/inception_preprocessing.py b/uncertainty_baselines/datasets/inception_preprocessing.py index 1fedc08a5..fbdc0c0de 100644 --- a/uncertainty_baselines/datasets/inception_preprocessing.py +++ b/uncertainty_baselines/datasets/inception_preprocessing.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/mnist.py b/uncertainty_baselines/datasets/mnist.py index 9b4ad6867..399664f16 100644 --- a/uncertainty_baselines/datasets/mnist.py +++ b/uncertainty_baselines/datasets/mnist.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/mnist_test.py b/uncertainty_baselines/datasets/mnist_test.py index 2ae97bd30..6249fedd4 100644 --- a/uncertainty_baselines/datasets/mnist_test.py +++ b/uncertainty_baselines/datasets/mnist_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/mnli.py b/uncertainty_baselines/datasets/mnli.py index 2eff3f2fe..24be00a10 100644 --- a/uncertainty_baselines/datasets/mnli.py +++ b/uncertainty_baselines/datasets/mnli.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/mnli_test.py b/uncertainty_baselines/datasets/mnli_test.py index 355a3822c..0fe42750f 100644 --- a/uncertainty_baselines/datasets/mnli_test.py +++ b/uncertainty_baselines/datasets/mnli_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/movielens.py b/uncertainty_baselines/datasets/movielens.py index 96394b97c..a5970ad4a 100644 --- a/uncertainty_baselines/datasets/movielens.py +++ b/uncertainty_baselines/datasets/movielens.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/movielens_test.py b/uncertainty_baselines/datasets/movielens_test.py index 48879556f..96d925347 100644 --- a/uncertainty_baselines/datasets/movielens_test.py +++ b/uncertainty_baselines/datasets/movielens_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/places.py b/uncertainty_baselines/datasets/places.py index 87c5b4f82..11c4a67e2 100644 --- a/uncertainty_baselines/datasets/places.py +++ b/uncertainty_baselines/datasets/places.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/places_test.py b/uncertainty_baselines/datasets/places_test.py index 0ba1fe9c4..364bcc3c3 100644 --- a/uncertainty_baselines/datasets/places_test.py +++ b/uncertainty_baselines/datasets/places_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/privileged_information.py b/uncertainty_baselines/datasets/privileged_information.py index 7619ba4fb..53e84c817 100644 --- a/uncertainty_baselines/datasets/privileged_information.py +++ b/uncertainty_baselines/datasets/privileged_information.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/privileged_information_test.py b/uncertainty_baselines/datasets/privileged_information_test.py index 2c44e665c..19509cdb2 100644 --- a/uncertainty_baselines/datasets/privileged_information_test.py +++ b/uncertainty_baselines/datasets/privileged_information_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/random.py b/uncertainty_baselines/datasets/random.py index 09501a55c..82b040f37 100644 --- a/uncertainty_baselines/datasets/random.py +++ b/uncertainty_baselines/datasets/random.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/random_test.py b/uncertainty_baselines/datasets/random_test.py index 336113102..dcec88370 100644 --- a/uncertainty_baselines/datasets/random_test.py +++ b/uncertainty_baselines/datasets/random_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/resnet_preprocessing.py b/uncertainty_baselines/datasets/resnet_preprocessing.py index 0b3dc1be5..d4080f71e 100644 --- a/uncertainty_baselines/datasets/resnet_preprocessing.py +++ b/uncertainty_baselines/datasets/resnet_preprocessing.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/smcalflow.py b/uncertainty_baselines/datasets/smcalflow.py index 595e0d8f4..6f762045a 100644 --- a/uncertainty_baselines/datasets/smcalflow.py +++ b/uncertainty_baselines/datasets/smcalflow.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/smcalflow_test.py b/uncertainty_baselines/datasets/smcalflow_test.py index 10c9a7c9a..31119ee24 100644 --- a/uncertainty_baselines/datasets/smcalflow_test.py +++ b/uncertainty_baselines/datasets/smcalflow_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/speech_commands.py b/uncertainty_baselines/datasets/speech_commands.py index 48308ff2e..d0e4ed74b 100644 --- a/uncertainty_baselines/datasets/speech_commands.py +++ b/uncertainty_baselines/datasets/speech_commands.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/speech_commands_test.py b/uncertainty_baselines/datasets/speech_commands_test.py index 1458b1063..5790daad5 100644 --- a/uncertainty_baselines/datasets/speech_commands_test.py +++ b/uncertainty_baselines/datasets/speech_commands_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/svhn.py b/uncertainty_baselines/datasets/svhn.py index dcce9674a..a2d10663b 100644 --- a/uncertainty_baselines/datasets/svhn.py +++ b/uncertainty_baselines/datasets/svhn.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/svhn_test.py b/uncertainty_baselines/datasets/svhn_test.py index fa037cebd..a5b007b72 100644 --- a/uncertainty_baselines/datasets/svhn_test.py +++ b/uncertainty_baselines/datasets/svhn_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/test_utils.py b/uncertainty_baselines/datasets/test_utils.py index 67c4dce55..400f9b94f 100644 --- a/uncertainty_baselines/datasets/test_utils.py +++ b/uncertainty_baselines/datasets/test_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/tfds/__init__.py b/uncertainty_baselines/datasets/tfds/__init__.py index 772518f92..36390b575 100644 --- a/uncertainty_baselines/datasets/tfds/__init__.py +++ b/uncertainty_baselines/datasets/tfds/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/tfds/tfds_builder_from_sql_client_data.py b/uncertainty_baselines/datasets/tfds/tfds_builder_from_sql_client_data.py index bae18cb8c..7918ef94b 100644 --- a/uncertainty_baselines/datasets/tfds/tfds_builder_from_sql_client_data.py +++ b/uncertainty_baselines/datasets/tfds/tfds_builder_from_sql_client_data.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/toxic_comments.py b/uncertainty_baselines/datasets/toxic_comments.py index 4df10da36..f3cdcb3df 100644 --- a/uncertainty_baselines/datasets/toxic_comments.py +++ b/uncertainty_baselines/datasets/toxic_comments.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/datasets/toxic_comments_test.py b/uncertainty_baselines/datasets/toxic_comments_test.py index 8e39d3a03..5e61c2fba 100644 --- a/uncertainty_baselines/datasets/toxic_comments_test.py +++ b/uncertainty_baselines/datasets/toxic_comments_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/halton.py b/uncertainty_baselines/halton.py index ed83ddb48..3b37241fd 100644 --- a/uncertainty_baselines/halton.py +++ b/uncertainty_baselines/halton.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/halton_test.py b/uncertainty_baselines/halton_test.py index 8ecc1f572..65d9d1efd 100644 --- a/uncertainty_baselines/halton_test.py +++ b/uncertainty_baselines/halton_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/__init__.py b/uncertainty_baselines/models/__init__.py index 7756a3365..ca68b139a 100644 --- a/uncertainty_baselines/models/__init__.py +++ b/uncertainty_baselines/models/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/bert.py b/uncertainty_baselines/models/bert.py index f06df3c20..edb5d7663 100644 --- a/uncertainty_baselines/models/bert.py +++ b/uncertainty_baselines/models/bert.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/bert_dropout.py b/uncertainty_baselines/models/bert_dropout.py index 0a3eb7c68..ff5540e28 100644 --- a/uncertainty_baselines/models/bert_dropout.py +++ b/uncertainty_baselines/models/bert_dropout.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/bert_dropout_test.py b/uncertainty_baselines/models/bert_dropout_test.py index e6864a7cc..16762bb5c 100644 --- a/uncertainty_baselines/models/bert_dropout_test.py +++ b/uncertainty_baselines/models/bert_dropout_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/bert_sngp.py b/uncertainty_baselines/models/bert_sngp.py index 7f3763e4d..e62470b2e 100644 --- a/uncertainty_baselines/models/bert_sngp.py +++ b/uncertainty_baselines/models/bert_sngp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/bert_sngp_test.py b/uncertainty_baselines/models/bert_sngp_test.py index 79d6905e0..2110bf77b 100644 --- a/uncertainty_baselines/models/bert_sngp_test.py +++ b/uncertainty_baselines/models/bert_sngp_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/bert_test.py b/uncertainty_baselines/models/bert_test.py index 7dd5c894e..76766362d 100644 --- a/uncertainty_baselines/models/bert_test.py +++ b/uncertainty_baselines/models/bert_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/bit_resnet.py b/uncertainty_baselines/models/bit_resnet.py index ddaf77243..b5fefeba7 100644 --- a/uncertainty_baselines/models/bit_resnet.py +++ b/uncertainty_baselines/models/bit_resnet.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/bit_resnet_heteroscedastic.py b/uncertainty_baselines/models/bit_resnet_heteroscedastic.py index ed9e5ef19..859fb1b5d 100644 --- a/uncertainty_baselines/models/bit_resnet_heteroscedastic.py +++ b/uncertainty_baselines/models/bit_resnet_heteroscedastic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/classifier_utils.py b/uncertainty_baselines/models/classifier_utils.py index b3244bcf0..472b94821 100644 --- a/uncertainty_baselines/models/classifier_utils.py +++ b/uncertainty_baselines/models/classifier_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/classifier_utils_test.py b/uncertainty_baselines/models/classifier_utils_test.py index f72fefbfe..ccfc79953 100644 --- a/uncertainty_baselines/models/classifier_utils_test.py +++ b/uncertainty_baselines/models/classifier_utils_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/clip.py b/uncertainty_baselines/models/clip.py index 5077c1893..5ccdb6bcf 100644 --- a/uncertainty_baselines/models/clip.py +++ b/uncertainty_baselines/models/clip.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/criteo_mlp.py b/uncertainty_baselines/models/criteo_mlp.py index 26fe541ef..7a5beaa35 100644 --- a/uncertainty_baselines/models/criteo_mlp.py +++ b/uncertainty_baselines/models/criteo_mlp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/criteo_mlp_test.py b/uncertainty_baselines/models/criteo_mlp_test.py index 2edd166cf..5d4063641 100644 --- a/uncertainty_baselines/models/criteo_mlp_test.py +++ b/uncertainty_baselines/models/criteo_mlp_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/efficientnet.py b/uncertainty_baselines/models/efficientnet.py index c7ce3a31b..e756efd9f 100644 --- a/uncertainty_baselines/models/efficientnet.py +++ b/uncertainty_baselines/models/efficientnet.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/efficientnet_batch_ensemble.py b/uncertainty_baselines/models/efficientnet_batch_ensemble.py index 9dadc1b17..47d76356e 100644 --- a/uncertainty_baselines/models/efficientnet_batch_ensemble.py +++ b/uncertainty_baselines/models/efficientnet_batch_ensemble.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/efficientnet_utils.py b/uncertainty_baselines/models/efficientnet_utils.py index 16a1e3d12..32803119e 100644 --- a/uncertainty_baselines/models/efficientnet_utils.py +++ b/uncertainty_baselines/models/efficientnet_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/gat.py b/uncertainty_baselines/models/gat.py index 6c217798f..f950592e3 100644 --- a/uncertainty_baselines/models/gat.py +++ b/uncertainty_baselines/models/gat.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/genomics_cnn.py b/uncertainty_baselines/models/genomics_cnn.py index 157cb6884..28c5bc654 100644 --- a/uncertainty_baselines/models/genomics_cnn.py +++ b/uncertainty_baselines/models/genomics_cnn.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/genomics_cnn_test.py b/uncertainty_baselines/models/genomics_cnn_test.py index a820f909d..f055f5984 100644 --- a/uncertainty_baselines/models/genomics_cnn_test.py +++ b/uncertainty_baselines/models/genomics_cnn_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/movielens.py b/uncertainty_baselines/models/movielens.py index 6923557df..0a838058b 100644 --- a/uncertainty_baselines/models/movielens.py +++ b/uncertainty_baselines/models/movielens.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/movielens_test.py b/uncertainty_baselines/models/movielens_test.py index 09112acb7..dd076a829 100644 --- a/uncertainty_baselines/models/movielens_test.py +++ b/uncertainty_baselines/models/movielens_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/mpnn.py b/uncertainty_baselines/models/mpnn.py index d52155c0d..11db3a9ce 100644 --- a/uncertainty_baselines/models/mpnn.py +++ b/uncertainty_baselines/models/mpnn.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/mpnn_test.py b/uncertainty_baselines/models/mpnn_test.py index eb0277084..bff2dab0e 100644 --- a/uncertainty_baselines/models/mpnn_test.py +++ b/uncertainty_baselines/models/mpnn_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/radial_utils.py b/uncertainty_baselines/models/radial_utils.py index f351efe8c..565f2f76b 100644 --- a/uncertainty_baselines/models/radial_utils.py +++ b/uncertainty_baselines/models/radial_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/rank1_bnn_utils.py b/uncertainty_baselines/models/rank1_bnn_utils.py index d8c8b20ec..1fe5980d0 100644 --- a/uncertainty_baselines/models/rank1_bnn_utils.py +++ b/uncertainty_baselines/models/rank1_bnn_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet20.py b/uncertainty_baselines/models/resnet20.py index 7ea3f569a..c9f15c7d6 100644 --- a/uncertainty_baselines/models/resnet20.py +++ b/uncertainty_baselines/models/resnet20.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet20_test.py b/uncertainty_baselines/models/resnet20_test.py index 6803ecf3d..079cc55ec 100644 --- a/uncertainty_baselines/models/resnet20_test.py +++ b/uncertainty_baselines/models/resnet20_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_batchensemble.py b/uncertainty_baselines/models/resnet50_batchensemble.py index b9d88514a..4f36eb53d 100644 --- a/uncertainty_baselines/models/resnet50_batchensemble.py +++ b/uncertainty_baselines/models/resnet50_batchensemble.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_deterministic.py b/uncertainty_baselines/models/resnet50_deterministic.py index 2c5611b00..52e991751 100644 --- a/uncertainty_baselines/models/resnet50_deterministic.py +++ b/uncertainty_baselines/models/resnet50_deterministic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_dropout.py b/uncertainty_baselines/models/resnet50_dropout.py index 38e26d2a9..9e115d1e2 100644 --- a/uncertainty_baselines/models/resnet50_dropout.py +++ b/uncertainty_baselines/models/resnet50_dropout.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_dropout_torch.py b/uncertainty_baselines/models/resnet50_dropout_torch.py index 23602fed2..894fffe27 100644 --- a/uncertainty_baselines/models/resnet50_dropout_torch.py +++ b/uncertainty_baselines/models/resnet50_dropout_torch.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_fsvi.py b/uncertainty_baselines/models/resnet50_fsvi.py index df5a61f00..1f49afdaf 100644 --- a/uncertainty_baselines/models/resnet50_fsvi.py +++ b/uncertainty_baselines/models/resnet50_fsvi.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_fsvi_test.py b/uncertainty_baselines/models/resnet50_fsvi_test.py index 55e23a687..2bbc76e15 100644 --- a/uncertainty_baselines/models/resnet50_fsvi_test.py +++ b/uncertainty_baselines/models/resnet50_fsvi_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_het_mimo.py b/uncertainty_baselines/models/resnet50_het_mimo.py index 1d54cd00a..2610bb4f9 100644 --- a/uncertainty_baselines/models/resnet50_het_mimo.py +++ b/uncertainty_baselines/models/resnet50_het_mimo.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_het_mimo_test.py b/uncertainty_baselines/models/resnet50_het_mimo_test.py index bf76509e6..b52f872f5 100644 --- a/uncertainty_baselines/models/resnet50_het_mimo_test.py +++ b/uncertainty_baselines/models/resnet50_het_mimo_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_het_rank1.py b/uncertainty_baselines/models/resnet50_het_rank1.py index 1d6f36015..cab696039 100644 --- a/uncertainty_baselines/models/resnet50_het_rank1.py +++ b/uncertainty_baselines/models/resnet50_het_rank1.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_het_rank1_test.py b/uncertainty_baselines/models/resnet50_het_rank1_test.py index bf5817f0f..4c33d7c7a 100644 --- a/uncertainty_baselines/models/resnet50_het_rank1_test.py +++ b/uncertainty_baselines/models/resnet50_het_rank1_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_heteroscedastic.py b/uncertainty_baselines/models/resnet50_heteroscedastic.py index 3ef5e343d..ba641cea5 100644 --- a/uncertainty_baselines/models/resnet50_heteroscedastic.py +++ b/uncertainty_baselines/models/resnet50_heteroscedastic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_heteroscedastic_resizable_width.py b/uncertainty_baselines/models/resnet50_heteroscedastic_resizable_width.py index 889591582..1b79ebb57 100644 --- a/uncertainty_baselines/models/resnet50_heteroscedastic_resizable_width.py +++ b/uncertainty_baselines/models/resnet50_heteroscedastic_resizable_width.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_hetsngp.py b/uncertainty_baselines/models/resnet50_hetsngp.py index d50f8736d..1ee9b2334 100644 --- a/uncertainty_baselines/models/resnet50_hetsngp.py +++ b/uncertainty_baselines/models/resnet50_hetsngp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_hetsngp_test.py b/uncertainty_baselines/models/resnet50_hetsngp_test.py index 93b7762e1..2b0b40916 100644 --- a/uncertainty_baselines/models/resnet50_hetsngp_test.py +++ b/uncertainty_baselines/models/resnet50_hetsngp_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_mimo.py b/uncertainty_baselines/models/resnet50_mimo.py index 6f165ac56..c2f6240b9 100644 --- a/uncertainty_baselines/models/resnet50_mimo.py +++ b/uncertainty_baselines/models/resnet50_mimo.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_mimo_test.py b/uncertainty_baselines/models/resnet50_mimo_test.py index 0a0dde58b..b6eab9910 100644 --- a/uncertainty_baselines/models/resnet50_mimo_test.py +++ b/uncertainty_baselines/models/resnet50_mimo_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_pi_access.py b/uncertainty_baselines/models/resnet50_pi_access.py index 7d329e0f2..58332dabf 100644 --- a/uncertainty_baselines/models/resnet50_pi_access.py +++ b/uncertainty_baselines/models/resnet50_pi_access.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_pi_access_test.py b/uncertainty_baselines/models/resnet50_pi_access_test.py index cf61e4e8f..ce894fa84 100644 --- a/uncertainty_baselines/models/resnet50_pi_access_test.py +++ b/uncertainty_baselines/models/resnet50_pi_access_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_pi_full_marginalization.py b/uncertainty_baselines/models/resnet50_pi_full_marginalization.py index 7d7e552b4..d8f0b90f9 100644 --- a/uncertainty_baselines/models/resnet50_pi_full_marginalization.py +++ b/uncertainty_baselines/models/resnet50_pi_full_marginalization.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_pi_full_marginalization_test.py b/uncertainty_baselines/models/resnet50_pi_full_marginalization_test.py index e8586e07e..bd4cac218 100644 --- a/uncertainty_baselines/models/resnet50_pi_full_marginalization_test.py +++ b/uncertainty_baselines/models/resnet50_pi_full_marginalization_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_radial.py b/uncertainty_baselines/models/resnet50_radial.py index dcf0ed037..567bbdb50 100644 --- a/uncertainty_baselines/models/resnet50_radial.py +++ b/uncertainty_baselines/models/resnet50_radial.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_rank1.py b/uncertainty_baselines/models/resnet50_rank1.py index d3e94b172..fc5bd5efc 100644 --- a/uncertainty_baselines/models/resnet50_rank1.py +++ b/uncertainty_baselines/models/resnet50_rank1.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_resizable_width.py b/uncertainty_baselines/models/resnet50_resizable_width.py index 55ecfc93f..623660dda 100644 --- a/uncertainty_baselines/models/resnet50_resizable_width.py +++ b/uncertainty_baselines/models/resnet50_resizable_width.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_sngp.py b/uncertainty_baselines/models/resnet50_sngp.py index 525f44dcb..b7926389a 100644 --- a/uncertainty_baselines/models/resnet50_sngp.py +++ b/uncertainty_baselines/models/resnet50_sngp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_sngp_be.py b/uncertainty_baselines/models/resnet50_sngp_be.py index 339b8dffe..9c7a6b728 100644 --- a/uncertainty_baselines/models/resnet50_sngp_be.py +++ b/uncertainty_baselines/models/resnet50_sngp_be.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_torch.py b/uncertainty_baselines/models/resnet50_torch.py index 436c2e5c4..679552bb8 100644 --- a/uncertainty_baselines/models/resnet50_torch.py +++ b/uncertainty_baselines/models/resnet50_torch.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_tram.py b/uncertainty_baselines/models/resnet50_tram.py index 8aac0eb26..981b7d7c2 100644 --- a/uncertainty_baselines/models/resnet50_tram.py +++ b/uncertainty_baselines/models/resnet50_tram.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_tram_test.py b/uncertainty_baselines/models/resnet50_tram_test.py index bcde54998..0b686be2a 100644 --- a/uncertainty_baselines/models/resnet50_tram_test.py +++ b/uncertainty_baselines/models/resnet50_tram_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_variational.py b/uncertainty_baselines/models/resnet50_variational.py index b2d887b65..f7875eac4 100644 --- a/uncertainty_baselines/models/resnet50_variational.py +++ b/uncertainty_baselines/models/resnet50_variational.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/resnet50_variational_test.py b/uncertainty_baselines/models/resnet50_variational_test.py index 372d23495..3f678f242 100644 --- a/uncertainty_baselines/models/resnet50_variational_test.py +++ b/uncertainty_baselines/models/resnet50_variational_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/segmenter.py b/uncertainty_baselines/models/segmenter.py index aec8c217b..9c2fb61b5 100644 --- a/uncertainty_baselines/models/segmenter.py +++ b/uncertainty_baselines/models/segmenter.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/segmenter_be.py b/uncertainty_baselines/models/segmenter_be.py index 515215ba5..cdbae5047 100644 --- a/uncertainty_baselines/models/segmenter_be.py +++ b/uncertainty_baselines/models/segmenter_be.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/segmenter_be_test.py b/uncertainty_baselines/models/segmenter_be_test.py index aafce90c0..2422e711d 100644 --- a/uncertainty_baselines/models/segmenter_be_test.py +++ b/uncertainty_baselines/models/segmenter_be_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/segmenter_gp.py b/uncertainty_baselines/models/segmenter_gp.py index aa8f015ff..b2b9f522b 100644 --- a/uncertainty_baselines/models/segmenter_gp.py +++ b/uncertainty_baselines/models/segmenter_gp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/segmenter_gp_test.py b/uncertainty_baselines/models/segmenter_gp_test.py index d373a9933..fe3c57567 100644 --- a/uncertainty_baselines/models/segmenter_gp_test.py +++ b/uncertainty_baselines/models/segmenter_gp_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/segmenter_heteroscedastic.py b/uncertainty_baselines/models/segmenter_heteroscedastic.py index e09f4aeac..a431ce06a 100644 --- a/uncertainty_baselines/models/segmenter_heteroscedastic.py +++ b/uncertainty_baselines/models/segmenter_heteroscedastic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/segmenter_heteroscedastic_test.py b/uncertainty_baselines/models/segmenter_heteroscedastic_test.py index 9e3a95d0e..548432df6 100644 --- a/uncertainty_baselines/models/segmenter_heteroscedastic_test.py +++ b/uncertainty_baselines/models/segmenter_heteroscedastic_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/segmenter_test.py b/uncertainty_baselines/models/segmenter_test.py index 02cecbaf6..079534a80 100644 --- a/uncertainty_baselines/models/segmenter_test.py +++ b/uncertainty_baselines/models/segmenter_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/t5_batchensemble.py b/uncertainty_baselines/models/t5_batchensemble.py index 13cd48101..b810fa9c0 100644 --- a/uncertainty_baselines/models/t5_batchensemble.py +++ b/uncertainty_baselines/models/t5_batchensemble.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/t5_batchensemble_test.py b/uncertainty_baselines/models/t5_batchensemble_test.py index 45d3b4316..40ae15a0d 100644 --- a/uncertainty_baselines/models/t5_batchensemble_test.py +++ b/uncertainty_baselines/models/t5_batchensemble_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/t5_be_gp.py b/uncertainty_baselines/models/t5_be_gp.py index 4aef2d2b6..893e58f0a 100644 --- a/uncertainty_baselines/models/t5_be_gp.py +++ b/uncertainty_baselines/models/t5_be_gp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/t5_be_gp_test.py b/uncertainty_baselines/models/t5_be_gp_test.py index 71100fbea..7e474ae78 100644 --- a/uncertainty_baselines/models/t5_be_gp_test.py +++ b/uncertainty_baselines/models/t5_be_gp_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/t5_gp.py b/uncertainty_baselines/models/t5_gp.py index 1ad42d860..86522ea87 100644 --- a/uncertainty_baselines/models/t5_gp.py +++ b/uncertainty_baselines/models/t5_gp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/t5_gp_test.py b/uncertainty_baselines/models/t5_gp_test.py index 989d1be5e..92976d8e6 100644 --- a/uncertainty_baselines/models/t5_gp_test.py +++ b/uncertainty_baselines/models/t5_gp_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/t5_heteroscedastic.py b/uncertainty_baselines/models/t5_heteroscedastic.py index d723bec2b..b0e99739f 100644 --- a/uncertainty_baselines/models/t5_heteroscedastic.py +++ b/uncertainty_baselines/models/t5_heteroscedastic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/t5_heteroscedastic_test.py b/uncertainty_baselines/models/t5_heteroscedastic_test.py index c2cd0909e..cf75f426a 100644 --- a/uncertainty_baselines/models/t5_heteroscedastic_test.py +++ b/uncertainty_baselines/models/t5_heteroscedastic_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/textcnn.py b/uncertainty_baselines/models/textcnn.py index 56cfe6e7e..1b31c6046 100644 --- a/uncertainty_baselines/models/textcnn.py +++ b/uncertainty_baselines/models/textcnn.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/textcnn_test.py b/uncertainty_baselines/models/textcnn_test.py index 3def04a39..f8b9f1feb 100644 --- a/uncertainty_baselines/models/textcnn_test.py +++ b/uncertainty_baselines/models/textcnn_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/unet.py b/uncertainty_baselines/models/unet.py index a66ba02c0..cafa54472 100644 --- a/uncertainty_baselines/models/unet.py +++ b/uncertainty_baselines/models/unet.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/unet_test.py b/uncertainty_baselines/models/unet_test.py index b63a6c6f5..30cfeee1a 100644 --- a/uncertainty_baselines/models/unet_test.py +++ b/uncertainty_baselines/models/unet_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/variational_utils.py b/uncertainty_baselines/models/variational_utils.py index 397094263..df7719a8a 100644 --- a/uncertainty_baselines/models/variational_utils.py +++ b/uncertainty_baselines/models/variational_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/vit.py b/uncertainty_baselines/models/vit.py index 7734ada88..a35456944 100644 --- a/uncertainty_baselines/models/vit.py +++ b/uncertainty_baselines/models/vit.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/vit_batchensemble.py b/uncertainty_baselines/models/vit_batchensemble.py index 9ef7a9d22..10991a825 100644 --- a/uncertainty_baselines/models/vit_batchensemble.py +++ b/uncertainty_baselines/models/vit_batchensemble.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/vit_batchensemble_gp.py b/uncertainty_baselines/models/vit_batchensemble_gp.py index 968989cda..65f4ccc63 100644 --- a/uncertainty_baselines/models/vit_batchensemble_gp.py +++ b/uncertainty_baselines/models/vit_batchensemble_gp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/vit_batchensemble_gp_test.py b/uncertainty_baselines/models/vit_batchensemble_gp_test.py index fcf85cc39..de288acfd 100644 --- a/uncertainty_baselines/models/vit_batchensemble_gp_test.py +++ b/uncertainty_baselines/models/vit_batchensemble_gp_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/vit_batchensemble_test.py b/uncertainty_baselines/models/vit_batchensemble_test.py index a3a89b7dc..d68b99ad1 100644 --- a/uncertainty_baselines/models/vit_batchensemble_test.py +++ b/uncertainty_baselines/models/vit_batchensemble_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/vit_gp.py b/uncertainty_baselines/models/vit_gp.py index 8b1579a6c..813ab4b80 100644 --- a/uncertainty_baselines/models/vit_gp.py +++ b/uncertainty_baselines/models/vit_gp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/vit_gp_test.py b/uncertainty_baselines/models/vit_gp_test.py index c5195f3a7..a7f65cf00 100644 --- a/uncertainty_baselines/models/vit_gp_test.py +++ b/uncertainty_baselines/models/vit_gp_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/vit_heteroscedastic.py b/uncertainty_baselines/models/vit_heteroscedastic.py index 30f061fe0..bb56d3012 100644 --- a/uncertainty_baselines/models/vit_heteroscedastic.py +++ b/uncertainty_baselines/models/vit_heteroscedastic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/vit_hetgp.py b/uncertainty_baselines/models/vit_hetgp.py index efd3608ba..b2e740aa3 100644 --- a/uncertainty_baselines/models/vit_hetgp.py +++ b/uncertainty_baselines/models/vit_hetgp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/vit_hetgpbe.py b/uncertainty_baselines/models/vit_hetgpbe.py index 58a8bc04f..200ea22c2 100644 --- a/uncertainty_baselines/models/vit_hetgpbe.py +++ b/uncertainty_baselines/models/vit_hetgpbe.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/vit_mimo.py b/uncertainty_baselines/models/vit_mimo.py index 8cc5c70b5..a2716c083 100644 --- a/uncertainty_baselines/models/vit_mimo.py +++ b/uncertainty_baselines/models/vit_mimo.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/vit_test.py b/uncertainty_baselines/models/vit_test.py index 3da891d5d..0b9c6dc41 100644 --- a/uncertainty_baselines/models/vit_test.py +++ b/uncertainty_baselines/models/vit_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/vit_tram.py b/uncertainty_baselines/models/vit_tram.py index c119d9c0e..83ce6e90b 100644 --- a/uncertainty_baselines/models/vit_tram.py +++ b/uncertainty_baselines/models/vit_tram.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/vit_tram_test.py b/uncertainty_baselines/models/vit_tram_test.py index 6ef902e2f..3039c6999 100644 --- a/uncertainty_baselines/models/vit_tram_test.py +++ b/uncertainty_baselines/models/vit_tram_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/wide_resnet.py b/uncertainty_baselines/models/wide_resnet.py index e65560de4..942bbf9a0 100644 --- a/uncertainty_baselines/models/wide_resnet.py +++ b/uncertainty_baselines/models/wide_resnet.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/wide_resnet_batchensemble.py b/uncertainty_baselines/models/wide_resnet_batchensemble.py index 4c8430e09..7c067ab29 100644 --- a/uncertainty_baselines/models/wide_resnet_batchensemble.py +++ b/uncertainty_baselines/models/wide_resnet_batchensemble.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/wide_resnet_batchensemble_test.py b/uncertainty_baselines/models/wide_resnet_batchensemble_test.py index d1ce77de5..4b88e1444 100644 --- a/uncertainty_baselines/models/wide_resnet_batchensemble_test.py +++ b/uncertainty_baselines/models/wide_resnet_batchensemble_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/wide_resnet_condconv.py b/uncertainty_baselines/models/wide_resnet_condconv.py index cf80c0c34..6316425e1 100644 --- a/uncertainty_baselines/models/wide_resnet_condconv.py +++ b/uncertainty_baselines/models/wide_resnet_condconv.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/wide_resnet_condconv_test.py b/uncertainty_baselines/models/wide_resnet_condconv_test.py index f0574662c..5dc54b379 100644 --- a/uncertainty_baselines/models/wide_resnet_condconv_test.py +++ b/uncertainty_baselines/models/wide_resnet_condconv_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/wide_resnet_dropout.py b/uncertainty_baselines/models/wide_resnet_dropout.py index 9f2dad65a..5e8339c15 100644 --- a/uncertainty_baselines/models/wide_resnet_dropout.py +++ b/uncertainty_baselines/models/wide_resnet_dropout.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/wide_resnet_dropout_test.py b/uncertainty_baselines/models/wide_resnet_dropout_test.py index b168d34b9..f1645b187 100644 --- a/uncertainty_baselines/models/wide_resnet_dropout_test.py +++ b/uncertainty_baselines/models/wide_resnet_dropout_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/wide_resnet_heteroscedastic.py b/uncertainty_baselines/models/wide_resnet_heteroscedastic.py index 4e20ed781..476389ed3 100644 --- a/uncertainty_baselines/models/wide_resnet_heteroscedastic.py +++ b/uncertainty_baselines/models/wide_resnet_heteroscedastic.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/wide_resnet_hetsngp.py b/uncertainty_baselines/models/wide_resnet_hetsngp.py index ad8d83625..1e3e47caa 100644 --- a/uncertainty_baselines/models/wide_resnet_hetsngp.py +++ b/uncertainty_baselines/models/wide_resnet_hetsngp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/wide_resnet_hetsngp_test.py b/uncertainty_baselines/models/wide_resnet_hetsngp_test.py index 76930225f..329c46f70 100644 --- a/uncertainty_baselines/models/wide_resnet_hetsngp_test.py +++ b/uncertainty_baselines/models/wide_resnet_hetsngp_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/wide_resnet_hyperbatchensemble.py b/uncertainty_baselines/models/wide_resnet_hyperbatchensemble.py index bcd9e0b51..e459c705c 100644 --- a/uncertainty_baselines/models/wide_resnet_hyperbatchensemble.py +++ b/uncertainty_baselines/models/wide_resnet_hyperbatchensemble.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/wide_resnet_hyperbatchensemble_test.py b/uncertainty_baselines/models/wide_resnet_hyperbatchensemble_test.py index 643248e85..0aea486d5 100644 --- a/uncertainty_baselines/models/wide_resnet_hyperbatchensemble_test.py +++ b/uncertainty_baselines/models/wide_resnet_hyperbatchensemble_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/wide_resnet_mimo.py b/uncertainty_baselines/models/wide_resnet_mimo.py index 6c9e302c0..ed86e6c11 100644 --- a/uncertainty_baselines/models/wide_resnet_mimo.py +++ b/uncertainty_baselines/models/wide_resnet_mimo.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/wide_resnet_mimo_test.py b/uncertainty_baselines/models/wide_resnet_mimo_test.py index d8fa95219..e46626f4f 100644 --- a/uncertainty_baselines/models/wide_resnet_mimo_test.py +++ b/uncertainty_baselines/models/wide_resnet_mimo_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/wide_resnet_pi_access.py b/uncertainty_baselines/models/wide_resnet_pi_access.py index 5866224d0..a4823b863 100644 --- a/uncertainty_baselines/models/wide_resnet_pi_access.py +++ b/uncertainty_baselines/models/wide_resnet_pi_access.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/wide_resnet_pi_access_test.py b/uncertainty_baselines/models/wide_resnet_pi_access_test.py index 2fb1440c6..4170f39b4 100644 --- a/uncertainty_baselines/models/wide_resnet_pi_access_test.py +++ b/uncertainty_baselines/models/wide_resnet_pi_access_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/wide_resnet_pi_full_marginalization.py b/uncertainty_baselines/models/wide_resnet_pi_full_marginalization.py index f4dc894ee..959bfe334 100644 --- a/uncertainty_baselines/models/wide_resnet_pi_full_marginalization.py +++ b/uncertainty_baselines/models/wide_resnet_pi_full_marginalization.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/wide_resnet_pi_full_marginalization_test.py b/uncertainty_baselines/models/wide_resnet_pi_full_marginalization_test.py index 3e1bd0119..93fd2ff06 100644 --- a/uncertainty_baselines/models/wide_resnet_pi_full_marginalization_test.py +++ b/uncertainty_baselines/models/wide_resnet_pi_full_marginalization_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/wide_resnet_posterior_network.py b/uncertainty_baselines/models/wide_resnet_posterior_network.py index 155bec390..bf0c09adb 100644 --- a/uncertainty_baselines/models/wide_resnet_posterior_network.py +++ b/uncertainty_baselines/models/wide_resnet_posterior_network.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/wide_resnet_posterior_network_test.py b/uncertainty_baselines/models/wide_resnet_posterior_network_test.py index 26f130f4d..8e66ae3c0 100644 --- a/uncertainty_baselines/models/wide_resnet_posterior_network_test.py +++ b/uncertainty_baselines/models/wide_resnet_posterior_network_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/wide_resnet_rank1.py b/uncertainty_baselines/models/wide_resnet_rank1.py index df82244a7..e01577dee 100644 --- a/uncertainty_baselines/models/wide_resnet_rank1.py +++ b/uncertainty_baselines/models/wide_resnet_rank1.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/wide_resnet_rank1_test.py b/uncertainty_baselines/models/wide_resnet_rank1_test.py index 4e4c7c705..8db75d9ab 100644 --- a/uncertainty_baselines/models/wide_resnet_rank1_test.py +++ b/uncertainty_baselines/models/wide_resnet_rank1_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/wide_resnet_sngp.py b/uncertainty_baselines/models/wide_resnet_sngp.py index 8ec9c1f8d..3ad9f7a81 100644 --- a/uncertainty_baselines/models/wide_resnet_sngp.py +++ b/uncertainty_baselines/models/wide_resnet_sngp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/wide_resnet_sngp_be.py b/uncertainty_baselines/models/wide_resnet_sngp_be.py index 1bcdf81d4..17d043f36 100644 --- a/uncertainty_baselines/models/wide_resnet_sngp_be.py +++ b/uncertainty_baselines/models/wide_resnet_sngp_be.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/wide_resnet_test.py b/uncertainty_baselines/models/wide_resnet_test.py index 8889f6085..c10afe1d7 100644 --- a/uncertainty_baselines/models/wide_resnet_test.py +++ b/uncertainty_baselines/models/wide_resnet_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/wide_resnet_tram.py b/uncertainty_baselines/models/wide_resnet_tram.py index a88f2bf27..85b838ed2 100644 --- a/uncertainty_baselines/models/wide_resnet_tram.py +++ b/uncertainty_baselines/models/wide_resnet_tram.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/wide_resnet_tram_test.py b/uncertainty_baselines/models/wide_resnet_tram_test.py index a8a3fcf02..ae69ad9ae 100644 --- a/uncertainty_baselines/models/wide_resnet_tram_test.py +++ b/uncertainty_baselines/models/wide_resnet_tram_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/wide_resnet_variational.py b/uncertainty_baselines/models/wide_resnet_variational.py index a694a0d55..5776e0714 100644 --- a/uncertainty_baselines/models/wide_resnet_variational.py +++ b/uncertainty_baselines/models/wide_resnet_variational.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/models/wide_resnet_variational_test.py b/uncertainty_baselines/models/wide_resnet_variational_test.py index ffc21e4dd..6bf3b936a 100644 --- a/uncertainty_baselines/models/wide_resnet_variational_test.py +++ b/uncertainty_baselines/models/wide_resnet_variational_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/optimizers.py b/uncertainty_baselines/optimizers.py index 101fb6d43..7851e7c9f 100644 --- a/uncertainty_baselines/optimizers.py +++ b/uncertainty_baselines/optimizers.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/optimizers_test.py b/uncertainty_baselines/optimizers_test.py index 1881bd652..14e9f45e7 100644 --- a/uncertainty_baselines/optimizers_test.py +++ b/uncertainty_baselines/optimizers_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/plotting.py b/uncertainty_baselines/plotting.py index 2d13bd4a8..1e834b196 100644 --- a/uncertainty_baselines/plotting.py +++ b/uncertainty_baselines/plotting.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/schedules.py b/uncertainty_baselines/schedules.py index c90a7b1e3..f05b3e174 100644 --- a/uncertainty_baselines/schedules.py +++ b/uncertainty_baselines/schedules.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/strategy_utils.py b/uncertainty_baselines/strategy_utils.py index be70113e7..5084a3338 100644 --- a/uncertainty_baselines/strategy_utils.py +++ b/uncertainty_baselines/strategy_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/test_utils.py b/uncertainty_baselines/test_utils.py index 2fd68d161..f92dc0289 100644 --- a/uncertainty_baselines/test_utils.py +++ b/uncertainty_baselines/test_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/utils.py b/uncertainty_baselines/utils.py index deba56c12..5d6a28946 100644 --- a/uncertainty_baselines/utils.py +++ b/uncertainty_baselines/utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/uncertainty_baselines/version.py b/uncertainty_baselines/version.py index 35558b95a..1ca5007ff 100644 --- a/uncertainty_baselines/version.py +++ b/uncertainty_baselines/version.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2025 The Uncertainty Baselines Authors. +# Copyright 2026 The Uncertainty Baselines Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.