You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the examples used tensorflow out-of-box dataset, which are in tensorflow dataset format.
I'd like to give tabnet a try but I have to use numpy matrix. Even though I converted numpy matrix to tensor via from_tensor_slices, it still didn't work coz I don't have the mapping between my tensor and the feature_columns. Please advise.
The text was updated successfully, but these errors were encountered:
I faced similar issue and I tried the following and it runed, but I'm unsure is correct. I've followed the example and create a dictionary. But from a numpy matrix it needs to be transpose to match tensor dimnesions. It would be great if the devs can have a look and double-check this is correct. Thanks,
All the examples used tensorflow out-of-box dataset, which are in tensorflow dataset format.
I'd like to give tabnet a try but I have to use numpy matrix. Even though I converted numpy matrix to tensor via
from_tensor_slices
, it still didn't work coz I don't have the mapping between my tensor and the feature_columns. Please advise.The text was updated successfully, but these errors were encountered: