Skip to main content
0 votes
0 answers
20 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 ...
Ahmed's user avatar
  • 127
0 votes
0 answers
37 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 ...
mansmokes's user avatar
-3 votes
1 answer
49 views

I have a python project with this structure: Project-Root/ |-- script.py |-- utils/ | |-- utils.py | |-- init.py My script.py looks like this - I import logging, setup an output file, import a ...
Ev09's user avatar
  • 25
-4 votes
0 answers
70 views

I am currently trying to create a program to generate random one time use keys for fun, and am currently writing the code to generate random indices. However, I keep getting this error when trying to ...
Nolan Xie's user avatar
-4 votes
0 answers
56 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: ...
Stevoisiak's user avatar
  • 27.9k
1 vote
1 answer
55 views

I've written this LibreOffice Python macro, that prints (in ASPO terminal) the inner code of each "formula" (i.e. LibreOffice Math element included in LibreOffice Writer content) of my ...
jmg74's user avatar
  • 11
-3 votes
1 answer
48 views

I have a survey app that works fine as a standalone app with no complaints (using sqlite). But when I incorporate the survey app into another that is using postgres as a database, it fails to run the ...
miller the gorilla's user avatar
1 vote
1 answer
25 views

I have a survey app that works fine as a standalone app with no complaints (using sqlite). But when I incorporate the survey app into another that is using postgres as a database, it fails to run the ...
miller the gorilla's user avatar
0 votes
0 answers
59 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 ...
Akira's user avatar
  • 2,918
-5 votes
0 answers
56 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 ...
Brecht Decuyper's user avatar
-1 votes
1 answer
42 views

I'm coding a classification model using OVR for the MNIST dataset, and then asking users to input images, which the model then predicts the class of. The model accuracy itself (on training and test ...
Onyx's user avatar
  • 1
1 vote
2 answers
94 views

I have a dataset with a column of groups, dates, day of the week and some data columns. For each date in each group, I want to work out the same day average from the last 3 weeks. I've been scratching ...
Emi OB's user avatar
  • 3,405
0 votes
1 answer
64 views

I’m developing a generative AI service using a large language model for text generation. During local testing and production runs, I noticed that inference results are not deterministic even when ...
Colin Leede's user avatar
0 votes
0 answers
38 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': '...
SANKET MANE's user avatar
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 ...
pyprogdevlopper's user avatar

15 30 50 per page
1
2 3 4 5
147263