You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help, it doesnt work for all of them, im assuming "T" comes with tensorflow.
#render_deepdream(T(layer)[:,:,:,139], img0) #og from vid
#render_deepdream(tf.square(T('mixed4c')), img0) #from siraj github
#render_deepdream(T(layer)[:,:,:,139], img0, iter_n=20, step=1.5, octave_n=4)
#render_deepdream(tf.square(T('mixed4c')), img0, iter_n=20, octave_n=10)
#render_deepdream(T(layer)[:,:,:,139], img0, iter_n=20, octave_n=19)
#render_deepdream(T(layer)[:,:,:,65]+T(layer)[:,:,:,139], img0, iter_n=20, octave_n=12)
The text was updated successfully, but these errors were encountered:
help, it doesnt work for all of them, im assuming "T" comes with tensorflow.
#render_deepdream(T(layer)[:,:,:,139], img0) #og from vid
#render_deepdream(tf.square(T('mixed4c')), img0) #from siraj github
#render_deepdream(T(layer)[:,:,:,139], img0, iter_n=20, step=1.5, octave_n=4)
#render_deepdream(tf.square(T('mixed4c')), img0, iter_n=20, octave_n=10)
#render_deepdream(T(layer)[:,:,:,139], img0, iter_n=20, octave_n=19)
#render_deepdream(T(layer)[:,:,:,65]+T(layer)[:,:,:,139], img0, iter_n=20, octave_n=12)
The text was updated successfully, but these errors were encountered: