TDteach

Results 8 comments of TDteach

add the following code to [add_argument function of BackdoorAttack class](https://github.com/ain-soph/trojanzoo/blob/main/trojanvision/attacks/abstract.py#L73) may be a good choice. ``` group.add_argument('--source_class', type=int, nargs='+', help='source class(es) of backdoor ' '(default: 1)') ```

No. The output will goes into the output file after the program exit. On Thu, Aug 25, 2022 at 1:20 PM Local State ***@***.***> wrote: > Is there still any...

use the new-threads branch. I don't know which version you use, and there are some versions have bugs. So keep it updated. On Tue, 20 Mar 2018, 4:56 PM He,...

The new-threads branch re-implements the multi-threads logic and makes it more efficient. Specifically, new-threads branch is two times faster than the original one. And the core of the MCTS used...

The bug in the master branch mainly is the consumption of the PIPE resource. You can find that if I use 4 processes and every process further includes 10 threads,...

simulation num = 2000 search threads = 8 max processes = 10 GPU: TITAN X max_game_leanth = 200 50 games in one file The time to produce one file is...

谢谢你的建议。 不过这个repo暂时只是just for fun. 所以,当它成熟的那一天,我才会考虑它的“后事”