python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to write xml file without encoding utf-8 to HTML entity in PHP DOMDocument?
I'm creating hacking lab(XML injection) and i want to save the text as it is
for example:
input text: tryingtoattack"
but DOMDocument encoding the quotes(or any spacial char) like this
output tex...
Mirza Hasnat
Votes: 0
Answers: 0
3D - Variational Autoencoder implementation Error
I'm trying to implement a 3D variational autoencoder following instructions in the book Generative Deep Learning and taking also some things from here link, those examples are in 2D so I have adapted ...

Al_Mt
Votes: 0
Answers: 1
Pytorch model loss and accuracy remain constant
I need to create a model that takes as input a 351x351x11 Tensor and gives as output a 351x351x11 Tensor (it is an Autoencoder). The two tensors are made of 0s and 1s.
This is the model:
class AutoEnc...
Amedeo Pachera
Votes: 0
Answers: 1
How to get part of pre trained model in Pytorch?
I have made an autoencoder model named AutoEncoderNew(), and after training, I want the encoder and the decoder part separately for some experiments on new samples.
The model class is as follows:
clas...
Ravish Jha
Votes: 0
Answers: 1