2db50bdc87eac94438110fa0d895cbe269031eb2,train.py,,,#,5

Before Change


            [(32, 7), (32, 5)],
            [(64, 5), (64, 5)],
            [(128, 5), (128, 5)],
            [(128, 5), (128, 5)],
            [(128, 5), (128, 5)]
        ],
        "resized_size": (600, 400),

After Change


        model_params["num_classes"] = 1

    // Exporting params
    if not os.path.isdir(args["model_output_dir"]):
        os.mkdir(args["model_output_dir"])
    with open(os.path.join(args["model_output_dir"], "model_params.json"), "w") as f:
        json.dump(model_params, f)

    session_config = tf.ConfigProto()
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: dhlab-epfl/dhSegment
Commit Name: 2db50bdc87eac94438110fa0d895cbe269031eb2
Time: 2017-09-11
Author: sofia.oliveiraares@epfl.ch
File Name: train.py
Class Name:
Method Name:


Project Name: deepinsight/insightface
Commit Name: 8df5470cf8ce9f1a3b7e34fd6bd6b24be42523d8
Time: 2018-01-25
Author: guojia@gmail.com
File Name: src/data/dataset_merge.py
Class Name:
Method Name: main


Project Name: deepinsight/insightface
Commit Name: d92a6bcda0fce7a629563bac912d5fbc05ec2aa5
Time: 2018-01-25
Author: guojia@gmail.com
File Name: src/data/dataset_merge.py
Class Name:
Method Name: main