You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finished reviewing (looked at ben/denoisplit as per mattermost).
01 and 04 need some work I think but for the other ones only minor comments:
Installation
end up in a different directory after running source setup.sh
recommended is putting data on our s3 bucket and download from there
dependencies of denoiSplit not installed
01_CARE
missing colored boxes for checkpoints, exercises etc. in the exercise notebook
still got TODOs in there (most importantly: missing scaffolding for some tasks)
import for augment_batch and normalize is at the very beginning and defined by you. Maybe add a comment that makes clear that it's provided by you and add a cell with ?augment_batch and ?normalize at task 1, similarly for denormalize in task 3
agree that calculation of means and stds should go in the function
Finished reviewing (looked at
ben/denoisplit
as per mattermost).01 and 04 need some work I think but for the other ones only minor comments:
Installation
source setup.sh
01_CARE
augment_batch
andnormalize
is at the very beginning and defined by you. Maybe add a comment that makes clear that it's provided by you and add a cell with?augment_batch
and?normalize
at task 1, similarly fordenormalize
in task 3torch.nn
andtorch.optim
would be better than importing withas nn
02_Noise2Void
TypeError: CAREamist.export_to_bmz() got an unexpected keyword argument 'path'
(parameter is calledpath_to_archive
)03_COSDD
04_DenoiSplit
05 Noise2Noise
The text was updated successfully, but these errors were encountered: