Removal of unnecessary lines and uncommenting targets_all list variable.#3
Open
abhaskumarsinha wants to merge 7 commits intoZichenMiao:mainfrom
Open
Removal of unnecessary lines and uncommenting targets_all list variable.#3abhaskumarsinha wants to merge 7 commits intoZichenMiao:mainfrom
abhaskumarsinha wants to merge 7 commits intoZichenMiao:mainfrom
Conversation
block_expand argument wasn't used anywhere, so removed that.
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
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.
models/Conv_DCFE.py- The main was commented out. It returns an error while running them because of self.coef variable wasn't given to them.models/resnet18_dcf_bsensemble_imgnet.py- Block expand argument was removed. It is useless.models/resnet32_dcf_bsensemble.py- same as beforetrain_dcfens_cifar100_CI.py- some code was commented out (probably for debugging purposes) was added in. Unnecessary arguments from add_branch method were removed.train_dcfens_imgnet100_CI.py- same as beforeThe code now runs without any error for CIFAR-100 (
/content/CL_Atom_Swapping/train_dcfens_cifar100_CI.py)Example output for first few epochs:
Colab (Please remember to enable GPU runtime from Runtime tab) : https://colab.research.google.com/drive/1XxYXgET7wVibtLy3q-6vuci7bx5qzJSH?usp=sharing