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

2024 #53

Merged
merged 13 commits into from
Apr 13, 2024
Merged

2024 #53

merged 13 commits into from
Apr 13, 2024

Conversation

turgut090
Copy link
Member

Update 2024.
Keras 3.
Tuner class still returns error


WARNING:tensorflow:From C:\Users\turqu\AppData\Local\R\win-library\4.3\reticulate\python\rpytools\call.py:7: The name tf.data.make_one_shot_iterator is deprecated. Please use tf.compat.v1.data.make_one_shot_iterator instead.

2024-04-13 15:27:38.982598: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: OUT_OF_RANGE: End of sequence
[1] "Batch 100 Average loss 2.14198589324951"
[1] "Batch 200 Average loss 1.75466907024384"
[1] "Batch 300 Average loss 1.49544203281403"
[1] "Batch 400 Average loss 1.32488310337067"
[1] "Batch 500 Average loss 1.20907723903656"
[1] "Batch 600 Average loss 1.12449610233307"
[1] "Batch 700 Average loss 1.05883061885834"
[1] "Batch 800 Average loss 1.00720310211182"
[1] "Batch 900 Average loss 0.965858995914459"
Traceback (most recent call last):
  File "C:\Users\turqu\AppData\Local\R-MINI~1\envs\R-RETI~1\lib\site-packages\keras_tuner\src\engine\base_tuner.py", line 274, in _try_run_and_update_trial
    self._run_and_update_trial(trial, *fit_args, **fit_kwargs)
  File "C:\Users\turqu\AppData\Local\R-MINI~1\envs\R-RETI~1\lib\site-packages\keras_tuner\src\engine\base_tuner.py", line 239, in _run_and_update_trial
    results = self.run_trial(trial, *fit_args, **fit_kwargs)
  File "C:\Users\turqu\AppData\Local\R\win-library\4.3\reticulate\python\rpytools\call.py", line 16, in python_function
    raise error
AttributeError: 'Mean' object has no attribute 'reset_states'

Trial 1 Complete [00h 01m 08s]

Best loss So Far: None
Total elapsed time: 00h 01m 08s

@turgut090 turgut090 merged commit d9ab72f into master Apr 13, 2024
8 checks passed
@turgut090 turgut090 deleted the 2024 branch April 15, 2024 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError: 'float' object cannot be interpreted as an integer python call error
1 participant