ImportError: cannot import name ‘SummaryWriter‘ from partially initialized module ‘torch.utils.tenso

ImportError: cannot import name 'SummaryWriter' from partially initialized module 'torch.utils.tensorboard' (most likely due to a circular import)

The reason for this is that the file you named is duplicate with the system file. Remember to check it and try to avoid duplication with the system name, otherwise it is easy to make mistakes when importing the package

Read More: