Pytorch-RNN-text-classification
Pytorch-RNN-text-classification copied to clipboard
Word Embedding + LSTM + FC
Corrected the link to the paper
Bumps [numpy](https://github.com/numpy/numpy) from 1.14.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
edit function 'def create_tsv_file(path_in, path_out)' as: with open(path_in,'r', encoding = 'utf-8') as f, open(path_out,'w',encoding = 'utf-8') as fw: or bug:UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 4757: ordinal...
Bumps [torch](https://github.com/pytorch/pytorch) from 0.4.0 to 1.13.1. Release notes Sourced from torch's releases. PyTorch 1.13.1 Release, small bug fix release This release is meant to fix the following issues (regressions /...
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.19.1 to 1.5.0. Release notes Sourced from scikit-learn's releases. Scikit-learn 1.5.0 We're happy to announce the 1.5.0 release. You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html and...
Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1 to 2.2.0. Release notes Sourced from torch's releases. PyTorch 2.2: FlashAttention-v2, AOTInductor PyTorch 2.2 Release Notes Highlights Backwards Incompatible Changes Deprecations New Features Improvements Bug fixes...