Ivan Larionov

Results 2 issues of Ivan Larionov

When creating`model_2` and trying to load the weights by ```python model_2.load_weights(checkpoint_path) ``` I'm getting the following error: ``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) [](https://localhost:8080/#) in () 1 #...

Section 8, video 189. I'm getting this error when saving the model: ```python model.save("drive/MyDrive/101_food_classes_10_percent_saved_big_dog_model") ``` ``` WARNING:absl:Found untraced functions such as _jit_compiled_convolution_op, _jit_compiled_convolution_op, _jit_compiled_convolution_op, _jit_compiled_convolution_op, _jit_compiled_convolution_op while saving (showing 5...