The Wayback Machine - https://web.archive.org/web/20220809015231/https://github.com/taylover2016
Skip to content
Avatar

Highlights

  • Pro
Block or Report

Block or report taylover2016

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. CS-Book Public

    Forked from iamshuaidi/CS-Book

    计算机类常用电子书整理,并且附带下载链接,包括Java,Python,Linux,Go,C,C++,数据结构与算法,人工智能,计算机基础,面试,设计模式,数据库,前端等书籍

    2 1

  2. A simple signal processing toolbox implemented with Matlab GUI

    MATLAB 1

  3. A GPS serial receiver implemented with Python

    Python 1

  4. A serial GPS receiver implemented with Verilog

    Verilog 1

  5. A C-based image filter

    C 1

  6. Forked from israfelsr/CS231n

    CS231n Assignments Solutions - Spring 2020

    Jupyter Notebook 1

31 contributions in the last year

Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Mon Wed Fri

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 其他补充信…

2 comments