Recently I am trying to deploy deep learning services using tensorflow serving. But I got the following infos when exporting my model:
INFO:tensorflow: No asse
Assets mean any external files that are needed for you model. Common examples are vocabularies and embedding matrices. If your model does not have any external dependencies, these messages are expected. Note that they are logged at "INFO" level.