DeepLearningDTU / 02456-deep-learning-with-PyTorch

Exercises and supplementary material for the deep learning course 02456 using PyTorch.
313 stars 455 forks source link

Added validate_args=False in Bernoulli dist (observation_model method) #15

Closed raulorteg closed 2 years ago

raulorteg commented 2 years ago

new Pytorch version now validates the arguments by default, so now we need to add the option validate_args=False