-
Notifications
You must be signed in to change notification settings - Fork 32
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
Comments
please sir answer me i have to know pleasee |
I have used GPU in my code. Additionally, please refer to pytorch about how to use GPU.
At 2020-10-12 13:51:00, "Waleed Ahmed" <[email protected]> wrote:
please sir answer me i have to know pleasee
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
My model is BRDNet. Thus, that doesn't need change BRDNet to DnCNN.
At 2020-10-11 22:11:15, "Waleed Ahmed" <[email protected]> wrote:
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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
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) ModuleNotFoundError: No module named 'batch_renorm' |
Dir Mr or Mrs,
No, my code is running at python 2.7. The python 2.7 library is different from python 3.8 library.
Best wishes,
Chunwei
At 2020-12-12 15:54:53, "kavita19" <[email protected]> wrote:
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'
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
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
The text was updated successfully, but these errors were encountered: