wandb / edu

Educational materials on deep learning by Weights & Biases
http://wandb.ai
GNU General Public License v2.0
526 stars 244 forks source link

remove the lu.nn.fc.FullyConnected layers from mlp notebook #55

Open charlesfrye opened 3 years ago

charlesfrye commented 3 years ago

it's better to have the students directly work with the PyTorch layers -- can later introduce the FC/Conv layers for the contest notebook

charlesfrye commented 3 years ago

hmm, maybe not in the contest, but in the conv notebook? or should i drop these specialized layers for the first class?