Comments for Hack Till Dawn https://hacktildawn.com Fri, 15 Feb 2019 18:49:59 +0000 hourly 1 http://wordpress.com/ Comment on Inception modules: explained and implemented by How to build to a Fashion Classifier in 5 easy steps using Deep Learning. - AI+ NEWS https://hacktildawn.com/2016/09/25/inception-modules-explained-and-implemented/comment-page-1/#comment-4789 Fri, 15 Feb 2019 18:49:59 +0000 http://hackathonprojects.wordpress.com/?p=687#comment-4789 […] https://hacktilldawn.com/2016/09/25/inception-modules-explained-and-implemented/ […]

Like

]]>
Comment on Inception modules: explained and implemented by Superhero Toolkit for Data Science - Superhero Adventures in Data Science! https://hacktildawn.com/2016/09/25/inception-modules-explained-and-implemented/comment-page-1/#comment-1763 Thu, 31 Jan 2019 21:10:40 +0000 http://hackathonprojects.wordpress.com/?p=687#comment-1763 […] that are also playing important roles in winning competitions and solving problems, too. ResNet, Inception Modules (models within models) and Highway Networks are allowing the Superheroes to keep their gradients […]

Like

]]>
Comment on Inception modules: explained and implemented by abou https://hacktildawn.com/2016/09/25/inception-modules-explained-and-implemented/comment-page-1/#comment-175 Fri, 30 Nov 2018 16:48:20 +0000 http://hackathonprojects.wordpress.com/?p=687#comment-175 Hi, thank you for your tutorial. it is well explained. When I run you notebook, i get the following error. Can you please help me? I have already search on the net but I can’t find a solution. Thanks

ValueErrorTraceback (most recent call last)
in ()
138
139 loss = tf.reduce_mean(
–> 140 tf.nn.softmax_cross_entropy_with_logits(model(X),y_))
141 opt = tf.train.AdamOptimizer(1e-4).minimize(loss)
142

in model(x, train)
110
111 #concatenate all the feature maps and hit them with a relu
–> 112 inception1 = tf.nn.relu(tf.concat(3,[conv1_1x1_1,conv1_3x3,conv1_5x5,conv1_1x1_4]))
113
114

/usr/local/lib/python2.7/dist-packages/tensorflow/python/ops/array_ops.pyc in concat(values, axis, name)
1120 axis, name=”concat_dim”,
1121 dtype=dtypes.int32).get_shape().assert_is_compatible_with(
-> 1122 tensor_shape.scalar())
1123 return identity(values[0], name=scope)
1124 return gen_array_ops.concat_v2(values=values, axis=axis, name=name)

/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/tensor_shape.pyc in assert_is_compatible_with(self, other)
846 “””
847 if not self.is_compatible_with(other):
–> 848 raise ValueError(“Shapes %s and %s are incompatible” % (self, other))
849
850 def most_specific_compatible_shape(self, other):

ValueError: Shapes (4, 50, 28, 28, 32) and () are incompatible

Like

]]>
Comment on Inception modules: explained and implemented by What's my name? https://hacktildawn.com/2016/09/25/inception-modules-explained-and-implemented/comment-page-1/#comment-153 Wed, 17 Oct 2018 23:59:12 +0000 http://hackathonprojects.wordpress.com/?p=687#comment-153 Wish I had found this earlier. Such awesomeness. Thanks man.

Like

]]>
Comment on Inception modules: explained and implemented by sanderali https://hacktildawn.com/2016/09/25/inception-modules-explained-and-implemented/comment-page-1/#comment-147 Tue, 09 Oct 2018 07:57:34 +0000 http://hackathonprojects.wordpress.com/?p=687#comment-147 In reply to Dinesh Vadhia.

Dinesh Vadhia, have u tried the ReLus to get a sparse output?

Like

]]>
Comment on Inception modules: explained and implemented by Major Resources used for CNN Part – II – Deep Learning https://hacktildawn.com/2016/09/25/inception-modules-explained-and-implemented/comment-page-1/#comment-135 Wed, 05 Sep 2018 05:07:11 +0000 http://hackathonprojects.wordpress.com/?p=687#comment-135 […] 6. https://hacktilldawn.com/2016/09/25/inception-modules-explained-and-implemented/ […]

Like

]]>
Comment on Vanilla Recurrent Neural Networks by Ugenteraan https://hacktildawn.com/2017/03/26/vanilla-recurrent-neural-networks/comment-page-1/#comment-112 Sat, 21 Jul 2018 08:47:53 +0000 http://hackathonprojects.wordpress.com/?p=1177#comment-112 Thank you very much for this.

Like

]]>
Comment on Using your remote Jupyter Notebook through ssh by Alex Dai https://hacktildawn.com/2016/12/06/using-your-remote-jupyter-notebook-through-ssh/comment-page-1/#comment-106 Mon, 11 Jun 2018 18:03:40 +0000 http://hackathonprojects.wordpress.com/?p=1037#comment-106 Any reason why calls to %qtconsole don’t work when I use this method? Thanks

Like

]]>
Comment on Inception modules: explained and implemented by priya https://hacktildawn.com/2016/09/25/inception-modules-explained-and-implemented/comment-page-1/#comment-103 Sun, 20 May 2018 11:05:54 +0000 http://hackathonprojects.wordpress.com/?p=687#comment-103 if we apply 1×1 convolution on 192@28*28, how does that outputs a 16 28×28 feature maps and on 16*28*28, if we do the 5×5 convolutions on those feature maps how does that outputs 32 28×28 feature maps. Can you please explain this ?

Like

]]>
Comment on Inception modules: explained and implemented by Ankush Manocha https://hacktildawn.com/2016/09/25/inception-modules-explained-and-implemented/comment-page-1/#comment-97 Tue, 03 Apr 2018 06:07:45 +0000 http://hackathonprojects.wordpress.com/?p=687#comment-97 Awesome Job Sir, Really Appreciate.

Like

]]>