Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[D] What kind of computation graphs does caffe2 use?

Like tensorflow uses Static Computation graphs. When you define your network, it prepares the whole graph data structure before running. Whereas, pytorch uses Dynamic CG, where CG is prepared dynamically when the interpreter runs the code line by line.

My questions are: 1. Is there anything conceptually wrong in the above paragraph? 2. How does Caffe2 does it?

submitted by /u/TheRochVoices
[link] [comments]