We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError Traceback (most recent call last) ~\AppData\Local\Temp/ipykernel_8152/2155200203.py in 10 # Plotting cost 11 tmpCost = cost.eval(feed_dict={x: trainBatch, y_: labelBatch, keep_prob: 1.0}) ---> 12 trainPlot.updateCost(tmpCost, i // COST_ITER) 13 14 if i%TEST_ITER == 0:
AttributeError: 'TrainingPlot' object has no attribute 'updateCost'
The text was updated successfully, but these errors were encountered:
any one help me please?
Sorry, something went wrong.
I have the same issue... Any help ?
No branches or pull requests
AttributeError Traceback (most recent call last)
~\AppData\Local\Temp/ipykernel_8152/2155200203.py in
10 # Plotting cost
11 tmpCost = cost.eval(feed_dict={x: trainBatch, y_: labelBatch, keep_prob: 1.0})
---> 12 trainPlot.updateCost(tmpCost, i // COST_ITER)
13
14 if i%TEST_ITER == 0:
AttributeError: 'TrainingPlot' object has no attribute 'updateCost'
The text was updated successfully, but these errors were encountered: