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

Update TFRecord.jl to work with julia 1.7+ and ProtoBuf v1.0+ #26

Merged
merged 6 commits into from
Oct 7, 2022

Conversation

aurelio-amerio
Copy link
Contributor

Hello, I have updated the package to work with new versions of the dependencies, in particular ProtoBuf.
The test cases are passed successfully, but please check that Tensorflow can read the tfrecord files properly before merging. Have a good day!

@codecov-commenter
Copy link

Codecov Report

Merging #26 (dbb70b0) into master (d043a43) will increase coverage by 3.61%.
The diff coverage is 47.16%.

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
+ Coverage   53.26%   56.88%   +3.61%     
==========================================
  Files           2        2              
  Lines         306      276      -30     
==========================================
- Hits          163      157       -6     
+ Misses        143      119      -24     
Impacted Files Coverage Δ
src/jlout/example_pb.jl 44.22% <43.15%> (-7.26%) ⬇️
src/core.jl 89.61% <81.81%> (+30.19%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@findmyway findmyway merged commit 01ad066 into JuliaReinforcementLearning:master Oct 7, 2022
@findmyway
Copy link
Member

findmyway commented Oct 7, 2022

Thanks!

Just realized that ProtoBuf.jl@v1 released.

I modified this PR slightly to keep it working on v1.6

(A new version will be tagged soon) JuliaRegistries/General#69686

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.

None yet

3 participants