llien30 / dl-util

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Utility Functions For Deep Learning Researchers

Installation

To install, type

pip install git+https://github.com/llien30/dl-util.git

I will register to PyPI soon...

Description

This is the collection of utility functions for deep learning researchers:

  • Get Device (GPU/CPU)
  • Fixing Seeds
  • Average Meters
  • Get Yaml Dictionary
  • Get Optimizer and Scheduler (if needed)

Other functions and more detailed documentation will be added.

License

The dl_util module is written and maintained by Mana Masuda. dl_util is released under the MIT license.

See the file LICENSE for more details.

Reference

pytorch_template(yiskw713)

About

License:MIT License


Languages

Language:Python 100.0%