I'm trying do create a master sheet for work, as for nom we work in the middle age, copying some data to up to 4 differents documents and I want that to change
I started studying webpack and I can't figure out how to ignore ESM modules (not embed them in a bundle)? Read this, did as written, did not help. ... <!-- i
I am trying to make it so that the user can input the name of another pokemon class so that I can use the attack function. Is there any way I could do this from
I have been tinkering with Tkinter the last couple of days to create a little game. I have searched for how to display text ontop of an image label but there is
I'd like to remove records repeated twice or more times (based on variables: ID, start, drug), but only for some rows. What am I writing wrong? data <- data
I am using Okhttp Dispatcher in my application to send out HTTP2 request to a simulator which is an Reactor Netty HTTPSever . Actually we are doing a PT with 10
I am facing some problems to call python on Matlab. Here is my Matlab code clc;clear; np = py.importlib.import_module('numpy'); torch = py.importlib.import_modu
Unsupported SDK version Error: Unsupported SDK version at Object.checkIfSdkIsSupported (/usr/local/lib/node_modules/expo-cli/src/commands/build/utils.ts:80:11)
I want to create a template for our internal projects. The layout of the project contains a variable amount of sub-folders. I would like to specify the sub-fo
I have tried split the data to train and validation part: train_datagen = tf.keras.preprocessing.image.ImageDataGenerator(validation_split=0.1) train_ds = train