Skip to main content

Questions tagged [model]

Part of the MVC pattern, the Model manages the behaviour and data of the application.

1 vote
0 answers
17 views

Error Instantiating EmbeddingModel with ONNX Model intfloat/multilingual-e5-large

I am encountering an error while trying to instantiate the EmbeddingModel using the ONNX model intfloat/multilingual-e5-large. The error message is as follows: Failed to instantiate [org....
Zakaria Hd's user avatar
0 votes
0 answers
20 views

can't assign docs of nested query firebase collection to a List<class>

I'm have been trying to get all data of collection a and subcollection b and insert them into a List of model to use that list later to show data in a ListView builder , problems are: 1- I can't get ...
fyry J4's user avatar
0 votes
0 answers
35 views

How to assign a value to the model property of a QML ListView instance in C++

While developing a dynamic layout, I had to implement ListView from qml file as QQuickItem instance in a C++ class, but there was a problem with assigning a value (inherited instance of ...
Artur Mangus's user avatar
0 votes
1 answer
19 views

ImportError: DLL load failed while importing _cext: Le module spécifié est introuvable

I write this import matplotlib.pyplot as plt x = [1, 2, 3, 4] y = [10, 20, 25, 30] plt.plot(x, y) plt.xlabel('X-axis') plt.ylabel('Y-axis') plt.title('Simple Plot') plt.show() But an issue has ...
PC Imane's user avatar
0 votes
0 answers
33 views

Laravel: How to insert entries into a specific table [duplicate]

There is an issue with inserting entries into a specific table. Usual methodology (model) Creation of an table (portfolio_item) <?php use Illuminate\Database\Migrations\Migration; use Illuminate\...
Roman_Coding's user avatar
0 votes
0 answers
21 views

I want to reference a mongodb subdocumnent with a subdocument in the same array. I do not want to store categories in a separate document

I want to reference a mongodb subdocumnent with a subdocument in the same array. I do not want to store categories in a separate document. const CategorySchema = new Schema( { name: { ...
gichuru's user avatar
  • 31
-1 votes
0 answers
13 views

About time series data prediction model dataset using lstm model

I have average traffic volume data by year for 1400 locations, and I have data from 2008 to 2022. At this time, in order to conduct time series analysis and create a prediction model, we are planning ...
최강록's user avatar
0 votes
0 answers
22 views

How can I let PSSE find my user defined model?

I writed a user defined model of machine's exciter and have created a dll of it. I loaded the dll into model library but I can't find my model in model selection of machine's exciter in dyr.I also ...
memo's user avatar
  • 11
0 votes
2 answers
38 views

dj-rest-auth and django allauth email addresses model

When I try to delete a user already registered from the db i get this : update or delete on table "users_user" violates foreign key constraint "...
Firas Ben said's user avatar
-1 votes
0 answers
7 views

CREATE TABLE `your_project.your_dataset.relationship_model` ( from_node STRING, to_node STRING, relationship STRING );

CREATE TABLE `your_project.your_dataset.relationship_model` ( from_node STRING, to_node STRING, relationship STRING ); INSERT INTO `your_project.your_dataset.relationship_model` (...
Vuyisa Jobo's user avatar
0 votes
1 answer
46 views

Model method not recognizing parameters

I'm building a rails app where users can search through "Playlists", which is an object containing a title, image, and tracks. I've defined a search method in the Playlist model that takes ...
Jillian Hoenig's user avatar
0 votes
2 answers
73 views

Model VS Active record in ROR

Can somebody please explain me the difference between model and active record in simple words ? Is active model and model same ? PS: Knowledge regarding these topics will be appreciated. I am newbie ...
Anuja Sharma's user avatar
0 votes
0 answers
22 views

Problem with factors with a linear model lmer

I have a problem with a linear lmer model. Indeed, I have several factors that interest me and I want to see if they have an impact on my data. I have 6 of them and for 4 of them, I have no worries. ...
Jules Brochon's user avatar
-1 votes
0 answers
28 views

I transfer a torch model to onnx with dynamic input size, but when i infer onnx model by cpp onnxruntime sdk, it make an error

onnxruntime.capi.onnxruntime_pybind11_state.RuntimeException: [ONNXRuntimeError] : 6 : RUNTIME_EXCEPTION : Non-zero status code returned while running Mul node. Name:'/encoders0/encoders0.0/self_attn/...
weiyang hu's user avatar
-1 votes
0 answers
11 views

How to Fine-Tune an LLM for Real-Time Interaction with Unity Game Engine?

I want to fine-tune the most basic simple model with some physics textbook PDFs to provide information regarding physics and chemistry topics to students as a virtual assistant in the Unity game ...
Syrus_X's user avatar

15 30 50 per page
1
2 3 4 5
1275