Path in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips on Pytorch-Lightning
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
PyTorch Lightning - Finding the best learning rate for your model
PyTorch Lightning - William Falcon
Practical Lighting Tips to Rank on Kaggle Image Challenges
PyTorch Lightning Flash
https://lightning-flash.readthedocs.io/en …
Tips on PyTorch
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Docker Images for PyTorch
- pytorch/pytorch:latest (official PyTorch image)
- dclong/jupyterhub-pytorch
PyTorch Tutorials
https://pytorch.org/tutorials/beginner/pytorch_with_examples.html
Initialize Weights and Biases
In general …
My List of Python Modules
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Data Science
-
pandas: data frame.
-
scipy: scientific computing.
-
numpy: multi-dimensional arrays, fundation of pandas and deep learning packages.
-
re: regular expression
File System
-
shutil: copy, move …
Python Modules for Date and Time
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
datetime
dateutil
Useful extensions to the standard Python datetime features
dateparser
python parser for human readable dates
arrow
Better dates & times for Python.