I'm trying to use a modified version of this custom loss and I'm getting the error below InvalidArgumentError: The second input must be a scalar, but it has sh
I'm trying to consume events that are published to a Azure event hub hosted by a third party, the service that consumes these events is an AWS based architectur
While developing node api, I have a problem when building a production bundle with webpack. In webpack config, if mode is set to 'development', everything works
I use ASP.NET Core 3.1 I want my API to return some data which I format as JSON. For some reason one sub-object that I want to return is a class instance, with
select a.NAME from tableA a left outer join tableB b on a.id = b.xxx_id where a.is_deleted = false group by a.Name having count(b.id) = 0; Using the above cod
I want to change the height of the datepicker and I have tried a lot of methods from sx to box style and none of them worked. I am wrapping it in a Box componen
I'm using someone else's code base and in one spot (early on in execution), the tensorflow seed is set via tf.random.set_seed(seed), where seed is provided via
I would like to have a query to retrieve the Size and Color that are assigned to Combinations. So far with the following MySQL query, I could manage to retrieve
.ts file code I am trying to take input from the users (name, submission date, semester and message) save it in an array then print multiple entries with all th