Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python随身听-2020-10-25技术精选 #36

Open
de8ug opened this issue Oct 25, 2020 · 0 comments
Open

Python随身听-2020-10-25技术精选 #36

de8ug opened this issue Oct 25, 2020 · 0 comments

Comments

@de8ug
Copy link
Contributor

de8ug commented Oct 25, 2020

Python随身听-2020-10-25-技术精选

致读者:亲爱的「Python随身听」的观众们,这是由DE8UG的人工非智能给你带来的新的一期技术精选。
主要为编程初学者,开发工程师,算法工程师,数据分析师,运维,测试,运营,产品等各个岗位的Python爱好者带来Python世界的流行趋势,前沿技术。
你可以挑选自己喜欢的项目尽情玩耍,任何想法欢迎留言讨论。
本文的结构和内容会经常更新,每天10:24分左右发布,感谢订阅🆙和收藏☆。
(点击原文或到pythonradio.online网站查看可点击的文档链接)

🤩Python随身听-技术精选: /sberbank-ai/ru-gpts

👉Russian GPT3 models.

😎TOPICS: ``

⭐️STARS:435, 今日上升数↑:226

👉README:

ruGPT3Large, ruGPT3Medium and ruGPT2Large

Russian GPT trained with 2048 context length (ruGPT3Large), Russian GPT Medium trained with context 2048 (ruGPT3Medium) and Russian GPT2 large (ruGPT2Large) trained with 1024 context length.

We suggest you use ruGPT2Large because this model is more stable and tested.

Examples here

Note: If you cannot download the checkpoint, try adding it to your google drive following this issue

Table of contents

地址:https://github.com/sberbank-ai/ru-gpts


🤩Python随身听-技术精选: /emeryberger/scalene

👉Scalene: a high-performance, high-precision CPU and memory profiler for Python

😎TOPICS: python,profiling,performance-analysis,cpu-profiling,memory-management

⭐️STARS:2606, 今日上升数↑:281

👉README:

scalene: a high-performance CPU and memory profiler for Python

by Emery Berger

中文版本 (Chinese version)

About Scalene

% pip install -U scalene

Scalene is a high-performance CPU and memory profiler for Python that does a number of things that other Python profilers do not and cannot do. It runs orders of magnitude faster than other profilers while delivering far more detailed information.

  1. Scalene is fast. It uses sampling instead of instrumentation or relying on Python's tracing facilities. Its overhead is typically no more than 10-20% (and often less).
  2. Scalene is precise. Unlike most other Python profilers, Scalene performs CPU profiling at the line level, pointing to the specific lines of code that are responsible for the execution time in your program. This level of detail can be much more useful than the function-level profiles returned by most profilers.
  3. Scalene separates out time spent running in Python from time spent in nat...

地址:https://github.com/emeryberger/scalene


🤩Python随身听-技术精选: /PyTorchLightning/pytorch-lightning

👉The lightweight PyTorch wrapper for high-performance AI research. Scale your models, not the boilerplate.

😎TOPICS: python,deep-learning,artificial-intelligence,ai,pytorch,data-science,machine-learning

⭐️STARS:9298, 今日上升数↑:234

👉README:

The lightweight PyTorch wrapper for high-performance AI research.
Scale your models, not the boilerplate.

WebsiteKey FeaturesHow To UseDocsExamplesCommunityGrid AILicence

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant