Revision 75556ceca6d1a4af862e88d9a98923dc787742b0 authored by Aaron Meyer on 17 January 2023, 18:44:42 UTC, committed by GitHub on 17 January 2023, 18:44:42 UTC
* Test adjustments

* Fix

* Remove index_update from parafac2

* Consolidate CP tests

* Fix torch

* Black formatting

* Add durations to testing output

* More adjustments to speed up parafac2 test times

* Fix test random states

* Fix merge conflicts

* Small fixes

* Small fixes

* Update Github actions

* Fix occasional TTOI error

* Fix mxnet test

* Fix PARAFAC2 normalize factors

* Fixes and black formatting

Co-authored-by: Aaron Meyer <github@asmlab.org>
1 parent 8ff7e29
Raw File
CITATION.cff
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "TensorLy Team"
title: "TensorLy"
url: "https://github.com/github/tensorly"
preferred-citation:
  type: article
  authors:
    - family-names: "Kossaifi"
      given-names: "Jean"
    - family-names: "Panagakis"
      given-names: "Yannis"
    - family-names: "Anandkumark"
      given-names: "Anima"
    - family-names: "Pantic"
      given-names: "Maja"
  doi: "10.5555/3322706.3322732"
  journal: "Journal of Machine Learning Research"
  month: 1
  start: 1 # First page number
  end: 6 # Last page number
  title: "TensorLy: Tensor Learning in Python"
  issue: 26
  volume: 20
  year: 2019
back to top