We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4beeb36 commit 9dc2efbCopy full SHA for 9dc2efb
examples/bandits/launcher.py
@@ -427,9 +427,9 @@ def learner_func():
427
428
def _run_experiment(args):
429
if args.plaintext:
430
- import plain_contextual_bandits as bandits
+ import plain_contextual_bandits as bandits # @manual
431
else:
432
- import private_contextual_bandits as bandits
+ import private_contextual_bandits as bandits # @manual
433
434
learner_func = build_learner(args, bandits, download_mnist)
435
import crypten
0 commit comments