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

fix for canny range and dropout #708

Merged
merged 1 commit into from
Oct 13, 2024
Merged

Conversation

wr0124
Copy link
Collaborator

@wr0124 wr0124 commented Oct 11, 2024

python3 -W ignore::UserWarning  train.py \
--dataroot  /path/to/data    \
--checkpoints_dir /path/to/checkpoints  \
--name test_conti  \
--gpu_ids 2  \
--data_relative_paths   \ 
--model_type palette \
--data_dataset_mode  self_supervised_vid_mask_online  \
--train_batch_size 2  \
--train_iter_size 8  \
--data_num_threads  16  \
--model_input_nc 3 \
--model_output_nc 3 \
--data_relative_paths \ 
--train_G_ema \
--train_optim adamw \
--G_netG unet_vid   \
--data_online_creation_rand_mask_A \
--train_G_lr 0.0001 \
--dataaug_no_rotate \
--G_diff_n_timestep_train  6  \
--G_diff_n_timestep_test  3   \
--data_temporal_frame_step 1 \ 
--alg_diffusion_cond_image_creation    computed_sketch  \
--alg_diffusion_cond_computed_sketch_list canny \
--alg_diffusion_cond_sketch_canny_range 50 100 \
--alg_diffusion_vid_canny_dropout  0 0 \
--online_creation_mask_random_offset_A 0.2 \
--output_print_freq 1   \
--output_display_freq 1  \
--data_temporal_number_frames  8  \
--data_online_creation_crop_size_A 64  \
--data_online_creation_crop_size_B 64  \
--data_crop_size 64  \
--data_load_size 64   \
--ddp_port 12344  \ 
--train_compute_metrics_test   \
--train_metrics_every 1  \
--train_metrics_list PSNR LPIPS SSIM \

@wr0124 wr0124 changed the title debug for canny range and 🧇 dropout debug for canny range and dropout Oct 11, 2024
@wr0124 wr0124 requested review from royale and beniz October 11, 2024 08:34
@wr0124 wr0124 changed the title debug for canny range and dropout fix for canny range and dropout Oct 11, 2024
@wr0124 wr0124 self-assigned this Oct 11, 2024
@wr0124 wr0124 added the bug Something isn't working label Oct 11, 2024
@beniz beniz merged commit 700f47c into jolibrain:master Oct 13, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants