You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
130
+
USB is easy to use and extend. Going through the belowing examples will help you faimiliar with USB for quick use, evaluate an exsiting SSL algorithm on your own dataset, or developing new SSL algorithms.
142
131
143
-
### Quick Start
132
+
### Quick Start with USB package
144
133
<!-- TODO: add quick start example and refer lighting notebook -->
145
134
Please see [Installation](#installation) to install USB first. We provide colab tutorials for:
Here is an example to train FixMatch on CIFAR-100 with 200 labels. Trianing other supported algorithms (on other datasets with different label settings) can be specified by a config file:
If you have a suggestion that would make USB better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
221
209
Don't forget to give the project a star! Thanks again!
222
210
223
-
1. Fork the Project
224
-
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
225
-
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
226
-
4. Push to the Branch (`git push origin feature/AmazingFeature`)
211
+
1. Fork the project
212
+
2. Create your branch (`git checkout -b your_name/your_branch`)
213
+
3. Commit your changes (`git commit -m 'Add some features'`)
214
+
4. Push to the branch (`git push origin your_name/your_branch`)
227
215
5. Open a Pull Request
228
216
229
217
<palign="right">(<ahref="#top">back to top</a>)</p>
@@ -249,28 +237,47 @@ Distributed under the MIT License. See `LICENSE.txt` for more information.
249
237
250
238
251
239
<!-- CONTACT -->
252
-
## Contributors and Contact
240
+
## Community and Contact
253
241
254
-
Your Name - [@your_twitter](https://twitter.com/your_username) - [email protected]
Copy file name to clipboardExpand all lines: notebooks/Beginner_Example.ipynb
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
}
22
22
},
23
23
"source": [
24
-
"## This tutorial will walk you through the basics of using the `torchssl-lightning` framework. Let's get started by training a FixMatch model on CIFAR-10!"
24
+
"## This tutorial will walk you through the basics of using the `usb` lighting package. Let's get started by training a FixMatch model on CIFAR-10!"
0 commit comments