Skip to content

Commit

Permalink
store training data
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyHFR committed Oct 30, 2024
1 parent 269b4a8 commit 322ccce
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 5,075 deletions.
Binary file modified .DS_Store
Binary file not shown.
5,113 changes: 38 additions & 5,075 deletions captcha_generator.ipynb

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions captcha_generator.py → captcha_generator_draft.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Important!! This file is only used as a draft. Actual captcha_generator please refer to the python notebook!!!

import torch
import torch.nn as nn
import matplotlib.pyplot as plt
Expand Down
Empty file added model/discriminator.pth
Empty file.
Empty file added model/generator.pth
Empty file.
Empty file added model/optimizer_d.pth
Empty file.
Empty file added model/optimizer_g.pth
Empty file.

0 comments on commit 322ccce

Please sign in to comment.