Skip to content

Releases: scicloj/clj-djl

clj-djl 0.1.8

03 Mar 01:30
eabb7b9
Compare
Choose a tag to compare
clj-djl 0.1.8 Pre-release
Pre-release

upgrade to DJL 0.15

clj-djl 0.1.6

22 Sep 13:48
Compare
Choose a tag to compare
clj-djl 0.1.6 Pre-release
Pre-release
  • Follow up DJL 0.12.0
  • Add metamoph from @behrica

Rename new-xxx functions and remove metric.clj

14 Dec 11:10
Compare
Choose a tag to compare

This version updated the new prefixed function, remove this prefix, for example:

  • new-trainer -> trainer
  • new-default-training-config -> training-config
  • new-xavier -> xavier
  • new-array-dataset-builder -> array-dataset-builder
  • new-gradient-collector -> gradient-collector
  • new-topk-accuracy -> topk-accuracy
  • new-accuracy -> accuracy
    ...
    But some of the former form are still kept as an alias. May remove in the future.

Update get-metrics function, to get metrics from trainer as map of sequences.

And add one example in the README

Add lots functions in clj-djl.ndarray, learning, and dataset

09 Dec 01:06
Compare
Choose a tag to compare

Added quite many functions in namespace:

  • clj-djl.ndarray
  • clj-djl.nn
  • clj-djl.training
  • clj-djl.training.loss

Add -main func to display available engines

16 Sep 02:56
Compare
Choose a tag to compare
  1. lein run to display available engines
  2. add cv module to load image from url
  3. minor fix to model module

Fix java functional Comsumer interface

15 Sep 06:30
Compare
Choose a tag to compare
Pre-release
  • Now you can train MNIST dataset with clojure

Initial release

15 Sep 04:09
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release