Skip to content

Commit 7f9c382

Browse files
committed
rm redundant comments
1 parent cf2e674 commit 7f9c382

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/flows/neuralspline.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ function NeuralSplineCoupling(
2727
# output dim of the NN
2828
output_dims = (3K - 1)*num_of_transformed_dims
2929
# one big mlp that outputs all the knots and derivatives for all the transformed dimensions
30-
# todo: ensure type stability
3130
nn = fnn(input_dims, hdims, output_dims; output_activation=nothing, paramtype=paramtype)
3231

3332
mask = Bijectors.PartitionMask(dim, mask_idx)

0 commit comments

Comments
 (0)