-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Juanma
committed
Jun 2, 2022
1 parent
6b58897
commit ae9c2d9
Showing
8 changed files
with
44 additions
and
350 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 |
---|---|---|
@@ -1,9 +1,7 @@ | ||
########################################################################################## | ||
# | ||
# This script is a sort of main file for the model in src.models.VAEAttention.py, which is | ||
# a variational autoencoder using self-attention. This script will aim to show to train | ||
# it, and also to save and load the model. | ||
# This file is modified to train in Dragonsoop | ||
# This script is a sort of main file for ED2ESP (FCN) model. This script will aim to | ||
# show to train it, and also to save and load the model. | ||
# | ||
# Author: Juan Manuel Parrilla Gutierrez ([email protected]) | ||
# | ||
|
@@ -14,7 +12,7 @@ | |
import tensorflow as tf | ||
|
||
from src.utils.TFRecordLoader import TFRecordLoader | ||
from src.models.VAE_ed_esp import VAE_ed_esp | ||
from src.models.ED2ESP import VAE_ed_esp | ||
|
||
# RUN PARAMS ############################################################################# | ||
os.environ["CUDA_VISIBLE_DEVICES"] = '2,3,4,5' | ||
|
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 |
---|---|---|
@@ -1,8 +1,7 @@ | ||
########################################################################################## | ||
# | ||
# This script is a sort of main file for the model in src.models.VAEAttention.py, which is | ||
# a variational autoencoder using self-attention. This script will aim to show to train | ||
# it, and also to save and load the model. | ||
# This script is a sort of main file for the model in src.models.VAE.py, and other VAE | ||
# variants. This script will aim to show to train it, and also to save and load the model. | ||
# This file is modified to train in Dragonsoop | ||
# | ||
# Author: Juan Manuel Parrilla Gutierrez ([email protected]) | ||
|
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.