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
Summary:
* Add vit_b_16_swag
* Better handling idiom for image_size, edit test_extended_model to handle case where number of param differ from default due to different image size input
* Update the accuracy to the experiment result on torchvision model
* Fix typo missing underscore
* raise exception instead of torch._assert, add back publication year (accidentally deleted)
* Add license information on meta and readme
* Improve wording and fix typo for pretrained model license in readme
* Add vit_l_16 weight
* Update README.rst
* Update the accuracy meta on vit_l_16_swag model to result from our experiment
Reviewed By: NicolasHug
Differential Revision: D35393156
fbshipit-source-id: d8e38f783c3c881cf8a8ce21d05a33671818be53
Co-authored-by: Vasilis Vryniotis <[email protected]>
Co-authored-by: Vasilis Vryniotis <[email protected]>
Copy file name to clipboardExpand all lines: README.rst
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -185,3 +185,10 @@ Disclaimer on Datasets
185
185
This is a utility library that downloads and prepares public datasets. We do not host or distribute these datasets, vouch for their quality or fairness, or claim that you have license to use the dataset. It is your responsibility to determine whether you have permission to use the dataset under the dataset's license.
186
186
187
187
If you're a dataset owner and wish to update any part of it (description, citation, etc.), or do not want your dataset to be included in this library, please get in touch through a GitHub issue. Thanks for your contribution to the ML community!
188
+
189
+
Pre-trained Model License
190
+
=========================
191
+
192
+
The pre-trained models provided in this library may have their own licenses or terms and conditions derived from the dataset used for training. It is your responsibility to determine whether you have permission to use the models for your use case.
193
+
194
+
More specifically, SWAG models are released under the CC-BY-NC 4.0 license. See `SWAG LICENSE <https://github.com/facebookresearch/SWAG/blob/main/LICENSE>`_ for additional details.
0 commit comments