DDSL icon indicating copy to clipboard operation
DDSL copied to clipboard

DDSL: Deep Differential Simplex Layer for Neural Networks

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

When I use the examples/test.py to test the ddsl_phys with our data, I encounter the nan out. I don't find out the question. I would appreciate him for helping me...

I train one network and the output is a set of points, which are ordered. I want to use DDSL to connnect the points to line and make it differentiable....

it would be great to depend on this code, like `pip install ddsl`.

It would be great to add a file documenting the necessary packages and versions, so one could run `pip install -r requirements.txt` before running all the code. I can generate...

The main README.md says: > To replicate the experiments in our paper, please refer to codes in the experiments folder. Detailed instructions for each experiment can be found in But...