mildnet icon indicating copy to clipboard operation
mildnet copied to clipboard

RuntimeError: Failed. Model function mildnet_vgg16 not found

Open noptanit12 opened this issue 4 years ago • 0 comments

I try to run your model !bash gcloud.local.run.keras.sh $MILDNET_CONFIG on my Jupyter but it has the RuntimeError: Failed. Model function mildnet_vgg16 not found

image

please kindly help to solve this problem.

Best Regards,

More details; job_configs/mildnet.cnf Python 2.7.16 TF 2.3.0

in task.py at line 8,9, I have to commented #from tensorflow import set_random_seed #set_random_seed(2) and changed to the import tensorflow tensorflow.random.set_seed(2)

and add @tf.function before def main

noptanit12 avatar Sep 15 '20 04:09 noptanit12