Skip to content

Commit

Permalink
#2
Browse files Browse the repository at this point in the history
for #2
  • Loading branch information
wassname authored Oct 26, 2020
1 parent af431a2 commit 016272a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neural_processes/models/neural_process/model.py
Original file line number Diff line number Diff line change
@@ -210,7 +210,7 @@ def __init__(self,
n_latent_encoder_layers=2,
n_det_encoder_layers=2, # number of deterministic encoder layers
n_decoder_layers=2,
use_deterministic_path=False,
use_deterministic_path=True,
min_std=0.01, # To avoid collapse use a minimum standard deviation, should be much smaller than variation in labels
dropout=0,
use_self_attn=False,

0 comments on commit 016272a

Please sign in to comment.