tensorflow-object-contour-detection
tensorflow-object-contour-detection copied to clipboard
Training with 10 epochs
As a first step, tried training with 10 epochs :
Got the following error after each step
('::Step::9,10558', '::total_loss::80117.11', '::time::0.235623836517') ('::Step::9,10559', '::total_loss::29414.088', '::time::0.234266996384') ('::Step::9,10560', '::total_loss::104685.22', '::time::0.23069190979') ('::Step::9,10561', '::total_loss::26441.73', '::time::0.237238883972') ('::Step::9,10562', '::total_loss::9810.764', '::time::0.237290143967') ('::Step::9,10563', '::total_loss::226181.88', '::time::0.236012935638') ('::Step::9,10564', '::total_loss::62022.016', '::time::0.237781047821') ('::Step::9,10565', '::total_loss::88922.95', '::time::0.235167980194') ('::Step::9,10566', '::total_loss::243382.31', '::time::0.234927177429') ('::Step::9,10567', '::total_loss::77744.95', '::time::0.2362241745') ('::Step::9,10568', '::total_loss::86635.64', '::time::0.236945867538') ('::Step::9,10569', '::total_loss::100394.62', '::time::0.237506866455') ('::Step::9,10570', '::total_loss::117557.22', '::time::0.236845970154') ('::Step::9,10571', '::total_loss::23898.738', '::time::0.234770059586') ('::Step::9,10572', '::total_loss::107994.164', '::time::0.241539955139') ('::Step::9,10573', '::total_loss::110407.42', '::time::0.23698091507') ('::Step::9,10574', '::total_loss::114145.55', '::time::0.235699892044') ('::Step::9,10575', '::total_loss::61390.625', '::time::0.234794855118') ('::Step::9,10576', '::total_loss::45022.875', '::time::0.236536026001') ('::Step::9,10577', '::total_loss::95963.21', '::time::0.237265110016') ('::Step::9,10578', '::total_loss::93546.28', '::time::0.235880851746') ('::Step::9,10579', '::total_loss::97628.5', '::time::0.237339019775') ('::Step::9,10580', '::total_loss::79147.49', '::time::0.236726045609') ('::Step::9,10581', '::total_loss::15524.831', '::time::0.238878011703') ('::Step::9,10582', '::total_loss::21033.553', '::time::0.237198829651') ERROR
Try printing out the error specifically by changing the exception code to: except Exception as e: print("ERROR:: " + str(e))