Maybe you were looking for...

Query's using name parameters

Trying to learn, copying code from different examples, I write the program: import sqlite3, datetime test_data = [ {"fpath": "path/to/file/one.dat","n_me

Applying attention layers to VGG16

Can anyone help me with the code to apply Position attention Module and Channel attention module on convolutional layer of VGG16 or ResNet50 or Densenet121.

Changing the color of frame background repeatedly

So i want my methods to change the background color of my Frame every like 0.2 seconds and i tried a lot of diferent things like new methods and Threat sleep/wa

Tailwind CSS install does not work on M1 Mac

I can't install Tailwind CSS on my MacBook Pro M1, 2020. Whenever I try to install it with npm install tailwindcss@latest I get : npm WARN EBADENGINE Unsuppo

Apostrophe Appearing as "'" in Title Tab of Rails App

Apostrophes are appearing as "'" in the title tabs of my Rails application. Everywhere else the apostrophes appear correctly. How may I correct this issue? Tha

Can't import a class in java. Code refuses to believe it exists

Okay so I made code that wants to find the area of a circle, triangle and square. There are two java files in my package folder, Mung. For some reason I keep g

Save first few lines from files to cvs that are located in different directories

my problem is that I need to read specific lines from a large number of text files from different folders and save them in one CSV file per author of files, fol