icnn icon indicating copy to clipboard operation
icnn copied to clipboard

Input Convex Neural Networks

Results 5 icnn issues
Sort by recently updated
recently updated
newest added

Hi, I have trouble understanding the proof of Proposition 1 of your paper (https://arxiv.org/pdf/1609.07152.pdf). Can you provide supplementary steps why a fully connected ICNN (defined in equation (2) of your...

https://github.com/locuslab/icnn/blob/762cc04992b6e649b4d82953d0c4a821912b1207/synthetic-cls/icnn.py#L124 Thanks to your contributions! Can you explain the for loop in the code? I could not find any pseudocode in your paper about the momentum.

The code in multi-label classification is not aligned with what you mentioned in your paper. The bundle entropy method is buggy, and code is not runnable either despite I revise...

I got a lot problems in this code, I think this is my gym and mujoco_py version problem can you guys tell me?

tf.mul is now deprecated, and needs to be replaced with tf.multiply. `Use tf.initializers.variance_scaling instead with distribution=uniform to get equivalent behavior. Traceback (most recent call last): File "icnn.back.py", line 421, in...