LeoGrin / tabular-benchmark

448 stars 59 forks source link

Commented out code in Resnet and MLP #5

Closed Kunal458 closed 2 years ago

Kunal458 commented 2 years ago

I was looking to benchmark the datasets with the given deep learning models and I found that much of the code is commented out in bin/mlp.py and resnet.py. Would the code work without the commented code, and is there any reason for it like fixing some errors in them?

LeoGrin commented 2 years ago

The code for these two models is adapted from https://github.com/Yura52/rtdl. I kept their model architecture and commented out the rest of their code (data loading etc), which I deal with separately.

Kunal458 commented 2 years ago

Alright understood. Thanks!