Toilet2000
Toilet2000 t1_iwg9fsl wrote
Reply to comment by carlml in [P] 🔥 CleanRL has reached v1.0.0; Reworked documentation, JAX support, and more! by vwxyzjn
Why did you comment this among all the other things you could have commented?
Toilet2000 t1_iux7ugs wrote
Reply to comment by ojiber in [P] How to reverse engineer a neural network to get inputs from the outputs by ojiber
You’ll never get an accurate input reconstruction.
The whole goal of a model is to estimate an output from an input. The best you can do is estimate an input from an output as well. Neural networks aren’t designed to be "lossless", part of the information is loss but in a way that makes the relevant information to the task preserved.
But the estimated input will simply the value which makes the initial model best fit the label.
Toilet2000 t1_iwgwg4j wrote
Reply to comment by carlml in [P] 🔥 CleanRL has reached v1.0.0; Reworked documentation, JAX support, and more! by vwxyzjn
Then your comment is very badly worded. It sounds a lot more like you’re telling them they could’ve done something else.