python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to use Hikari pool connection in spark dataset jdbc
Is there any way to read database oracle with spark implementing a pool of connection with hikari datasource?
I'm using java
// How to execute the query below using a pool of connection?
Dataset&l...

Dilermando Lima
Votes: 0
Answers: 0
ValueError: Cannot iterate over a shape with unknown rank
I want to train an autoencoder on mp3 songs. Given the size of the dataset, it would be better if only part of the dataset is in memory at any given time.
What I tried
is using tfio and tf.data.Datase...

Jona Scholz
Votes: 0
Answers: 1
how can i add multi GPU to huggingface models?
test_dataset = load_dataset("scientific_papers", DATASET_NAME, split="test", cache_dir=CACHE_DIR)
tokenizer = AutoTokenizer.from_pretrained(MODEL_ID)
model = BigBirdPegasusForCondi...

atreides
Votes: 0
Answers: 1
Fuzzy matching Countries in R
for an assignment I have to use fuzzy matching in R to merge two different datasets that both had a "Country" column. The first dataset is from Kaggle(Countries dataset) while the other is f...
Berkay Sunal
Votes: 0
Answers: 0