Skip to content
New issue

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

'TrainingPlot' object has no attribute 'updateCost' #150

Open
311292 opened this issue Jan 20, 2022 · 2 comments
Open

'TrainingPlot' object has no attribute 'updateCost' #150

311292 opened this issue Jan 20, 2022 · 2 comments

Comments

@311292
Copy link

311292 commented Jan 20, 2022


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'

@311292
Copy link
Author

311292 commented Jan 20, 2022

any one help me please?

@theEngineer47
Copy link

I have the same issue... Any help ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants