All models running.
This commit is contained in:
@ -62,7 +62,7 @@ def load_and_predict(path_like_element):
|
||||
plot.savefig(os.path.join(os.path.dirname(path_like_element), f'latent_space_{idx}.png'))
|
||||
|
||||
|
||||
def viz_latent(prediction, title=f'Latent Space '):
|
||||
def viz_latent(prediction):
|
||||
if prediction.shape[-1] <= 1:
|
||||
raise ValueError('How did this happen?')
|
||||
elif prediction.shape[-1] == 2:
|
||||
|
Reference in New Issue
Block a user