forked from LinkedInLearning/domina-python-pytorch-2015131
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
43 lines (38 loc) · 1.92 KB
/
Copy pathNOTICE
File metadata and controls
43 lines (38 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Copyright 2024 LinkedIn Corporation
All Rights Reserved.
Licensed under the LinkedIn Learning Exercise File License (the "License").
See LICENSE in the project root for license information.
ATTRIBUTIONS:
-------------------
**numpy**
[https://pypi.org/project/numpy/](https://pypi.org/project/numpy/)
License: BSD-3-Clause
[https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
-------------------
**matplotlib**
[https://pypi.org/project/matplotlib/](https://pypi.org/project/matplotlib/)
License: Matplotlib
[https://matplotlib.org/stable/users/license.html](https://matplotlib.org/stable/users/license.html)
-------------------
**torch**
[https://pypi.org/project/torch/](https://pypi.org/project/torch/)
License: BSD-3-Clause
[https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
-------------------
**torchvision**
[https://pypi.org/project/torchvision/](https://pypi.org/project/torchvision/)
License: BSD-3-Clause
[https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
-------------------
**torchaudio**
[https://pypi.org/project/torchaudio/](https://pypi.org/project/torchaudio/)
License: BSD-3-Clause
[https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
-------------------
This list includes the dependency name, GitHub URLs where applicable, the license for each dependency, and the link to their respective license pages.
Please note, this project may automatically load third party code from external
repositories (for example, NPM modules, Composer packages, or other dependencies).
If so, such third party code may be subject to other license terms than as set
forth above. In addition, such third party code may also depend on and load
multiple tiers of dependencies. Please review the applicable licenses of the
additional dependencies.