From f4a10e5047112199b7902e1a90eafd6175a580e5 Mon Sep 17 00:00:00 2001 From: Jiang Junguang <13126830206@163.com> Date: Mon, 18 Oct 2021 13:06:23 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c584c9e..b60787ad 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - + ## Introduction *Transfer-Learn* is an open-source and well-documented library for Transfer Learning. It is based on pure PyTorch with high performance and friendly API. Our code is pythonic, and the design is consistent with torchvision. You can easily develop new algorithms, or readily apply existing algorithms.