All Projects → carlsummer → python_developer_tools

carlsummer / python_developer_tools

Licence: Apache-2.0 license
论文复现,多机多卡

Programming Languages

HTML
75241 projects
Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
Cuda
1817 projects
C++
36643 projects - #6 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to python developer tools

Android Tips Tricks
☑️ [Cheatsheet] Tips and tricks for Android Development
Stars: ✭ 4,496 (+11731.58%)
Mutual labels:  tricks
Js tricks
一些常用的 JS 方法 - some JS methods always by used
Stars: ✭ 82 (+115.79%)
Mutual labels:  tricks
Pharo Wiki
Wiki related to the Pharo programming language and environment.
Stars: ✭ 161 (+323.68%)
Mutual labels:  tricks
Pytorchinsight
a pytorch lib with state-of-the-art architectures, pretrained models and real-time updated results
Stars: ✭ 713 (+1776.32%)
Mutual labels:  tricks
Spellbook
Micro-framework for rapid development of reusable security tools
Stars: ✭ 53 (+39.47%)
Mutual labels:  tricks
Dailyhack
🐱‍💻 Tiny Tiny Hacks we use in our daily life.
Stars: ✭ 142 (+273.68%)
Mutual labels:  tricks
Leader.js.cool
不可替代的团队领袖培养计划
Stars: ✭ 257 (+576.32%)
Mutual labels:  tricks
pytorch-cifar-model-zoo
Implementation of Conv-based and Vit-based networks designed for CIFAR.
Stars: ✭ 62 (+63.16%)
Mutual labels:  tricks
Better Python 59 Ways
Code Sample of Book "Effective Python: 59 Specific Ways to Write Better Pyton" by Brett Slatkin
Stars: ✭ 1,207 (+3076.32%)
Mutual labels:  tricks
Vim Galore
🎓 All things Vim!
Stars: ✭ 12,610 (+33084.21%)
Mutual labels:  tricks
Elixir Tips
The Killer Elixir Tips and Tricks...from the experience...
Stars: ✭ 833 (+2092.11%)
Mutual labels:  tricks
Frontend Tutorials
📘 Frontend Tutorials and Tricks — 前端技巧和教程
Stars: ✭ 33 (-13.16%)
Mutual labels:  tricks
Pine Utils
Code Snippets + Tricks & Tips to help Pine Script developers
Stars: ✭ 149 (+292.11%)
Mutual labels:  tricks
Pytorchtricks
Some tricks of pytorch... ⭐️
Stars: ✭ 648 (+1605.26%)
Mutual labels:  tricks
Easter Egg Collection
🐰 A funny library for tricking your colleagues.
Stars: ✭ 249 (+555.26%)
Mutual labels:  tricks
Deep Learning Tricks
Enumerate diverse machine learning training tricks.
Stars: ✭ 387 (+918.42%)
Mutual labels:  tricks
Synology
Cheatsheet and bash scripts sripts for Synology Nas Stations cheet cheat sheet nas networkdisk
Stars: ✭ 125 (+228.95%)
Mutual labels:  tricks
osx-trix
Handy Patches, Fixes, Tips and Tricks for Apples OS X Platform
Stars: ✭ 29 (-23.68%)
Mutual labels:  tricks
tricks
Run experiments effortlessly on top of Kubernetes
Stars: ✭ 24 (-36.84%)
Mutual labels:  tricks
Shell Tricks
Simple bash tricks which make your life easier.
Stars: ✭ 153 (+302.63%)
Mutual labels:  tricks

python_developer_tools

python 开发过程中常用到的工具;包括网站开发,人工智能,文件,数据类型转换 支付接口对接,外挂,bat,sh等我在工作中常用到的开发工具

  1. 制作一个可插拔的python开发工具
  2. 论文复现
  3. 深度学习tricks收集
    所有的论文代码都在这里

安装和使用

pip uninstall python_developer_tools
pip install git+https://github.com/carlsummer/python_developer_tools.git
from python_developer_tools import cv

Contents


Convolution-series

名称 csdn
Depthwise Separable Convolution
MBConv
Involution

activates

名称 csdn
Adaptively-Parametric-ReLU
DynamicReLU 解析

torch_utils

名称功能
init_seeds固定pytorch训练时所有的随机种子
cuda2cpu将pytorch的变量从cuda内存中移动到cpu的内存中
select_device选择训练设备
collect_env_info打印python,cuda,cudnn,torch等版本
labels_to_image_weights根据图片样本数量计算weights
init_cudnn加速训练还是追求模型性能
get_world_size返回全局的整个的进程数
get_rank执行该脚本的进程的rank
get_model_info计算模型的参数量和计算一张图片的计算量

files

common

名称功能
get_filename_suf_pix获取路径的文件名,后缀,父路径

pickle

名称功能
write_pkl将数据存储为pkl
read_pkl读取pkl文件的内容
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].