Skip to content

Commit

Permalink
Merge pull request #27 from Qwinpin/pytorch_support
Browse files Browse the repository at this point in the history
Replace Keras with PyTorch support
  • Loading branch information
Qwinpin authored Apr 21, 2021
2 parents 15811bb + 33dcca0 commit f8ebc8a
Show file tree
Hide file tree
Showing 11 changed files with 1,718 additions and 444 deletions.
47 changes: 2 additions & 45 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,57 +3,14 @@ __pycache__/

*.pyc

example\.csv

\.vscode/

log\.log

train\.csv

extend_prerpoc\.csv

lstm_pop\.txt

*.ipynb
log\.log

*.p

\.coverage


docs/build

data/

data_transorm\.py

tmp\.json

viz/

x_genres\.npy

y_genres\.npy

viz_data\.json

viz_data2\.json

*.zip

viz_data\(7\)\.json

viz_data_imdb_2\.json

*.png

*.json

\.VSCodeCounter/

neuvol/individs/structure/structure_old\.py

log\.txt

stop\.txt
\.VSCodeCounter/*
Loading

0 comments on commit f8ebc8a

Please sign in to comment.