Skip to content

Commit

Permalink
Merge pull request #76 from SergioQuijanoRey/issue72-blog_fixes
Browse files Browse the repository at this point in the history
Implemented our original solution to the collapsing problem
  • Loading branch information
SergioQuijanoRey authored Jun 21, 2024
2 parents 2d26516 + 55d6ec9 commit 4c9e31f
Show file tree
Hide file tree
Showing 14 changed files with 1,411 additions and 916 deletions.
Binary file added all_plots_corrected/Train embeddings.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 all_plots_corrected/Validation embeddings.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 all_plots_corrected/embedding.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 hard_plots_corrected/Train embeddings.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 hard_plots_corrected/Validation embeddings.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 hard_plots_corrected/embedding.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion launch_server_process.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ conda activate /mnt/homeGPU/squijano/TFG/custom_env_squijano
export TFHUB_CACHE_DIR=.

# Launch the python process
MAIN_FILE="./src/MNIST Adam Bielski.py"
MAIN_FILE="./src/FG-Net.py"
python "$MAIN_FILE" || mail -s "Proceso fallido" [email protected] <<< "El proceso no se ha ejecutado correctamente"

# Notify process has finished succesfully
Expand Down
816 changes: 317 additions & 499 deletions src/FG-Net.py

Large diffs are not rendered by default.

Loading

0 comments on commit 4c9e31f

Please sign in to comment.