-
Supporting composite models with grouped nodes.
-
As I understand it, the warning p_waic > 0.4 is there to highlight when the model is over-parameterized, in the sense of approaching one degree of freedom per data point.
My question is whether this …
-
Hi,
is there a way to visualize the activation grid for a custom model with nested modules, which are not explicitely named as a model's attribute?
E.g. when I call get_model_layers(), you can see t…
-
**Problem Overview**
When using the ```merged_model = BERTopic.merge_models([topic_model_1, topic_model_2])``` command the produced merged topic model cannot be visualised as a hierarchical topic mod…
-
How do I map the result labels predicted by the model to the STEP model for visualization?
The shape of logits is 704, what does 704 represent?
The events I run are:https://www.sciencedirect.com/s…
-
# Ongoing Issue to Decide on a Schema
What is needed
- Consistency - Format should be consistent, and easy to use.
- Readable - Everyone knows what each field means
- Specificity - Fields are en…
-
The MTK modeling process seems to be as follows:
[@structural_parameters](https://docs.sciml.ai/ModelingToolkit/stable/basics/MTKModel_Connector/#Conditional-elements-of-the-system) determine the mo…
-
### Is your feature request related to a problem?
I'm currently using StrawberryShake to retrieve data from a GraphQL endpoint, than map it to another object model, serialize it to XML to provide it …
-
When using the Triplet loss - we try to minimize the distance between each pair `(a_1, p_1)` while maximizing the distance between `(a_1,p_j), j!=1`.
I'm trying to solve the following; for given se…
-
Hi. Great work. I was wondering when the code for the Lookahead VLN Mode will be released? Thanks.