• Stars
    star
    143
  • Rank 255,561 (Top 6 %)
  • Language
    Python
  • Created over 2 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A bag of tricks to speed up your deep learning process

Efficient Deep Learning

Tricks here, you can have

1.Introduction

  • With the rapid development of deep learning, more and more people are flocking to this field, including me. As a former rookie, I have experienced various problems during my deep learning process, so I create this repo here to record some tricks that can make you have an efficient deep learning. You are also welcome to raise a PR and give some of your tips!

2.Efficient Coding

3.Efficient Data Processing

4.Efficient Training

5.Efficient GPUtilization

6.Efficient Tools


7.Efficient Writting


  • "The past decade has seen tremendous progress in the field of artificial intelligence thanks to the resurgence of neural networks through deep learning. This has helped improve the ability for computers to see, hear, and understand the world around them, leading to dramatic advances in the application of AI to many fields of science and other areas of human endeavor" ——Jeffrey Dean

More Repositories

1

Union14M

[ICCV 2023] Code base for Revisiting Scene Text Recognition: A Data Perspective
Python
155
star
2

Text-Recognition-on-Cross-Domain-Datasets

Improved Text recognition algorithms on different text domains like scene text, handwritten, document, Chinese/English, even ancient books
Python
65
star
3

CodeCookbook

Cookbook for Crafting Good Code
45
star
4

CTPN_CRNN_ChineseOCR_PyQt5

CTPN and CRNN based Chinese OCR, developed with PyQt5
Python
22
star
5

Structured_Dreambooth_LoRA

Dreambooth (LoRA) with well-organized code structure. Naive adaptation from 🤗Diffusers.
Python
9
star
6

ResNet18-CIFAR10

ResNet18 on CIFAR10 reachs 95.09% Accuracy on TestSet
Python
8
star
7

ImageCaptioning-Attention-PyQt5

ImageCaptioning improved with an attention mechanism. Also a PyQt5 application
Python
8
star
8

Two-Stream-RNN-Pytorch

Modeling Temporal Dynamics and Spatial Configurations of Actions UsingTwo-Stream Recurrent Neural Networks
Python
8
star
9

Tampering-Detection

改良后的图像篡改检测APP
MATLAB
3
star
10

Chinese2English-Translation-seq2seq

Build you own translator from chinese to english with seq2seq model in pytorch😄
Python
2
star
11

Image-Hash-Detection

通过算法提取图像的哈希序列,可用于两张图片相似度判断,近似查找,抄袭检测
MATLAB
2
star
12

Image-Processing-Laboratory

一款基于matlab app 的图像处理软件。拥有多通道图显示功能,可显示傅里叶变换图,直方图,离散余弦变换图。操作包括有对比度调整,各种滤波,直方图均衡,以及各种频域处理
2
star
13

Mountchicken.github.io

HTML
1
star
14

Image-Noise-Processing-Tool

一款基于matlab app的图像噪声处理软件,可以判断图片所加噪声种类,并提供了添加噪声功能以及各种去噪功能
1
star