Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.41 KB

CHANGES.md

File metadata and controls

35 lines (29 loc) · 1.41 KB

Changes

Releases are displayed in reverse chronological order and each release will contain new, changed and fixed content. Since this repository is a bit unique, here's how we'll do semantic versioning.

  • Major version X (X.y.z): When an entire set of notebook lessons is complete.
  • Minor version Y (x.Y.z): When a notebook lesson is complete.
  • Patch version X (x.y.Z): Changes made in between notebook lessons.

New:

  • 🔢 NumPy lesson is complete.

Changed:

  • Code and notebook complete for the NumPy lesson.

Fixed:

New:

  • 🐍 Python lesson is complete.

Changed:

  • Code and notebook complete for the python lesson.

Fixed:

New:

  • 📓 Notebooks lesson is complete.

Changed:

  • coding framework switched from PyTorch to TensorFlow 2.0 + Keras.

Using fit and callbacks, we can avoid large training scripts but still achieve fine-grained customization (LR scheduling, early stopping, custom callbacks, etc.) However for more advanced content where we need custom implementation regardless, we’ll use native TF or PyTorch.

Fixed:

New:

  • all notebooks in PyTorch

Changed:

Fixed: