Skip to content

Commit 9dc2efb

Browse files
generatedunixname89002005287564facebook-github-bot
authored andcommitted
deeplearning/projects/crypten/examples:bandits
Reviewed By: AishwaryaSivaraman Differential Revision: D57140599 fbshipit-source-id: dfe766a38027f9c5d68d34f5edb6f5e1fae8be02
1 parent 4beeb36 commit 9dc2efb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/bandits/launcher.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,9 +427,9 @@ def learner_func():
427427

428428
def _run_experiment(args):
429429
if args.plaintext:
430-
import plain_contextual_bandits as bandits
430+
import plain_contextual_bandits as bandits # @manual
431431
else:
432-
import private_contextual_bandits as bandits
432+
import private_contextual_bandits as bandits # @manual
433433

434434
learner_func = build_learner(args, bandits, download_mnist)
435435
import crypten

0 commit comments

Comments
 (0)