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

describe method #9

Open
Waleed-Ahmed-Khan opened this issue Oct 11, 2020 · 5 comments
Open

describe method #9

Waleed-Ahmed-Khan opened this issue Oct 11, 2020 · 5 comments

Comments

@Waleed-Ahmed-Khan
Copy link

parser.add_argument('--model', default='BRDNet', type=str, help='choose a type of model')
in this line can we change method from change BRDNet to DnCNN[60]?or any other method that you give the value in result

@Waleed-Ahmed-Khan Waleed-Ahmed-Khan changed the title describe metgod describe method Oct 11, 2020
@Waleed-Ahmed-Khan
Copy link
Author

please sir answer me i have to know pleasee

@hellloxiaotian
Copy link
Owner

hellloxiaotian commented Oct 12, 2020 via email

@hellloxiaotian
Copy link
Owner

hellloxiaotian commented Oct 12, 2020 via email

@kavita19
Copy link

can we run this code on python 3.8? because i am trying to run this code but I am getting the error below.


ModuleNotFoundError Traceback (most recent call last)
in
----> 1 from batch_renorm import BatchRenormalization
2 def BRDNet(): #original format def BRDNet(), data is used to obtain the reshape of input data
3 inpt = Input(shape=(None,None,3)) #if the image is 3, it is color image. If the image is 1, it is gray color, 201807082123tcw
4 # 1st layer, Conv+relu
5 x = Conv2D(filters=64, kernel_size=(3,3), strides=(1,1), padding='same')(inpt)

ModuleNotFoundError: No module named 'batch_renorm'

@hellloxiaotian
Copy link
Owner

hellloxiaotian commented Dec 12, 2020 via email

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

No branches or pull requests

3 participants