All Questions

Filter by
Sorted by
Tagged with
0
votes
0answers
2 views

Adam Optimizer tf.train.AdamOptimizer Loss Value Gets Bigger

I notice when I change my iteration size, for example going from 20 to 200 runs of Adam optimizer, the initial loss value--the loss value at iteration 0 goes up. For example when I run Adam 20 times, ...
0
votes
0answers
2 views

Airport Data Grabber with Selenium doesn't work

i try to grab data from the page https://www.mdf-ag.com/reisende-und-besucher/flughafen-leipzig-halle/fluege/ankuenfte-abfluege There are two directions: arrivals (default selection) and depature. For ...
0
votes
0answers
2 views

EF Core 3.0 : Multiple navigation properties in an entity

Here are the 2 entities I have defined and I am using EF Core 3.0. Whenever I try to create a new migration, I keep getting an error saying can not have the same navigation property in multiple ...
0
votes
0answers
4 views

Does Dapper support CosmosDB

Can any help me to know with some sample examples regarding Dapper support for CosmosDB for asp.net core 3.1 based REST API? Any reference example will help me a lot.
0
votes
0answers
3 views

Is there any way to write h264 encoded video stream in a matroska file with gstreamer?

I have to get a processed video from gstreamer pipe, compress it based on h264 or h265 alg. and then write it to storage. There are some problems in this project that must be handled: Saved video ...
0
votes
0answers
9 views

How can i add elements that are in strings inside a list?

I am a beginner in Python. I would like to know if there is a way to sum string numbers inside a list. For example, see the following list: list = ['2,1,4','3,4,1','70,20'] There are three string ...
0
votes
0answers
5 views

not able to push my local commits after recreating the delete branch in Git

I have had a remote and local branch called edit-event, somebody by mistake deleted edit-event branch on Github, then I created a new branch with same name on Github, I ran git fetch on my local to ...
-1
votes
0answers
4 views

How can I add a price filter in my wordpress homepage?

I want a price filter in my wordpress homepage. www.arichoit.com/estore this is the link. I want a price filter añd latest product features instead of slider section. Please help me
0
votes
0answers
4 views

Time formatting: how to write a While loop that operates for a whole minute?

I have written the following function: iterations_per_minute = function() { Sys.setenv(TZ='GMT+5') ## This line is optional; it just sets my timezone final_instant = as.numeric(...
0
votes
0answers
3 views

How do I access a file from Google drive with already provided credentials?

I have been provided a file ID, Client ID, API key and Test app. How would I go about accessing the file? Is there an easy way to access this or do I need to write a code for this?
0
votes
0answers
3 views

How to change thumbnails of a video file with python?

I would like to write a script that will change an autogenerated thumbnails with a specific .jpg file that I already have. So far, I cant find any library that can help me do with Python. I would ...
0
votes
0answers
7 views

How to better randomize method calls in Java (without repeating similar lines)?

I have this file as an example of a Pet app for Android that showcases profiles of cats or dogs (courtesy of a Udemy course). this is the base file: package com.delta.generics; import android.app....
0
votes
0answers
4 views

Not able to set the GOOGLE_APPLICATION_CREDENTIALS environment variable for Google.Cloud.Translation in xamarin forms

I'm trying to use Google.Cloud.Translation for the translation of text in xamarin forms. I enabled the API. Created a json file from the Service account. Followed the step in the following url https://...
0
votes
1answer
6 views

Spark parallelization on an array of dataset

Environment: Scala,spark,structured streaming If i have an array of datasets in Scala Array(Dataset[Row]) which im interested in processing in parallel using a function that processes a Dataset[Row] ...
0
votes
0answers
7 views

Hibernate detached entity i believe

I am kinda beginner when it comes to hibernate, but i have been dealing with a problem for several hours, and i need your help. I have an application that manages articles, and each article is written ...

15 30 50 per page
1
2 3 4 5
1325659