-
Notifications
You must be signed in to change notification settings - Fork 109
ValueError when saving model #50
Comments
Correction: The exception happens before the model is saved. Saving is part of a
|
When you call compute_weights script before the training I've got exactly same issue when I called this script with the wrong w,h order. Also, print some resulting weights and check does they look ok (not nans etc.) |
hallo Chanka, so nice that you already at training step. i have however question at step matchong patches across dataset: i have result num_sample = 0 at dataset, in the collect_crops.py there is command: i inspect line per line, the function read_filelist is okay. so my problem is in the class ImageDataset can u please tell me how your step by step? thank you :) |
I followed through the whole workflow with little trouble and after setting everything up I'm getting this error upon saving the model before training starts.
Help would be appreciated.
The text was updated successfully, but these errors were encountered: