8 questions from the last 30 days
0
votes
0
answers
71
views
I am getting sporadic crashes since updating Swift ModelContainer
I have some models in my app:
[SDPlanBrief.self, SDAirport.self, SDChart.self, SDIndividualRunwayAirport.self, SDLocationBrief.self]
SDLocationBrief has a @Relationship with SDChart
When I went live ...
0
votes
2
answers
47
views
MODEL clause in Oracle not returning correct data
I have a Table "TABLE1" with the below sample data:
ROW_NO
UNIQUEIDENTIFIER
EFFECTIVEDATE
ACTIVITYID
AMT
CALCAMT
1
AAA
5/10/2020
100
100
0
2
AAA
6/10/2020
100
20
0
3
AAA
8/17/2020
111
50
0
1
...
0
votes
0
answers
38
views
How to train tensorFlow AI model for Android in .task format
I am trying to retrain MediaPipe Gusture Recognition model with new dataset. But I am not able to install MediaPipe Model Maker and tflite-support libraries in any of work environments like colab, my ...
0
votes
1
answer
28
views
Results of Questionnaire to be downloaded as a spreadsheet
So i have this Model namely Questionnaire in models.py file of a Django project
class Questionnaire(models.Model):
title = models.CharField(max_length=200)
description = models.TextField(blank=...
0
votes
0
answers
31
views
Codeigniter 4.6 Connect model in controller
I have started programming again for a long time. Now I have downloaded CI4 and wanted to get started. But I just can't get it to load the data from the database in the model into the controller and ...
0
votes
0
answers
12
views
How do I get the typed raw attributes of a Sequelize model that's a property of another model that is optional?
I have a Sequelize model that has a property that is also a model. In this case, Category has a property ParentCategory that is an optional model of Category. When I get the "non model" ...
0
votes
0
answers
25
views
How to handle very long prompts in language models, especially for complex business scenarios?
I'm working on a complex business scenario that requires me to craft detailed prompts for a model to process. The challenge I'm facing is that these prompts are extremely long, and due to certain ...
0
votes
0
answers
14
views
Validation Accuracy stuck between 0.5-0.6
I am currently working on a custom VGG model for Breast Cancer Classification using mammography images. It has excellent accuracy for training images but the validation accuracy is stuck at 0.5-0.6. ...