468b7ab7a48a6712991dcbb4ec399a4dc95bd091,manage.py,,,#,94
Before Change
if "indir" in args: indir = args["indir"]
else: indir = None
train(indir)
After Change
GLB.recorder = settings.recorder(session)
//GLB.recorder.create(session)
if model is not None:
print("Loading predictor model: %s" %model)
GLB.predictor = settings.predictor()
GLB.predictor.load(model)
else:
print("No model given. Auto mode will not work.")
GLB.predictor = settings.predictor()
drive_loop()
elif args["train"]:
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 5
Instances
Project Name: autorope/donkeycar
Commit Name: 468b7ab7a48a6712991dcbb4ec399a4dc95bd091
Time: 2016-12-14
Author: wroscoe@gmail.com
File Name: manage.py
Class Name:
Method Name:
Project Name: ray-project/ray
Commit Name: 244aafdcf89ae814975c8c4e3faf0bd4995c7878
Time: 2020-09-05
Author: sven@anyscale.io
File Name: rllib/utils/exploration/tests/test_curiosity.py
Class Name: TestCuriosity
Method Name: test_curiosity_on_large_frozen_lake
Project Name: tensorflow/privacy
Commit Name: 10335f61775faabe5e931f30b0ecf91f0719b727
Time: 2020-05-07
Author: schien@google.com
File Name: tutorials/mnist_dpsgd_tutorial.py
Class Name:
Method Name: main