Skip to content

Commit

Permalink
check code again regarding the log
Browse files Browse the repository at this point in the history
  • Loading branch information
khlee0192 committed May 14, 2024
1 parent 8530b86 commit 3be7d30
Show file tree
Hide file tree
Showing 181 changed files with 44,197 additions and 3 deletions.
101 changes: 101 additions & 0 deletions 20240505-150848.csv

Large diffs are not rendered by default.

Binary file added cocoercivity_flow_renewal_vanila.pdf
Binary file not shown.
Binary file added cocoercivity_flow_revised_adam.pdf
Binary file not shown.
74 changes: 74 additions & 0 deletions cocoercivity_limit_new.ipynb

Large diffs are not rendered by default.

Binary file modified code/__pycache__/pipeline_rf.cpython-310.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion code/main_new_algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def main():
dataset, prompt_key = get_dataset(args.dataset)

if args.with_tracking:
wandb.init(project='rework on figure 3', name=args.run_name)
wandb.init(project='something is wrong with figure 3', name=args.run_name)
wandb.config.update(args)
if args.test_beta:
table = wandb.Table(columns=['original_image', 'recon_image', 'diff_image', 'original_latents_visualized', 'recon_latents_visualized', 'diff_latents_visualized', 'error_TOT', 'error_OTO', 'error_middle', 'output_loss', 'dec_inv memory', 'inf_time', 'inv_time', 'seed', 'prompt', 'cocercivity_process', 'cocercivity_inf'])
Expand Down
6 changes: 4 additions & 2 deletions code/new_script.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/bin/bash

# test script
python main_new_algorithm.py --run_name testing_args --start 0 --end 1 --decoder_inv_steps 20 --decoder_lr 0.01 --decoder_adam True --inversion_type new_alg --with_tracking
# test script, what is the problem with the performance?
python main_new_algorithm.py --run_name testing_ours_16 --start 0 --end 5 --decoder_inv_steps 100 --decoder_lr 0.01 --decoder_adam True --inversion_type new_alg --with_tracking --test_beta
python main_new_algorithm.py --run_name testing_ours_32 --start 0 --end 5 --decoder_inv_steps 100 --decoder_lr 0.01 --decoder_adam True --inversion_type new_alg --with_tracking --use_float --test_beta
python main_new_algorithm.py --run_name testing_dec_32 --start 0 --end 5 --decoder_inv_steps 100 --decoder_lr 0.01 --decoder_adam True --inversion_type dec_inv --with_tracking --use_float

# ## with 0.01
# python main_new_algorithm.py --run_name adam_20steps --start 0 --end 100 --decoder_inv_steps 20 --decoder_lr 0.01 --decoder_adam True --inversion_type new_alg --test_beta --with_tracking
Expand Down
Binary file added code/vanila_inf_20240514-204355.pt
Binary file not shown.
Binary file added code/vanila_process_20240514-204355.pt
Binary file not shown.
Empty file added code/wandb/debug-cli.icl2.log
Empty file.
1 change: 1 addition & 0 deletions code/wandb/debug-internal.log
1 change: 1 addition & 0 deletions code/wandb/debug.log
1 change: 1 addition & 0 deletions code/wandb/latest-run
Loading

0 comments on commit 3be7d30

Please sign in to comment.