SystemErrorWang / White-box-Cartoonization

Official tensorflow implementation for CVPR2020 paper “Learning to Cartoonize Using White-box Cartoon Representations”
3.95k stars 737 forks source link

replacing slim layers with tf layers #36

Closed kezakool closed 3 years ago

kezakool commented 4 years ago

Hi,

Thank you for all your work this is great! no bug here, but i was asking myself why you choose tf_slim instead of tf for convolutions layers?

thx

SystemErrorWang commented 4 years ago

@kezakool this is just a personal preference, I think tf.contrib.slim is easier to use than other tensorflow API btw, I transfer to pytorch now because tensorflow APIs are too complicated.