tensorflow_fasttext icon indicating copy to clipboard operation
tensorflow_fasttext copied to clipboard

eval reach a good performance but saved model cannot predict as good as eval

Open SUMMER1234 opened this issue 4 years ago • 1 comments

SUMMER1234 avatar Apr 12 '20 15:04 SUMMER1234

my classification reach performance{'accuracy': 0.8878125, 'loss': 0.33625996, 'precision': 0.8802214, 'recall': 0.9352941, 'global_step': 1000} but using same evaluation data on pb model only reach about 0.6 accuracy

SUMMER1234 avatar Apr 12 '20 15:04 SUMMER1234