You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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).
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.
Scalene separates out time spent running in Python from time spent in nat...
Python随身听-2020-10-25-技术精选
🤩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.
地址: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.
Website • Key Features • How To Use • Docs • Examples • Community • Grid AI • Licence
The text was updated successfully, but these errors were encountered: