Skip to content

Replaces glob() Function With os.walk()#50

Open
airbrain-org wants to merge 1 commit intodavidADSP:masterfrom
airbrain-org:jywilson_vae_fix_final
Open

Replaces glob() Function With os.walk()#50
airbrain-org wants to merge 1 commit intodavidADSP:masterfrom
airbrain-org:jywilson_vae_fix_final

Conversation

@airbrain-org
Copy link

Implementation of the glob() function varies between python versions
and is unable to reliably locate all of the .jpg data files in the
celeb dataset. It has been replaced with the os.walk() function.

Implementation of the glob() function varies between python versions
and is unable to reliably locate all of the .jpg data files in the
celeb dataset. It has been replaced with the os.walk() function.
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.

1 participant