Highlights
- Pro
Block or Report
Block or report taylover2016
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
CS-Book Public
Forked from iamshuaidi/CS-Book
计算机类常用电子书整理,并且附带下载链接,包括Java,Python,Linux,Go,C,C++,数据结构与算法,人工智能,计算机基础,面试,设计模式,数据库,前端等书籍
-
Signal-Processing-Toolbox Public
A simple signal processing toolbox implemented with Matlab GUI
MATLAB 1
-
-
-
-
CS231n-Solutions Public
Forked from israfelsr/CS231n
CS231n Assignments Solutions - Spring 2020
Jupyter Notebook 1
31 contributions in the last year
Contribution activity
August 2022
Created an issue in PaddlePaddle/Paddle that received 2 comments
paddle.cos 输出错误
bug描述 Describe the Bug import paddle import math x = paddle.to_tensor([160.22123718, 7*math.pi]) out = paddle.cos(x) print(out) 输出out 第一项为 -1 其他补充信…
