180
Points
Questions
34
Answers
49
-
- 441 views
- 1 answers
- 0 votes
-
- 394 views
- 0 answers
- 0 votes
-
I have a config XML , from which I am trying to read the information in Powershell script. The Powershell …
- 417 views
- 1 answers
- 0 votes
-
- 385 views
- 0 answers
- 0 votes
-
What is the property name if we need to set leak detection in yaml file ? I tried this in …
- 366 views
- 0 answers
- 0 votes
-
I have to compute the gradients of this model: model=Sequential() model.add(Dense(40, activation=’relu’,input_dim=12)) model.add(Dense(60, activation=’relu’)) model.add(Dense(units=3, activation=’softmax’)) opt=tf.keras.optimizers.Adam(lr=0.001) model.compile(loss="mse", optimizer=opt) model_q=Sequential() …
- 392 views
- 1 answers
- 0 votes
-
Im using the Django sitemap framework and the sitemap seems to be generated perfectly. But when submitted to google for …
- 403 views
- 0 answers
- 0 votes
-
the method upload file is work perfectly but i can’t save the data, maybe there is something with variable "gambar", …
- 396 views
- 1 answers
- 0 votes
-
- 415 views
- 1 answers
- 0 votes
-
guys I started coding html just 1 hour ago (I’m a high school student and I know nothing) and I’m …
- 395 views
- 3 answers
- 0 votes