Implementation of paper "Enhancing Classical Model with Deep Learning"
To create a new environment:
Apple Silicon
conda create --name tcl --file environmenAppleSilicon.yml
To run any specific dataset use:
python train.py -d datasetName -e epochNumber
This code were modified from SubTab By Talip Ucar