Blazor GUI Interface
Is your feature request related to a problem? Please describe. The local HTML file can get very large; architecturally, embedding everything in it may not be the best solution.
Describe the solution you'd like Instead of generating a static HTML file, use a local web-server that serves the content. The advantage of this is that for large reports, we don't need to create a large HTML file, and can instead stream the results as needed, and potentially perform operations on the "server" instead of within the browser.
Describe alternatives you've considered n/a
Additional context n/a
Thanks for that, should be fixed now. Please pull again and try.
Now i am getting following error. should i open a new thread?
ValueError: Unknown layer: TensorFlowOpLayer
What version of tensorflow are you using? because tensorflow 2 is required.
hmm, i am using 1.13.1 .ok i ll update its version.Thanks!!