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
Copy file name to clipboardExpand all lines: NOTICE.txt
+33Lines changed: 33 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,3 +46,36 @@ distributed under the License is distributed on an "AS IS" BASIS,
46
46
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
47
47
See the License for the specific language governing permissions and
48
48
limitations under the License.
49
+
50
+
This project contains content in the files coremltools/optimize/torch/quantization/modules/conv_transpose.py and coremltools/optimize/torch/quantization/modules/conv_transpose_fused.py which are adapted from pytorch (https://github.com/pytorch/). The license for these follows:
51
+
52
+
Copyright (c) 2016 Facebook, Inc (Adam Paszke)
53
+
54
+
All rights reserved.
55
+
56
+
Redistribution and use in source and binary forms, with or without
57
+
modification, are permitted provided that the following conditions are met:
58
+
59
+
1. Redistributions of source code must retain the above copyright
60
+
notice, this list of conditions and the following disclaimer.
61
+
62
+
2. Redistributions in binary form must reproduce the above copyright
63
+
notice, this list of conditions and the following disclaimer in the
64
+
documentation and/or other materials provided with the distribution.
65
+
66
+
3. Neither the names of Facebook, Deepmind Technologies, NYU, NEC Laboratories America
67
+
and IDIAP Research Institute nor the names of its contributors may be
68
+
used to endorse or promote products derived from this software without
69
+
specific prior written permission.
70
+
71
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
72
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
73
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
74
+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
75
+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
76
+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
77
+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
78
+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
79
+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
80
+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
Copy file name to clipboardExpand all lines: README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,9 @@ With coremltools, you can:
26
26
After conversion, you can integrate the Core ML models with your app using Xcode.
27
27
28
28
## Install 8.0 Beta
29
-
The [coremltools version 8 beta 1](https://github.com/apple/coremltools/releases/tag/8.0b1) is now out. To install, run the following command in your terminal:
29
+
The [coremltools version 8 beta 2](https://github.com/apple/coremltools/releases/tag/8.0b2) is now out. To install, run the following command in your terminal:
30
30
```shell
31
-
pip install coremltools==8.0b1
31
+
pip install coremltools==8.0b2
32
32
```
33
33
34
34
@@ -46,11 +46,9 @@ pip install -U coremltools
46
46
47
47
To install coremltools, see [Installing Core ML Tools](https://apple.github.io/coremltools/docs-guides/source/installing-coremltools.html). For more information, see the following:
0 commit comments