Skip to content

Commit

Permalink
second_last
Browse files Browse the repository at this point in the history
  • Loading branch information
akansh12 committed Feb 23, 2024
1 parent 4761d4c commit c53c86f
Show file tree
Hide file tree
Showing 9 changed files with 1,086 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,6 @@ checklink/cookies.txt
.quarto
data/
weights/
nbs/images/samples_trojan/
model_weights/
nbs/images/samples_benign_trojan/
2 changes: 1 addition & 1 deletion nbs/01_DDPM.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"sys.path.append('../')\n",
"from tqdm.auto import tqdm\n",
"from torchvision.utils import make_grid\n",
"from trojan_diffusion_seminar_.models import Unet\n",
"from models import Unet\n",
"from tqdm.auto import tqdm\n",
"device = torch.device(\"cuda\" if torch.cuda.is_available() else \"cpu\")"
]
Expand Down
Binary file added nbs/images/Trojan_sampling_algo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added nbs/images/k_t_soln.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added nbs/images/paper_objective_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added nbs/images/trojan_training_algo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added nbs/images/trojvsnormal_noise.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added nbs/images/white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,093 changes: 1,082 additions & 11 deletions nbs/index.ipynb

Large diffs are not rendered by default.

0 comments on commit c53c86f

Please sign in to comment.