Key changes:
• Fixes bug in BufferedPatchDataset where patches weren't being sampled from the entire range of the buffered images. (Also, a test was added to check for this.)
• Adds training option to periodically test the model on a validation set.
• Updates model load function so the load path can be either a directory or some arbitrary saved model checkpoint.
• Adds alternative "fnet_model" for predicting 3d volumes using a 2d network.
Key changes: • Fixes bug in BufferedPatchDataset where patches weren't being sampled from the entire range of the buffered images. (Also, a test was added to check for this.) • Adds training option to periodically test the model on a validation set. • Updates model load function so the load path can be either a directory or some arbitrary saved model checkpoint. • Adds alternative "fnet_model" for predicting 3d volumes using a 2d network.