_ResourceSummaryWriter object has no attribute add_graph
The error message suggests that the '_ResourceSummaryWriter' object does not have an attribute called 'add_graph'. This means that you are trying to call the 'add_graph' method on an object of type '_ResourceSummaryWriter', but this method does not exist in that class.
To resolve this issue, you can check the documentation or source code of the '_ResourceSummaryWriter' class to see if it has a different method for adding a graph. If not, you may need to use a different class or approach to add a graph to your resource summary
原文地址: https://www.cveoy.top/t/topic/h001 著作权归作者所有。请勿转载和采集!