-
Notifications
You must be signed in to change notification settings - Fork 32
Add check.py to __init__.py #17
Conversation
|
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
|
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
|
Hi @mbernico @cfezequiel , I want to take this PR to maybe raise a related issue. What worked for me to create the TFRecords was creating them with the pandas DataFrame accessor Using the example in the README file raised me an error of If I add the following to the I took as reference this article https://towardsdatascience.com/whats-init-for-me-d70a312da583 but not sure if maybe a problem from my side this behavior. I tried to reproduce the error installing from the code in a new virtualenv and the same behavior exists. Thanks!, |
|
Hi @jmarrietar , thanks for the feedback! We normally try to avoid I've tested the above with pip-installed tfrecorder but let me know if you encounter issues with it. |
|
Hi @cfezequiel , yes with that change there is no |
This should close PR #15 Please take a look @cfezequiel @jmarrietar