Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility problem in BinaryInputDetection #2533

Open
frankzamma opened this issue Dec 12, 2024 · 1 comment
Open

Incompatibility problem in BinaryInputDetection #2533

frankzamma opened this issue Dec 12, 2024 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@frankzamma
Copy link

Description of the problem
There is an incompatibility problem with TensorFlow (with Keras) into the method fit.

To Reproduce
Steps to reproduce the behavior:

  1. Create an instance of Binary Input Detection and pass a TensorFlow Neural Network model for detector param.
  2. Invoke method fit.
  3. You give this error:

TypeError: TensorFlowTrainer.fit() got an unexpected keyword argument 'nb_epochs'

Expected behavior
The method fit should train the Neural Netwok

System information:

  • OS: Linux (Colab with T4 GPU)
  • Python version: 3.11
  • ART version or commit number: 1.18
  • TensorFlow / Keras

Note: I have already found the solution for this problem. Can I send a PullRequest?

@beat-buesser
Copy link
Collaborator

Hi @frankzamma Thank you for reporting this issue! Yes, you would be most welcome to send a pull request! Please target our current development branch dev_1.19.0.

@beat-buesser beat-buesser added the bug Something isn't working label Dec 12, 2024
@beat-buesser beat-buesser added this to the ART 1.19.0 milestone Dec 12, 2024
@beat-buesser beat-buesser moved this to In Progress in ART 1.19.0 Dec 12, 2024
@beat-buesser beat-buesser modified the milestones: ART 1.19.0, ART 1.20.0 Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants