Newest Questions

0 votes
1 answer
17 views

I am seeding roles, an admin user, and some starter records in an ASP.NET Core app using EF Core and Identity. I noticed that my sample products, time windows, and reward data only seem to be added ...
PSP Lol's user avatar
Best practices
0 votes
0 replies
8 views

Building a python pipeline ingesting ~50k WebSocket messages/sec. Each message needs to hit PostgreSQL and a live frontend. Two options: Option A — write both in the handler at the same time WS ...
cactus's user avatar
  • 91
-1 votes
0 answers
7 views

I have a question about the hexagonal architecture for a project in expressjs, I have a user module and a training module, which are two separate entities, and in the db I have a training_user ...
ali solorzano's user avatar
0 votes
0 answers
16 views

I am using Matplotlib in Spyder and I am trying to change the figure size with figsize, but it does not seem to make any visible difference no matter what values I use. For example, even if I change: ...
Hamza Hussian's user avatar
0 votes
0 answers
12 views

I’m working on a project where I create models in Blender and export them as .glb/.gltf for use in a web app. What I’m trying to do is attach some custom data to objects in Blender — things like type, ...
Samudith Tharindaka's user avatar
Advice
0 votes
0 replies
28 views

I wanna build a plagiarism checker and AI detector for my review papers and all, I really don't know where do I take the datasets from, also what kinds of datasets can i use, can someone tell me from ...
Meera's user avatar
  • 1
Advice
0 votes
3 replies
35 views

So I just gave an online assessment round for an intern position which required me to solve a DSA question. I am pretty sure I solved the question using the function correctly but the main function ...
Aman Singh's user avatar
-1 votes
0 answers
17 views

I am trying to customize the Password Reset email template in the Firebase Console (Authentication > Templates). However, whenever I try to save changes, I get an error popup: "An error ...
Dart Talon's user avatar
-1 votes
0 answers
36 views

I need to enable debugging in VS Code to debug a Python file but, due to the specific nature of my .py file, I need to do this not from the project directory, but from a directory one level above my ...
Lerck's user avatar
  • 23
Advice
0 votes
4 replies
39 views

This is a straightforward question I am asking to understand better how things work in real life. What are the actual reasons why we may get values '-999' and '?' in datasets or inputs for a model ...
Sasani Perera's user avatar
0 votes
0 answers
19 views

We have a job that performs a full reindex of all our indices (30) every day, with the following flow for each index: Copy reference index x settings to x_tmp Perform 5 parallel calls to the ...
Sampgun's user avatar
  • 3,057
1 vote
2 answers
62 views

I am trying to solve an exercise but I keep hitting an error with my last toString() which I cannot seem to know what 's the problem with #include <iostream> using namespace std; class Shape { ...
Georges_ABG's user avatar
0 votes
0 answers
25 views

Problem I pretrain DeGCN on NTU RGB+D 60 (cross-subject, 83.3% top-1) then fine-tune on UCF101. Fine-tuning reaches only 58.76%, while training from scratch on UCF101 reaches ~80%. I expected at least ...
SILA's user avatar
  • 116
0 votes
0 answers
26 views

About running 2 commands at once, for example to run 2 console programs with 1 single command, in PowerShell, one way to do this is with a command in the next format, just by adding ; between each of ...
codev's user avatar
  • 42
0 votes
0 answers
39 views

Trying to educate myself from a sample Android app in Android Studio, I have found an ArrayList<String>. In the debugging mode, the value(s) of this array is as below (using the view tool of the ...
Dimitrios Georgiadis's user avatar

15 30 50 per page
1
2 3 4 5
1610762