tutorial icon indicating copy to clipboard operation
tutorial copied to clipboard

Issue on page /training/putting_it_all_together.html

Open emilykuowen opened this issue 2 years ago • 2 comments

In the code block for the MaskInference class, connections.append([key, f'model:{key}']) is missing brackets around f'model:{key}, which causes the code to run into a KeyError. The correct code should be connections.append([key, [f'model:{key}']]), as shown in the printed model config of MaskInference later in the HTML.

emilykuowen avatar Nov 17 '22 19:11 emilykuowen

@emilykuowen Thank you my friend. I can confirm that I had the same problem. This issue hasn't been been fixed yet.

Farzad-RK avatar Jun 06 '23 09:06 Farzad-RK

Would someone mind making a PR?

ethman avatar Jun 06 '23 16:06 ethman