|
|
|
|
|
by awaythrowact
1794 days ago
|
|
I very frequently run into namespace collisions like that. I think they are quite common in large codebases. I am aware of the ability to do eg "import TensorFlow; model = TensorFlow.model; TensorFlow.fit(model,data)" As I mentioned previously, I find Python's OOP "model.fit" syntax to be better, for a variety of reasons. Thank you for your engagement. Have a nice day. |
|
YensorFlow.fit and Pytorch.fit are just different methods of the same function.
You've formed some strong opinions based on a pretty big misunderstanding.