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

fix bug serializing block arguments #1766

Merged
merged 2 commits into from Aug 31, 2022
Merged

fix bug serializing block arguments #1766

merged 2 commits into from Aug 31, 2022

Conversation

haifeng-jin
Copy link
Member

Which issue(s) does this Pull Request fix?

resolves #1765

Details of the Pull Request

@haifeng-jin haifeng-jin changed the title resolves #1765 fix bug serializing block arguments Aug 31, 2022
@codecov
Copy link

codecov bot commented Aug 31, 2022

Codecov Report

Merging #1766 (749a1a2) into master (490436d) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master     #1766   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           51        51           
  Lines         3411      3425   +14     
=========================================
+ Hits          3411      3425   +14     
Impacted Files Coverage Δ
autokeras/blocks/basic.py 100.00% <100.00%> (ø)
autokeras/blocks/preprocessing.py 100.00% <100.00%> (ø)
autokeras/utils/io_utils.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@haifeng-jin haifeng-jin merged commit 08764a2 into master Aug 31, 2022
@haifeng-jin haifeng-jin deleted the hp branch August 31, 2022 06:23
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.

Check before serialize or deserialize an attribute of a block
1 participant