Skip to content

v0.20.6

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jun 03:59
66065db

MLJBase v0.20.6

Diff since v0.20.5

  • (enhancement) Support mulithreaded training of learning networks. Call as in fit!(node, acceleration=CPUThreads()) (#785) @olivierlabayle
  • (enhancement) Create interface point for specifying acceleration mode when "exporting" a learning network as new model type, by supporting acceleration as keyword argument of return! method (#785) @olivierlabayle
  • (enhancement) Add acceleration and cache fields to Stack type (#785) @olivierlabayle

Merged pull requests: