mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Update license and readme.
This commit is contained in:
16
LICENSE
16
LICENSE
@ -1,5 +1,19 @@
|
||||
COPYRIGHT
|
||||
|
||||
All contributions by Yangqing Jia:
|
||||
Copyright (c) 2015 Yangqing Jia
|
||||
All Rights Reserved.
|
||||
All rights reserved.
|
||||
|
||||
All other contributions:
|
||||
Copyright(c) 2015, the respective contributors
|
||||
All rights reserved.
|
||||
|
||||
Caffe2 uses a copyright model similar to Caffe: each contributor holds
|
||||
copyright over their contributions to Caffe2. The project versioning records
|
||||
all such contribution and copyright details. If a contributor wants to further
|
||||
mark their specific copyright on a particular contribution, they should
|
||||
indicate their copyright solely in the commit message of the change when it is
|
||||
committed.
|
||||
|
||||
== LICENSE ==
|
||||
|
||||
|
10
README.md
10
README.md
@ -1,14 +1,6 @@
|
||||
If you are not Yangqing and you don't know what this repository is, you may have
|
||||
stumbled upon it with some links or forked repositories in the wild. Please, let
|
||||
me know since I want to make the visibility of this library as small as possible
|
||||
for now.
|
||||
|
||||
Yangqing
|
||||
(me@daggerfs.com)
|
||||
|
||||
# Caffe2
|
||||
|
||||
Caffe2 is a deep learning framework made with expression, speed, and modularity in mind. It is an experimental refactoring of Caffe.
|
||||
Caffe2 is a deep learning framework made with expression, speed, and modularity in mind. It is an experimental refactoring of Caffe, and allows a more flexible way to organize computation.
|
||||
|
||||
## License and Citation
|
||||
|
||||
|
Reference in New Issue
Block a user