Recent Releases of tweetynet
tweetynet - convert to PyTorch model
Added
network.pymodule (see "Changed")- initial
tests/test_tweetynet.pymodule, written forpytest
Changed
- convert to
PyTorchmodel- because Tensorflow 1.0 is deprecated.
- chose PyTorch over Tensorflow 2.0 for several reasons, see NickleDave/vak#88
- network is now implemented as
TweetyNetclass innetwork.py, as a subclass oftorch.nn.Module
- make
vaka dependency, since we usevak.Model- rewrite
model.pywithTweetyNetModel, avak.Modelsubclass- that specifies optimizer, loss, and metrics for
TweetyNetModel
- that specifies optimizer, loss, and metrics for
- rewrite
yarden2seqre-written to work withcrowsetta 2.0, renamedyarden2annot
- Jupyter Notebook
Published by NickleDave about 6 years ago
tweetynet -
Added
- add
gardnerpackage withyarden2seqmodule that convertsannotation.matfiles tocrowsetta.Sequenceobjects- will be installed along with TweetyNet so that
vakknows how to useyardenformat
- will be installed along with TweetyNet so that
- Jupyter Notebook
Published by NickleDave almost 7 years ago
tweetynet -
Changed
- change README.md to state that TweetyNet can be run with
vak+ point to thevakdocs
- Jupyter Notebook
Published by NickleDave almost 7 years ago
tweetynet -
Changed
- Change dependency to
vak(https://github.com/NickleDave/vak) after renamingsongdecktovak--shouldn't affect usage of TweetyNet, but need to release new version so dependencies work when installing from PyPI
- Jupyter Notebook
Published by NickleDave almost 7 years ago
tweetynet -
Changed
- Version where network is abstracted away from code for benchmarking;
put that code in a separate library,
songdeck
- Jupyter Notebook
Published by NickleDave almost 7 years ago