mearcla
mearcla
RBF code
Could you help me to understand why you used here: rbflayer = RBFLayer(34, initializer=InitCentersKMeans(X_train), betas=3.0,input_shape=(568,)): 34 as output_dim ? I am trying to use this code on my dataset but...
Hi keras team! I am trying to use pre trained VGG16 with SRGAN and grayscale images when I use the VGG16 in this way: ``` def build_vgg(): input_shape = (256,...
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question Where I can find the yaml file for...