MVAE icon indicating copy to clipboard operation
MVAE copied to clipboard

Version problem

Open EKiritsugu opened this issue 2 years ago • 0 comments

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

EKiritsugu avatar Aug 23 '22 14:08 EKiritsugu