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:
Check the developing documentation for creating your own SSL algorithm!
153
+
166
154
167
155
_For more examples, please refer to the [Documentation](https://example.com)_
168
156
169
157
<palign="right">(<ahref="#top">back to top</a>)</p>
170
158
171
159
172
-
<!--MODEL ZOO-->
173
-
## Model Zoo
160
+
<!--BENCHMARK RESULTS-->
161
+
## Benchmark Results
174
162
175
-
TODO: add pre-trained models.
163
+
Please refer to [Results](./results) for benchmark results on different tasks.
176
164
177
165
<palign="right">(<ahref="#top">back to top</a>)</p>
178
166
179
167
180
-
<!--BENCHMARK RESULTS-->
181
-
## Benchmark Results
168
+
<!--MODEL ZOO-->
169
+
## Model Zoo
182
170
183
-
Please refer to Results for benchmark results.
171
+
TODO: add pre-trained models.
184
172
185
173
<palign="right">(<ahref="#top">back to top</a>)</p>
186
174
187
175
176
+
188
177
<!-- ROADMAP -->
189
-
## Roadmap
178
+
## TODO
190
179
191
180
-[ ] Add docker
192
-
-[ ] Add Logo figures
193
181
-[ ] Finish Readme
194
182
-[ ] Compile docs and add usage example in docs
195
-
-[ ] Create Colab Notebooks
183
+
-[ ]Check Notebooks Create Colab Notebooks
196
184
-[ ] Updating SUPPORT.MD with content about this project's support experience
197
185
-[ ] Multi-language Support
198
186
-[ ] Chinese
@@ -220,10 +208,10 @@ contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additio
220
208
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@example.com
Copy file name to clipboardExpand all lines: notebooks/Beginner_Example.ipynb
+3-3
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