-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: nailtu <nail.tu@outlook.com>
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# README | ||
------ | ||
I modified sedna source code to get my algorithm integrated into lifelong learning. I would display the framework and illustrute what I modified. | ||
## Framework | ||
![](framework_with_gan_selftaughtlearning.png) | ||
|
||
## What I Modified | ||
|
||
1. Delete redundant annotations. | ||
2. Replce `print` with `logger`. | ||
3. Integrate my algorithm into `sedna.lib.sedna.algorithms.unseen_task_processing.unseen_task_processing.py`. | ||
4. Replace absolute path with relative path. | ||
5. Remove redundant code. | ||
6. Provide link for developers to download trained model. | ||
|
||
## What I Refer to | ||
I refer to [FastGAN-pytorch](https://github.com/odegeasslbc/FastGAN-pytorch) to implement my GAN module. | ||
|
||
## Model to Download | ||
In `GAN.lpips.weights`, developers may need the pre-trained model. | ||
Also, the trained GAN model and trained encoder model is also provided. | ||
Click here [link](https://drive.google.com/drive/folders/1IOQCQ3sntxrbt7RtJIsSlBo0PFrR7Ets?usp=share_link) to download. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.