Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 483 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 483 Bytes

DLQuickUse

The core section of DL is implemented through a relatively simple example

Existing network models

  1. BP neural network (BP)
  2. One-dimensional convolutional neural network (1DCNN)
  3. A minimum unit script file that includes dataset creation, model construction, configuration parameters, training functions, evaluation functions, save functions, gradient accumulation, reloading parameter weights, continue training with checkpoints and progress bar based on tqdm.