Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 821 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 821 Bytes

Review Assignment Due Date

MiniTorch Module 2

This assignment requires the following files from the previous assignments. You can get these by running

# python sync_previous_module.py previous-module-dir current-module-dir

The files that will be synced are:

    minitorch/operators.py minitorch/module.py minitorch/autodiff.py minitorch/scalar.py minitorch/scalar_functions.py minitorch/module.py project/run_manual.py project/run_scalar.py project/datasets.py