160
Points
Questions
30
Answers
35
-
- 433 views
- 1 answers
- 0 votes
-
So currently I have this code which will pad a BxNxNxC tensor to a BxNxNx(C+P)tensor, where B is batch size, …
- 0 views
- 1 answers
- 0 votes
-
I am trying to reproduce this R code in python using rpy2: library(gamlss) library(gamlss.dist) library(gamlss.add) x <- c(37.50,46.79,48.30,46.04,43.40,39.25,38.49,49.51,40.38,36.98,40.00, 38.49,37.74,47.92,44.53,44.91,44.91,40.00,41.51,47.92,36.98,43.40, 42.26,41.89,38.87,43.02,39.25,40.38,42.64,36.98,44.15,44.91,43.40, …
- 353 views
- 0 answers
- 0 votes
-
I have few tkk.CheckButton and ttk.Entry and want it’s values, which the users enters there, to be saved after he/she …
- 341 views
- 1 answers
- 0 votes
-
I have attached my data file, when I try and import it into a pandas dataframe, I get the following …
- 0 views
- 1 answers
- 0 votes
-
I’m new in coding and currently creating a website that supports English and Russian languages. I want to change between …
- 399 views
- 1 answers
- 0 votes
-
I am working on making dropdown in bootstrap. When I click on dropdown that is not getting expanded. Looks like …
- 365 views
- 2 answers
- 0 votes
-
When I get the value of a custom CSS property, the getPropertyValue method returns a DOMString that includes the whitespace …
- 388 views
- 1 answers
- 0 votes
-
This question already has answers here: Why does z-index not work? (4 answers) Closed 8 days ago. Is there any …
- 391 views
- 3 answers
- 0 votes
-
I have two components. One is search form and one is search form result. On click of button in search …
- 400 views
- 1 answers
- 0 votes