Tensorflow-Project-Template icon indicating copy to clipboard operation
Tensorflow-Project-Template copied to clipboard

A best practice for tensorflow project template architecture.

Results 5 Tensorflow-Project-Template issues
Sort by recently updated
recently updated
newest added

Hi! A wonderful and useful project! Maybe you can make this repo a template repo to get it more convenient to use, and you can refer this [https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository](url) to make...

As title, is there any tensorflow-project-template that is based on tf version 2.x.x? Thanks!

I execute example_trainer, nothing shows. I execute mains/example.py, it shows : missing or invalid arguments Does it support tensorflow serving for other apps to use it?

1.Add _init_path.py in mains in order to add root path in python path. 2.Import _init_path.py in example.py

I found that in your example code, you loaded the model, then ran the variable initialisation, which effectively erased the loaded model. I changed the code to load the model...