-
Notifications
You must be signed in to change notification settings - Fork 517
Open
Description
In the model training step, specifically when we are standing in the "fit" step, we use the command and it crashes the kernel.
train and test are txt files readed from hdfs.
train = train.decode()
test = test.decode()
ffm_model = xl.create_ffm()
ffm_model.setTrain(train)
ffm_model.fit(param,str)
where str is the hdfs path to our production folder.
I am sorry if the issue is badly explained and/or contextualized , is the first time I report something as an issue to the library's owner.
What have we tried?
import subprocess
cat = subprocess.Popen(["hadoop", "fs", "-cat", str], stdout=subprocess.PIPE)
ffm_model.fit(param,cat)
The file specified in str, already exists but is empty.
Metadata
Metadata
Assignees
Labels
No labels