-
Notifications
You must be signed in to change notification settings - Fork 11
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
Two-stage training strategy #11
Comments
Hi, this repo does not support two-stage training. However, I think it may be simple for you to add some codes to achieve two-stage training. |
I am glad to receive your reply. I would like to know how you trained a model for single noise jpeg. Is it trained as follows? Is it convenient to disclose the specific details?
{
"project_name": "MBRS",
"with_diffusion": false,
"only_decoder": false,
"epoch_number": 101,
"batch_size": 4,
"train_continue": false,
"train_continue_path": "/",
"train_continue_epoch": 0,
"dataset_path": "datasets/",
"save_images_number": 4,
"H": 256,
"W": 256,
"message_length": 256,
"lr": 1e-3,
"noise_layers": [
"Combined([JpegMask(50),Jpeg(50),Identity()])"
]
}
哈哈
***@***.***
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2024年1月12日(星期五) 下午5:24
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [jzyustc/MBRS] Two-stage training strategy (Issue #11)
Hi, this repo does not support two-stage training. However, I think it may be simple for you to add some codes to achieve two-stage training.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sure, we use the default settings in |
Thank you, and I would also like to ask how to compare the robustness of single noise models with other methods. When training a certain single noise, do we also need to add real Jpeg and simulated JPEG. |
When training for single noise, we did not add other noises. We only use simulated JPEG, real JPEG and Identity |
For MBRS (w/o diffusion block), we use the same combined noises as in your picture. For MBRS (w/ diffusion block), we find that using [Real JPEG, Simualted JPEG, Identity and Crop] brings better results. You can refer to Section 4.3.5 in the paper or #2 (comment) for more details. |
Closing due to inactivity. Feel free to reopen if needed. Thanks. |
Can this use a two-stage training strategy?
The text was updated successfully, but these errors were encountered: