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/module.py project/run_manual.py project/run_scalar.py
Hyperparameter: Num of layers = 4, Learning rate = 0.05 Time per epoch: 0.36
Hyperparameter: Num of layers = 4, Learning rate = 0.05 Time per epoch: 0.763s
Hyperparameter: Num of layers = 16, Learning rate = 0.05 Time per epoch: 2.335s
Hyperparameter: Num of layers = 16, Learning rate = 0.05 Time per epoch: 2.366s
Hyperparameter: Num of layers = 12, Learning rate = 0.1 Time per epoch: 1.498s