forked from tensorflow/lucid
-
Notifications
You must be signed in to change notification settings - Fork 3
Upgrade lucid to use tensorflow v2 APIs and make it work on Colab platform #3
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…esting are passing. Tested on python 3.7 only.
All tox testing are passing. Tested on python 3.7 only.
All tox testing are passing for python 3.7 and 3.9 One exception with 3.9 is the test_channel_reducer_trivial that fails, but it seems a precision error.
All tox testing are passing for python 3.7 and 3.9 Fixed some small issues with some tests.
…ther minor fixes.
…ivation-atlas-collect) that requires the imagenet dataset. Few other minor fixes.
Few other minor fixes in the lucid core python library.
…g off to later on the necessary fixes or refactoring.
Notes: 3D rendering is broken and pyopengl rendering code works only in colab (does not in kaggle).
… the lucid library.
…ate the sprite maps at this stage. Left as future work.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is to update the lucid repository so that it is possible to use it in Colab, now that it does not longer support the magic command
%tensorflow_version 1.x
.I have updated the python library python code and most of the notebooks.
Since the lucid gs bucket is down, I have also fixed some of the links to static content, pointing temporarely to my lucid fork. If the PR is accepted, it will be possible to update those links to point to the official repo.
As a future work to maintain this repo: