neural-structured-learning icon indicating copy to clipboard operation
neural-structured-learning copied to clipboard

Training neural models with structured signals.

Results 3 neural-structured-learning issues
Sort by recently updated
recently updated
newest added

Hello, I have followed the tutorial of the adversarial training, but now I face an issue when testing the robustness of the models. In the "Robustness under Adversarial perturbations" section,...

The current implementation of `nsl.tools.pack_nbrs` does not support reading and writing to multiple tfrecord files. Given the extensive optimizations made available by the `tf.data` API when working with multiple tfrecords,...

enhancement

I am trying to use your API with TF2.16 but I got this error: from neural_structured_learning import estimator File "/data2/users/angeloso/anaconda/ajsoto/lib/python3.11/site-packages/neural_structured_learning/estimator/__init__.py", line 7, in from neural_structured_learning.estimator.adversarial_regularization import add_adversarial_regularization File "/data2/users/angeloso/anaconda/ajsoto/lib/python3.11/site-packages/neural_structured_learning/estimator/adversarial_regularization.py", line...