TVM training support

Hi all,

I was wondering if the latest versions of TVM support training, and if so, where I could find some documentation/examples.

Thank you!

Me too!

I am taking a course on image analysis (they are basing the NN part on https://uvadlc.github.io/), and I have been looking for a framework which

  • is free (not requiring closed-source compilers like Bazel, MKL, e.g. TensorFlow and PyTorch)
  • runs on Python
  • can do automatic differentiation
  • has CPU and GPU support
  • can run with Intel, AMD and NVIDIA
  • is active

I only have less than a week to find it. I already spent 1 (that’s how I found TVM). I have seen that OpenCV can’t do training (It does not support fine-tuning and training). This is not life-and-death urgent, but please, help me! (to be free).