temporal-fields icon indicating copy to clipboard operation
temporal-fields copied to clipboard

In Pytorch style code,can not find Markov model

Open SceneRec opened this issue 5 years ago • 1 comments

Hi, Gunnar! I have a question, In simplified PyTorch model, I can not find code of Markov. Please guide me to find Markov code.

SceneRec avatar Dec 23 '20 14:12 SceneRec

The code for the message passing is here: https://github.com/gsig/temporal-fields/blob/master/pytorch/models/layers/AsyncTFCriterion.py

The rest of the code is just a deep network, the predicts the potentials for this graphical model.

hope that helps, Gunnar

gsig avatar Dec 24 '20 17:12 gsig