7a50be64b75a82ee4380284b4a74496d18106b0a,mx.py,,,#,97

Before Change


    g.print_all()
    print(g.readout())

    print("before update:\t", g.nodes[0])
    g.update_to(0)
    print("after update:\t", g.nodes[0])
    g.print_all()

After Change


    print("\t**after:"); g.print_all()

    print("\ntesting fwd update")
    g.clear()
    g.add_path([0, 1, 2])
    g.init_reprs()

    fwd_net = nn.Sequential(nn.Linear(4, 4), nn.ReLU())
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 2

Instances


Project Name: dmlc/dgl
Commit Name: 7a50be64b75a82ee4380284b4a74496d18106b0a
Time: 2018-04-22
Author: zzhang@gmail.com
File Name: mx.py
Class Name:
Method Name:


Project Name: biolab/orange3
Commit Name: 9f9ecd82214f39524fdad86ae20a4fd364ae1a1b
Time: 2014-10-20
Author: lan.zagar@fri.uni-lj.si
File Name: Orange/widgets/data/owsql.py
Class Name: OWSql
Method Name: connect


Project Name: AlexEMG/DeepLabCut
Commit Name: d63692e0304ae593352d509e0222f0d5befc67dc
Time: 2021-01-06
Author: 30733203+jeylau@users.noreply.github.com
File Name: deeplabcut/pose_estimation_tensorflow/predict_multianimal.py
Class Name:
Method Name: GetPoseandCostsF


Project Name: AlexEMG/DeepLabCut
Commit Name: 9c3d9ba05502b5f553bc8abc44d08e09e1851e68
Time: 2021-02-05
Author: 30733203+jeylau@users.noreply.github.com
File Name: deeplabcut/pose_estimation_tensorflow/predict_multianimal.py
Class Name:
Method Name: GetPoseandCostsF