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
I'm fairly new to Haskell, so I apologize for the level of my question. I have been trying to build a network following the model from the convolutional example, but I cannot find the way to make it work with just one file, instead of one for training and another for testing.
My idea is to read the file, shuffle it and split it into the two different datasets.
Could you help me out with this, please?
The text was updated successfully, but these errors were encountered:
Hi,
I'm fairly new to Haskell, so I apologize for the level of my question. I have been trying to build a network following the model from the convolutional example, but I cannot find the way to make it work with just one file, instead of one for training and another for testing.
My idea is to read the file, shuffle it and split it into the two different datasets.
Could you help me out with this, please?
The text was updated successfully, but these errors were encountered: