Skip to content

Releases: tensorwerk/stockroom

Release 0.3.0

25 Aug 18:46
Compare
Choose a tag to compare
  • [Added] Added stock list to display the 3 shelves. #40 @jjmachan

  • [Added] VOC segmentation dataset from torchvision. #39 @jjmachan

  • [Added] Read only stock objects can right inside enable_write context manager. #37 @hhsecond

  • [Breaking change] stock.run() is removed. All the write enabled accessors optimized on creation #37 @hhsecond

  • [Breaking change] .keys() returns relevant keys. This change breaks the model storage APIs #35 @hhsecond

  • [Added] Rich powered console messages #32 @jjmachan

  • [Fixed] Structural change and shape error fix in import utility #27 @jjmachan

Release 0.2.2

07 Aug 04:30
Compare
Choose a tag to compare

Fixed

  • Import error on make_torch_dataset with hangar's old version #26 @hhsecond

Release 0.2.1

06 Aug 16:26
Compare
Choose a tag to compare

Added

  • The import CLI for importing PyTorch datasets (torchvision, torchtext and torchaudio) #17 @@jjmachan

Changed

Release 0.1.0

17 Feb 12:20
76174ec
Compare
Choose a tag to compare

Features

  • StockRoom class that gives abstracted storages for data, model and tags
  • An abstracted method to make stock commit
  • Repository initialization