User Tools

Site Tools


cs501r_f2017:lab5v2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cs501r_f2017:lab5v2 [2017/09/28 16:46]
wingated
cs501r_f2017:lab5v2 [2021/06/30 23:42] (current)
Line 64: Line 64:
  
 <code python> <code python>
-def fc( x, out_size=50,​ name="​fc"​ ):+def fc( x, out_size=50, is_output=False, name="​fc"​ ):
     '''​     '''​
     x is an input tensor     x is an input tensor
cs501r_f2017/lab5v2.1506617219.txt.gz ยท Last modified: 2021/06/30 23:40 (external edit)