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
As in the requirements.txt, the program need to run in a enivrenment with tensorflow>=1.14.0 and tensorboard>=1.14.0.
But the program requires to from torch.utils.tensorboard import SummaryWriter, which requires tensorboard after 1.15.0.
Maybe we need to check and modify the requirements
The text was updated successfully, but these errors were encountered:
As in the requirements.txt, the program need to run in a enivrenment with tensorflow>=1.14.0 and tensorboard>=1.14.0.
But the program requires to from torch.utils.tensorboard import SummaryWriter, which requires tensorboard after 1.15.0.
Maybe we need to check and modify the requirements
The text was updated successfully, but these errors were encountered: