TODO 701 B

123456789101112131415161718192021222324252627
  1. TODO:
  2. Add math for finding steps per epoch; not sure if it's automatic.
  3. # Update: It is automatic, but only for tensorflow datasets; if the
  4. data is loaded into a numpy array, it needs to be calculated
  5. manually.
  6. Get folder locations and experiment parameters from a text file if
  7. it exists-- else use hard-coded defaults like it is now.
  8. Pass nearly all global values into functions through main (most of
  9. them are fine though)
  10. Get image size from text file. Or just look at the image.
  11. Add more models.
  12. Add a free licence. I'm thinking MIT. So other people can take the
  13. code if they want.
  14. Make examples of error images
  15. Save weights to a file.
  16. Load our weights from a file.