philtabor / Youtube-Code-Repository

Repository for most of the code from my YouTube channel
861 stars 480 forks source link

tensorflow version #10

Closed cshreyastech closed 4 years ago

cshreyastech commented 4 years ago

@philtabor , Thanks a lot for the videos.

Can you please let me know the tensorflow versions you are using? I run into versioning issues. kernel_initializer=tf.variance_scaling_initializer(scale=2)) File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/util/deprecation.py", line 324, in new_func return func(*args, **kwargs) TypeError: conv2d() got an unexpected keyword argument 'input'

cshreyastech commented 4 years ago

I had some typos in my code. It works now. thanks