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

[feat]: add parquet dataset #435

Merged
merged 6 commits into from
Dec 7, 2023
Merged

Conversation

tiankongdeguiji
Copy link
Collaborator

No description provided.

@CLAassistant
Copy link

CLAassistant commented Dec 6, 2023

CLA assistant check
All committers have signed the CLA.

Copy link

github-actions bot commented Dec 6, 2023

Code Style Test Passed

Copy link

github-actions bot commented Dec 7, 2023

Code Style Test Passed

# Avoid import tensorflow which conflicts with the version used in EasyRecProcessor
if 'PROCESSOR_TEST' not in os.environ:
if platform.system() == 'Linux':
ops_dir = os.path.join(curr_dir, 'python/ops')
import tensorflow as tf
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could not import tensorflow in the begin as the processor test use different versions of tensorflow, which conflicts with each other.

Copy link

github-actions bot commented Dec 7, 2023

Code Style Test Passed

@tiankongdeguiji tiankongdeguiji merged commit 75a97ec into master Dec 7, 2023
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants