google-research / tf-slim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Layer.apply is deprecated

IRDonch opened this issue · comments

tf-slim uses Layer.apply, which is deprecated in favor of Layer.__call__.

It seems that this was solved at least in the master branch.

Any chance of a new release?