Questions tagged [consumption]
96 questions
0
votes
0 answers
YOLOv5 consuming more CPU than GPU, how to optimize for GPU usage?
I'm currently working on implementing YOLOv5 for object detection using GPUs. However, I've noticed that my system is consuming significantly more CPU resources than GPU resources during inference, which is not what I expected. I believe I have…

Bhupendra Mourya
- 1
- 1
0
votes
0 answers
My GRU Model performance is not working properly
I am trying to create a GRU Model to predict energy consumption. I have a 700k rows for my dataset that was resampled from seconds to per hour and that makes a final data of 720 rows. Upon trying to create the model, I haven't figured out what's…
0
votes
1 answer
Function App deployment succeeds but fails to import packages (python, linux, consumption plan)
Local deployment directly of a function app using vscode succeeds and the function app works, however when trying to build and deploy through Azure Devops, the deployment succeeds but there is an error when importing numpy.
Result: Failure…

David Hunt
- 3
- 1
0
votes
0 answers
Why is there a difference of two orders of magnitude in the GHG intensity of "Production of electricity by solar thermal" in Exiobase "ixi" and "pxp"?
When analysing the M matrix in Exiobase v.3.8.2 for GHG emissions with 2019 as reference year, I realized there is a difference of one orders of magnitude between the "product by product" and the industry by industry" matrices, for the sector of…
0
votes
0 answers
How to query our Azure consumption programmatically?
I am trying to access our Azure Consumption Data programmatically. I did this before, but I want to use the newest libraries: Azure.Identity(1.8.2), Azure.ResourceManager (1.4.0) and Azure.ResourceManager.Consumption (1.0.1).
I am unsure, how to use…

Jan Bahlmann
- 1
- 2
0
votes
0 answers
How to analyze regular Angular memory consumption (not leaks) per component?
We're developing an Angular 13 application with lots of screens (components) and lots of data fields in it. Even with lots of in place editable data fields in paged material tables.
We found, that this (tables with in line editing via…

karldegen
- 113
- 8
0
votes
0 answers
CDS Consumption View - OData Service returns no data
I have created a VDM.viewType #CONSUMPTION view as seen below (Code 1) and a VDM.viewType #BASIC view (Code 2). When I activate it and run it via F8 the data are showing up but when I create an OData service via @OData.publish: true the data are not…
0
votes
1 answer
Capacity Consumption Power BI
I'm trying to come up with a chart visualization like this in power BI:
X axis - time (month);
Y axis - % of consumption and remaining %;
Would it be possible to do?
Also I'm in doubt how can I create a table to represent this goal, was thinking…

chaosKnight
- 21
- 7
0
votes
1 answer
Terraform: Azure Logic Apps plan type Consumption
I'm trying to build a configuration file in Terraform to create a logic app with plan type Consumption (Multi tenant).
I can find for resource "azurerm_logic_app_standard" However, I'm not able to achieve it as there aren't any Terraform resources…
0
votes
1 answer
Azure Consumption Usage Details - throttling
x-ms-ratelimit-remaining-microsoft.consumption-tenant-requests : 12
x-ms-ratelimit-remaining-microsoft.consumption-clientAppId-requests : 60
For Azure Consumption Usage Details there is an API throttling limit of 12 per tenant.
how to increase this…

DAK
- 282
- 1
- 18
0
votes
0 answers
Spark Join Very Slow with high CPU consumption
I am trying to join two dataframes which are read from S3 as parquet files. One of the dataframe is huge with size of 10GB(deserialized size) and the other one is about 1GB(deserialized size). I am just doing a left join based on two columns but the…
0
votes
1 answer
How do I get the Gross Value Added (GVA) of countries/industries from MRIO models?
I want to calculate the Gross Value Added for different countries and industries using multi-regional input-output (MRIO) tables. However, I struggle to find a good explanation of how this is done based on the data available. The definition of the…

Caroline Gebara
- 45
- 1
- 5
0
votes
1 answer
How to estimate methods CPU time in Android?
I know there are a lot of similar-sounding questions here, but I've looked at plenty of them and haven't found a definite answer if what I'd like to do is possible or not.
I have an application that uses OpenCV to process images from the camera in…

johny.bravo
- 77
- 12
0
votes
1 answer
The powerprofile and systrace outputs are not consistent
I'm generating the PowerProflie file and the Systrace file to get the energy consumption of an
Android Application, but I found that the number of cpu cores is different between the two files.
I'm using this command line for Systrace:
command =…

Sarah Fekih
- 3
- 2
0
votes
1 answer
Can't consume asp.net webservice localhost C#
I'm doing a course about webservices in C#, part of the course is set the webservice in IIS localhost, once it is working, I open a new project and create a client, make the reference, it refers correctly, and when I try to consume the method from…

Christian Flores
- 1
- 1