Riley Daggs
Riley Daggs
Just wanted to note for anyone implementing this solution, there is one change I was hung up on. On line 161 within neural_network.py `model.load_weights(secondary_weights)` becomes `model.load_weights(secondary_weights,by_name=True,skip_mismatch=True)` This finalizes the accessibility...
Hi PolarBean, I was actually using your DeepSlice repository when I came across this error. Im struggling to find a workaround for base_model._layers.pop() as well. Did you find a way...
Hi, I've had this same problem and it occurred due to the naming convention of my folder path....it had spaces in it. After a while I thought to change spaces...