Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
11 views

I have a number of graphs in NetworkX, obtained by microscopic images by NEFI https://nefi.mpi-inf.mpg.de/. Since they're from real images, the graphs nodes are always slightly displaced from one ...
alessandro's user avatar
  • 4,014
0 votes
1 answer
21 views

I made a "gauge" image using the following code: taux = 91 # Plot fig, ax = plt.subplots(figsize=(7.5,5), subplot_kw=dict(polar=True)) ax.set_theta_zero_location("W") ...
YamiOmar88's user avatar
  • 1,486
0 votes
0 answers
14 views

My basic question is how do I get my Run play button, AKA this: just-a-play-button (this is on my newest project) To become Run and Debug button, AKA this: play-button-with-bug (this is on my previous ...
Dimitrije Rajčić's user avatar
0 votes
1 answer
17 views

I won’t to automatically detect a trend in time series data. The data is noisy but stationary and univariate. I have old data and I am getting continuously new data that has to be analysed. The ...
Markus's user avatar
  • 1
0 votes
0 answers
22 views

I’m having an issue with MobileNetV3 image embeddings: I compute embeddings for original images in Python and store them in a database. On Android Kotlin, when a user uploads an image, I also compute ...
SssTwins's user avatar
0 votes
0 answers
30 views

I have two spark scripts, first as a bronze script need to data form kafka topics each topic have ads platform data ( tiktok_insights, meta_insights, google_insights ). Structure are same, ( id, ...
Kuldeep KV's user avatar
-1 votes
0 answers
33 views

I'm trying to get this function to return False if the file size is 0 (file is empty) or True if filesize is greater than 0 (file is not empty) but it always returns True. What am I doing wrong here? ...
bob_the_bob's user avatar
0 votes
0 answers
23 views

I tried to run the following minimal working example using pyvistaqt on MacBook Pro M4 Pro with macOS Sequoia 15.6 from pyvistaqt import BackgroundPlotter import pyvista as pv import os os.environ[&...
Alex's user avatar
  • 31
1 vote
0 answers
22 views

# Does LoopAgent return control to parent after escalate in Google ADK? I'm using Google ADK with this structure: root_agent (LlmAgent) └── loop (LoopAgent) ├── generator ├── critic └── status_checker ...
Pai LI CN's user avatar
1 vote
0 answers
57 views

I would like to implement continuous wavelet transform (CWT) using JAX. According to ChatGPT, it is in practice computed by performing a discrete convolution with a sampled wavelet function at ...
W. Zhu's user avatar
  • 845
-4 votes
0 answers
25 views

In my code pasted below, I try to save the new level status(what level the player is on) in stats.txt. When I read the text file after saving it in the code, the file has the correct value. But when I ...
Grant Stapley's user avatar
-4 votes
1 answer
122 views

In my code pasted below, I try to save the new level status(what level the player is on) in stats.txt. When I read the text file after saving it in the code, the file has the correct value. But when I ...
Grant Stapley's user avatar
-1 votes
0 answers
86 views

I am a beginner learning topological sort in Python. I implemented a simple version of Kahn’s algorithm using a dictionary to represent a DAG and a function to perform the sort. The code runs without ...
Joe root's user avatar
0 votes
1 answer
56 views

Using GEval with a rubric defined on a 0–10 integer scale. However, metric.score always returns a float between 0 and 1. Docs say all DeepEval metrics return normalized scores, but this is confusing ...
Swetha T's user avatar
-3 votes
1 answer
75 views

class Answer: def __init__(self, n): self.n = n def factorial(self): # n = self if isinstance(self, str): pass else: factVal = 1 ...
logan k's user avatar

15 30 50 per page
1
2 3 4 5
147276