Viewing a single comment thread. View all comments

suflaj t1_iy8xun6 wrote

If you have tabular data, the solution is to use XGBoost. Resnets are pretrained on imagenet, meaning if you need it pretrained for any other task, you'll have to do it yourself. I do not see how the task would benefit from a ResNet.

1

majinLawliet2 t1_iyb97za wrote

Resnet is just the architecture. It has nothing to do with pertaining data. You can have skip connections with linear layers as well.

1

suflaj t1_iyc4hvj wrote

I know, however try finding a resnet pretrained on something other than a CV dataset.

2