835cafd0a27cacf658f85cff13cac85ec68e41e5,compile.py,,,#,25
Before Change
util.log_print(colored("â–ˆ Resuming artifact", "blue", attrs=["bold"]))
util.log_print()
util.log_print("Resuming from : " + resume_artifact_file)
util.log_print("New artifact will be saved to: " + artifact_file)
artifact = torch.load(resume_artifact_file)
prev_artifact_total_traces = artifact.total_traces
prev_artifact_total_iterations = artifact.total_iterations
After Change
file_size = "{:,}".format(os.path.getsize(resume_artifact_file))
util.log_print("File name : {0}".format(resume_artifact_file))
util.log_print("File size (Bytes) : {0}".format(file_size))
util.log_print(artifact.get_info())
util.log_print()
util.log_print("New artifact will be saved to: " + artifact_file)
else:
util.log_print()
util.log_print(colored("â–ˆ New artifact", "blue", attrs=["bold"]))
util.log_print()
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: pyprob/pyprob
Commit Name: 835cafd0a27cacf658f85cff13cac85ec68e41e5
Time: 2017-04-05
Author: atilimgunes.baydin@gmail.com
File Name: compile.py
Class Name:
Method Name:
Project Name: pyprob/pyprob
Commit Name: 6bb344bff4b94300eb0fa74700b19a6743a67d3e
Time: 2017-04-05
Author: atilimgunes.baydin@gmail.com
File Name: compile.py
Class Name:
Method Name:
Project Name: pyprob/pyprob
Commit Name: e56808e816b2d40bc31339eb64474d771349aa50
Time: 2017-04-29
Author: atilimgunes.baydin@gmail.com
File Name: infcomp/infer.py
Class Name:
Method Name: main