muellerzr / Walk-with-fastai-revisited

Source notebook code for the course, stripped of all information. Please consider puchasing the course at https://store.walkwithfastai.com
Apache License 2.0
34 stars 6 forks source link

The flow chart is not rendered in Lesson 1 #2

Closed premputtegowda closed 1 year ago

premputtegowda commented 1 year ago

I believe this should be rendered as a flow chart (Lesson link: https://walkwithfastai.com/revisited/pets.html)

General Deep Learning Pipeline: flowchart TD A[Gather Data] --> B[Clean Data] B --> C[Build DataLoaders] C ==> D[Build a Learner] D ==> E[Train with modern best practices] E ==> F[Deploy] F --> A E ==> C We’ll be focusing on a small subset of this pipeline:

flowchart TD C["Build DataLoaders"] ==> D["Build a Learner"] D ==> E["Train with modern best practices"] E ==> F["Deploy"] E ==> C

muellerzr commented 1 year ago

Hi @premputtegowda, can you tell me more about the browser etc you're looking at this on? And can you try in a new private window? It's currently rendering for me :)

muellerzr commented 1 year ago

Whelp now it is broken so there is that :(

Looks to be browser specific though. It breaks on Chrome but works on Edge

muellerzr commented 1 year ago

Fixed, just used svg's instead