2021
AI Competition
August 23, 2021Guide to approaching AI competitions with EDA strategies for image classification tasks.
1 min read·ai-competitionFacet
August 22, 2021Using matplotlib facets with GridSpec and subplots to visualize datasets from multiple perspectives.
1 min read·data-vizColor
August 22, 2021Color usage in data visualization: sequential and diverging colormaps, HSI color space, and color palettes.
1 min read·data-vizTroubleshooting
August 22, 2021Common PyTorch troubleshooting tips for GPU memory issues, OOM errors, tensor accumulation, and inference best practices.
1 min read·pytorchHyperparameter Tuning
August 22, 2021Overview of hyperparameter tuning methods including grid search, random search, and Bayesian optimization, with an introduction to Ray for parallel tuning.
1 min read·pytorchdltqdm with epoch statics
August 22, 2021Quick tip on displaying training accuracy and loss inside tqdm progress bars in PyTorch.
1 min read·pytorch