Reorg cleanup: Updated codes#11
Open
mdehghan880 wants to merge 14 commits intocyclops-community:reorg_cleanupfrom
Open
Reorg cleanup: Updated codes#11mdehghan880 wants to merge 14 commits intocyclops-community:reorg_cleanupfrom
mdehghan880 wants to merge 14 commits intocyclops-community:reorg_cleanupfrom
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
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.
Hi Edgar,
I Updated the codes, with adding some files as Als_Mahalanobis_Comparison.py, Generate_plots.py, generate_input_tensor.py and generate_initial_guess.py. All of these codes are added to the experiments branch. I also replaced the run_als_new.py, run_mahalanobis_new.py, with run_als.py, run_mahalanobis.py, codes. You can run Als_Mahalanobis_Comparison.py as the main file, for example Als_Mahalanobis_Comparison.py --s 50 --R 10 --k 10 --r 10 --R-app 10 --epsilon 1e-4 --num-iter 20 --alpha 1.1. Also I have updated the synthetic_tensors.py and arg_defs.py codes. In the synthetic_tensors.py codes see the lines 5-146 and 368-429 which are updated and in the arg_defs.py code the lines 11-51 and 698-725 are updated. Let me know if you have any questions.
Sincerely