Dreamer
Dreamer
how to solve the error? usage: ipykernel_launcher.py [-h] [--anchor_path ANCHOR_PATH] [--new_size [NEW_SIZE [NEW_SIZE ...]]] [--letterbox_resize LETTERBOX_RESIZE] [--class_name_path CLASS_NAME_PATH] [--restore_path RESTORE_PATH] input_image ipykernel_launcher.py: error: the following arguments are required: input_image
self.center = DecoderCoordAtt(512, 256, 256) File "/home/ali/Project_4_test/pytorch_version/model.py", line 130, in __init__ self.CoordAttBlock= CoordAttBlock(middle_channels) TypeError: __init__() missing 1 required positional argument: 'oup'
from keras.optimizers import SGD from keras.layers import Input, Add, ZeroPadding2D from keras.layers.core import Dense, Dropout, Activation from keras.layers.convolutional import Convolution2D as Conv2D from keras.layers.pooling import AveragePooling2D, GlobalAveragePooling2D, MaxPooling2D from keras.layers.normalization...
HI, i am trying to design a simple module of strip pooling for my network. Would you please give me suggestions is it ok or i have to make changes...
how to solve this ?????? ValueError: Error when checking : expected input_1 to have shape (608, 608, 3) but got array with shape (416, 416, 3)
First of all thanks for your outstanding work. I am trying to run test.py file.... and getting this error. please give me some suggestions to get ride of this error....
thanks for your code. i am trying to convert medical images data but getting this error. Furthermore, this is my query...python voc2coco.py /home/cuilei/voc2coco-master/train/xml /home/cuilei/voc2coco-master/output.json
Hi, thanks for your outstanding work. i am trying to add your AFF module with my model decoder and unfortunately getting this error. I don't know which value should i...
python preprocess_data.py --datadir /home/ali/data python: can't open file 'preprocess_data.py': [Errno 2] No such file or directory