Newest Questions

Filter by
Sorted by
Tagged with
Advice
0 votes
1 replies
10 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
9 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,049
0 votes
2 answers
18 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
11 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
  • 108
0 votes
0 answers
10 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
21 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
0 votes
0 answers
10 views

I am trying to make a CSS selector to match elements with a class that starts with ai-. So for example, I would want to match items with ai-images or ai-videos, but not kizuna-ai-images or samurai-...
Stevoisiak's user avatar
  • 28.2k
0 votes
1 answer
12 views

I'm trying to display a PDF file inline in the browser using Laravel, but instead of showing the file, the browser downloads it. Here is my code: return Storage::disk('public')->response( $path,...
Pooria Sadeghy's user avatar
Tooling
0 votes
0 replies
13 views

I posted to this topic because this is a setup question rather than troubleshooting code. I'm working on a personal project in C# and I want to integrate Google Calendar. Part of my project is to ...
USMC6072's user avatar
  • 840
0 votes
0 answers
11 views

I have built simple CMAKE-project (Ninja generator) in Visual Studio 2022, consisting of 2 exe-files: Server.exe and Client.exe. CMAKELISTS contains the following code to build them: add_executable (...
LUN's user avatar
  • 359
0 votes
0 answers
17 views

I'm using celery with django to run some task that runs multiple threads querying the database. The example below is a simplified version of the original one in a larger project, but the logic and ...
user31749517's user avatar
0 votes
0 answers
11 views

I have a class which helps with testing dual INSERTs due race conditions. This definitely needs good explanation so I turned to Mermaid: flowchart TD A(Process start) --> B(Acquire target lock) ...
chx's user avatar
  • 11.9k
0 votes
0 answers
12 views

I'm having a problem with connecting to my ESP32S dev board using Thonny. When I connect to the board using the board's USB-to-serial port, I get a whole lot of rubbish output (as shown in the below ...
Agi Hammerthief's user avatar
0 votes
1 answer
19 views

I'm processing a large pandas DataFrame (500k rows) where each row requires an HTTP request. I switched from requests to aiohttp + asyncio expecting a significant speedup, but the async version runs ...
Джон Сноу's user avatar
-1 votes
0 answers
33 views

I have an HTML file which has some style. If loaded in browser, e.g. Edge, it looks OK. Now I want to send the rendered HTML as an email using Gmail. What I will do is: Copy the rendered page from ...
urlreader's user avatar
  • 6,693

15 30 50 per page
1
2 3 4 5
1610762