From a2e19d71946a9a10736ecae41fade96b2f563a01 Mon Sep 17 00:00:00 2001 From: shogi880 <49514261+shogi880@users.noreply.github.com> Date: Thu, 18 Nov 2021 09:57:17 +0900 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 33884d2..f1463fe 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Amortized Prompt: Lightweight fine-tuning CLIP for Domain Generalization This code is the official implementation of `Amortized Prompt: Lightweight fine-tuning CLIP for Domain Generalization` + This code is based on the official implementation of `Test-Time Classifier Adjustment Module for Model-Agnostic Domain Generalization (under review)`. + This codebase is mainly based on [DomainBed](https://github.com/facebookresearch/DomainBed), with following modifications: