Skip to main content
0 votes
0 answers
7 views

I am experiencing flickering when using QOpenGLWidget with PySide6, even with a minimal setup. Environment: - PySide6 (tested with 6.5 / 6.6) - Python 3.x - OS: Linux / Windows (happens on multiple ...
-1 votes
0 answers
12 views

I am trying to write a JSON string containing an AWS Firewall Manager policy to a JSON file. The JSON string looks like this: { "PolicyName": "ExampleWAFPolicy", "...
0 votes
0 answers
14 views

I'm trying to use the Google ADK LLM agent (gemini-2.5-flash-lite) in a Flask project to check tests and review test content. I'm using InMemoryRunner and InMemorySessionService to run my agents. Here'...
0 votes
0 answers
23 views

I am building a custom Keras layer that consists of a list of sub-layers, but I don’t know ahead of time which layers accept a training argument (e.g., BatchNormalization does, ReLU does not). Here’s ...
-5 votes
0 answers
57 views

I'm trying to create a plugin in Thonny to create a custom exercise mode for my students. They should be able to write the necessary code, run tests and send the results to my own server. This part ...
0 votes
0 answers
38 views

I'm trying to parse output where the records are aligned via variable white space. Here is the output in question: VLAN Table VLAN VLAN Name Type Secure eth0 eth1 eth2 ...
-5 votes
0 answers
59 views

I am using the YouTube Data API v3's Videos.update endpoint to update a video. My intention is to update the video title while leaving all other video information untouched. The documentation notes: ...
0 votes
0 answers
83 views

Problem I'm training three different CNN architectures (VGG16, ResNet50, DenseNet121) on the same medical imaging dataset, but all three models are producing identical metrics (same accuracy, F1, AUC ...
4 votes
0 answers
132 views

As part of my application, I want to use QWebEngineView to display the contents of a local markdown file as an HTML page. Local files will end in '.md'. In Qt version 6.9 I wrote the following code to ...
0 votes
0 answers
61 views

I have Python script using Python binding lz4 of the original lz4: import lz4.frame import shutil input_file = r"E:\Personal Projects\tmp\chunk_0.ndjson" output_file = r"E:\Personal ...
0 votes
0 answers
42 views

passing the payload below mentioned to the api https://www.zohoapis.com/books/v3/vendorcredits?organization_id=10234695 and getting error as Status Code: 400 Response: {'code': 37034, 'message': '...
0 votes
0 answers
14 views

I am using LightningChart Python and I am drawing a “body map” using a background image and multiple point-series markers that use custom images for chest, ankle and arm icons. The background image ...
2 votes
0 answers
33 views

I’m implementing a 3D U-Net in TensorFlow/Keras. I have a custom Encoder layer which takes a basic_module argument. This argument is a class that inherits from keras.layers.Layer (e.g., DoubleConv or ...
1 vote
0 answers
15 views

I’m encountering unexpected behavior when using query_iterator in Milvus 2.5.8 (standalone mode) with an INT64 primary key at its boundary values. My collection schema is simple: Primary key: INT64 ...
0 votes
0 answers
12 views

I am working with Keras 3 and have two custom layers: SingleConv and DoubleConv. Both are registered using @keras.saving.register_keras_serializable. DoubleConv does not take a layer instance as an ...

15 30 50 per page
1
2 3 4 5
10