Jeremy

Results 2 comments of Jeremy

> `global.json` can be used to fix the log version error. > > I used the following steps to fix the "Unsupported log format error": > > 1. Install preview...

I freeze graph first, and save again. And it works. Link is below. ``` def freeze_session(session, keep_var_names=None, output_names=None, clear_devices=True): """ Freezes the state of a session into a pruned computation...