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
code: t.apply(lambda p: str(p.name)) for t in train_folders[0].glob("*.png")
error: AttributeError: 'WindowsPath' object has no attribute 'apply'
how to solve the error????
DeepCoNN/pro_data/loaddata.py 运行不了,报的是pickle 错误
print(item_reviews[11])
pickle.dump(user_reviews, open(os.path.join(TPS_DIR, 'user_review'), 'wb'))
The text was updated successfully, but these errors were encountered: