My model is a resnet-152 i wanna cutting it into two submodels and the problem is with the second one i can't figure out how to build a model from an intermedi
I am trying to import keras using jupyternotebook but i get an error. in general, using tensorflow.keras.XX instead of keras.XX solves the problem but that is
Currently I'm working on an image classification issue and created the following code based on a tutorial online - Image Classification using Keras. The code w
I'm trying to make neural network training reproducible using RStudio's Keras interface. Setting a seed in the R script (set.seed(42)) doesn't seem to work. Is
running a Dense feed-forward neural net in Keras. there are class_weights for two outputs, and sample_weights for a third output. fore some reason it prints the
running a Dense feed-forward neural net in Keras. there are class_weights for two outputs, and sample_weights for a third output. fore some reason it prints the