Skip to content

Added time and noise notebooks.#44

Open
GabrieleMeoni wants to merge 5 commits intomainfrom
time_notebook
Open

Added time and noise notebooks.#44
GabrieleMeoni wants to merge 5 commits intomainfrom
time_notebook

Conversation

@GabrieleMeoni
Copy link
Copy Markdown
Collaborator

No description provided.

" img=255 * inv_transf(img.transpose(0,2).cpu().numpy())\n",
" img_orig=img\n",
" for n in range(img.shape[0]):\n",
" img[n]=(0.5 + 0.75 * torch.rand(size=(1,))) * img[n]\n",
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the paper it said 0.75 to 1.25 , but you do 0.5 to 1.25

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected. Thanks.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you pushed your changes. At least didn't change here

Copy link
Copy Markdown
Owner

@gomezzz gomezzz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please clean the notebook outputs 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants