Replies: 2 comments 4 replies
-
Hello, is there a simple way to estimate a ck-test for an msm WITHOUT doing it in the space of "meta-stable sets"? i.e I want to see what my ck tests looks like from the initial clustering/discrete trajectory with the SAME indices. By default, I get ck-tests re-indexed by meta-stable set even if number of metastable states == number of initial states unless I manually set meta-stable assignment probabilities equal to the Identity matrix. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Another question: Can I use the deeptime.utils.data.Trajectorydataset class to make a time lagged trajectory dataset which has multiple inputs to the network at each time-step. To elaborate a bit more.. I have built a mixed input nn module with torch that takes a matrix and two vectors of data at each iteration, running the matrix through conv layers and vectorized data through linear layers before concatenating the outputs and eventually spitting out a softmax distribution over the markov states (skipping over many details, here). Is there a data structure that I can use to hold multiple tenors per time-step that will work with deeptime.utils.data.Trajectorydataset? I have accomplished this by squeezing all of the data into a 4 dimensional tensor and then slicing each vector/matrix out of the input in the forward method but this does not scale well and makes for odd looking code. |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions