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

Remove tensorflow dependency. #484

Merged
merged 4 commits into from
Nov 4, 2024
Merged

Remove tensorflow dependency. #484

merged 4 commits into from
Nov 4, 2024

Conversation

jnsbck
Copy link
Contributor

@jnsbck jnsbck commented Nov 4, 2024

Added small custom dataloader tutorial 07 to get rid of tensorflow dependency. this is the only tensorflow dependency that we have.

Closes #481.

@jnsbck
Copy link
Contributor Author

jnsbck commented Nov 4, 2024

@michaeldeistler fyi

@jnsbck jnsbck merged commit 6495162 into main Nov 4, 2024
1 check passed
jnsbck added a commit that referenced this pull request Nov 4, 2024
@michaeldeistler michaeldeistler deleted the add_simple_dataset branch November 13, 2024 10:30
@michaeldeistler
Copy link
Contributor

Thanks!

michaeldeistler pushed a commit that referenced this pull request Nov 13, 2024
* enh: remove tensorflow dependency. closes #481

* fix: ammend last commit

* fix: change params

* fix: checkout tutorial 07 on main and apply changes to reduce diff
jnsbck added a commit that referenced this pull request Nov 14, 2024
jnsbck added a commit that referenced this pull request Nov 14, 2024
* add: add ci to check if tutorials run.

* fix: add jupyter installation

* fix: add tensorflow and jupyter to dev dependencies

* fix: make 07 run faster

* fix: tutorial 8 runs now

* fix: run 08

* fix: rm tensorflow dep

* fix: add fix for tutorial 07, leftover from #484

* fix: fix fix tut 07

* add: add manual trigger for workflow

* rm: remove dispatch workflow

* fix: fix dataloader

* fix: update workflow trigger
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.

replace tensorflow.Dataset by optimize.utils.Dataset
2 participants