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
self.e('', '', "If you would like to load the mask, open the settings and change the GPU size field to {gpu_size}GB and the maximum visualisation size to {vis_size} GB.\
5756
-
Then reload the session.".format(gpu_size=self.config['gpu_size'], vis_size=self.config['vis_size']))
5741
+
self.e('', '', "If you would like to load the mask, open the settings and change the maximum visualisation size to {vis_size} GB.\
5742
+
Then reload the session.".format(vis_size=self.config['vis_size']))
5757
5743
error_title="LOAD ERROR"
5758
5744
error_text='This session was saved with a different level of downsampling. This means the mask could not be loaded.'
0 commit comments