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

make LitCNN/LitMLP code more resilient #56

Open charlesfrye opened 3 years ago

charlesfrye commented 3 years ago

if we inherit from lu, could add in more code there to check that things are working and provide more useful error messages

also, the final output size should be set automatically -- by configuration info? by pulling from the dmodule?