Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue on page /training/putting_it_all_together.html #46

Open
emilykuowen opened this issue Nov 17, 2022 · 2 comments
Open

Issue on page /training/putting_it_all_together.html #46

emilykuowen opened this issue Nov 17, 2022 · 2 comments

Comments

@emilykuowen
Copy link

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.

@Farzad-RK
Copy link

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

@ethman
Copy link
Contributor

ethman commented Jun 6, 2023

Would someone mind making a PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants