forked from yunx-z/MLRC-Bench
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·25 lines (25 loc) · 787 Bytes
/
.gitignore
File metadata and controls
executable file
·25 lines (25 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
openai_api_key.txt
MLAgentBench/benchmarks_base/backdoor-trigger-recovery/scripts/test_data/hidden_test.json
results/
test_cases/
MLAgentBench.egg-info/
logs/
workspace/
bak/
__pycache__/
MLAgentBench/benchmarks/
MLAgentBench/benchmarks_base_exp/
/*.sh
!*/**/*.sh
**/.DS_Store
.DS_Store
MLAgentBench/benchmarks_base/perception_temporal_action_loc/
MLAgentBench/benchmarks_base/meta-learning/env/data/
MLAgentBench/benchmarks_base/machine_unlearning/env/data/
MLAgentBench/benchmarks_base/machine_unlearning/env/forget_idx.npy
MLAgentBench/benchmarks_base/machine_unlearning/env/retrain_weights_resnet18_cifar10.pth
MLAgentBench/benchmarks_base/machine_unlearning/env/weights_resnet18_cifar10.pth
MLAgentBench/benchmarks_base/erasing_invisible_watermarks/env/data/
tmp/
scripts/
.kaggle/