Skip to content

Commit 206a62c

Browse files
committed
fix usb PyTorch and add more intro on PyTorch
1 parent b8856d1 commit 206a62c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

advanced_source/usb_semisup_learn.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Semi-Supervised Learning using USB built upon Pytorch
2+
Semi-Supervised Learning using USB built upon PyTorch
33
=============================
44
55
@@ -9,7 +9,8 @@
99
Introduction
1010
------------
1111
12-
USB is a semi-supervised learning framework built upon Pytorch.
12+
USB is a semi-supervised learning framework built upon PyTorch.
13+
Based on Datasets and Modules provided by PyTorch, USB becomes a flexible, modular, and easy-to-use framework for semi-supervised learning.
1314
It supports a variety of semi-supervised learning algorithms, including FixMatch, FreeMatch, DeFixMatch, SoftMatch, etc.
1415
It also supports a variety of imbalanced semi-supervised learning algorithms.
1516
The benchmark results across different datasets of computer vision, natural language processing, and speech processing are included in USB.

0 commit comments

Comments
 (0)