KerasGA
KerasGA copied to clipboard
failed to allocate memory [Op:Sub]
Hi,
Trying to experiment your code but I have got this error "failed to allocate memory [Op:Sub]" when running on Colab. Any good idea how can I cope with this?
Thanks in advance
You are running out of memory. Please take the resources offered by Colab in consideration.
Hi Ahmed Can we use this code for kerasga conv2d to creat conv1d for raw dataset???? If no what changes??
Hi Ahmed Can we use this code for kerasga conv2d to creat conv1d for raw dataset???? If no what changes??
KerasGA is expected to run on any Keras model. So, just create your model and pass it to KerasGA.
I use 1d cnn butnot work with cnnga can i use cnnga with 1d cnn to tun prameters? And explore best prameter such as batchsiz epoch kernal
The cnnga module is not expected to work with 1D data.
Note that the cnnga module is limited and was used before supporting the kerasga
and torchga
modules. So, it is better to use them unless there is a reason to still use cnnga
.