Skip to content

Commit

Permalink
Option to normalize latent interpolation images (Lightning-Universe#438)
Browse files Browse the repository at this point in the history
* add option to normalize latent interpolation images

* linspace

* update

Co-authored-by: ananyahjha93 <[email protected]>
  • Loading branch information
2 people authored and chris-clem committed Dec 17, 2020
1 parent 141a7d3 commit ce4db83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pl_bolts/callbacks/variational.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import math
import numpy as np

import numpy as np
import torch
Expand Down

0 comments on commit ce4db83

Please sign in to comment.