Submitted by eternalmathstudent t3_z7z9gg in deeplearning
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.
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.
suflaj t1_iyc4hvj wrote
I know, however try finding a resnet pretrained on something other than a CV dataset.
Viewing a single comment thread. View all comments