You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting an error everytime I want to generate the graph into the pdf file:
File "C:\Users\ngenne\Desktop\PRIVE-Deep-Learning\NIH\chest-xray\convnet_drawer\matplotlib_util.py", line 10, in save_model_to_file
plt.xlim(model.x, model.x + model.width)
AttributeError: 'Sequential' object has no attribute 'x'
Hi there,
I'm getting an error everytime I want to generate the graph into the pdf file:
Below my code:
Do you have a trick for me?
The text was updated successfully, but these errors were encountered: