Open yangw1234 opened 3 years ago
remove the conda install
, this is only for horovod
I think for tensorflow 1.15 only tensorflow==1.15.0
and tensorflow_datasets==3.2.0
is enough.
@hkvision @qiuxin2012 any suggestions on the PyTorch dependencies?
ray and jep shouldn't be needed at the same time; also we may not need pillow for general pytorch applications?
why is matplotlib needed? h5py and cloudpickle is only needed for spark backend right?
why is matplotlib needed? h5py and cloudpickle is only needed for spark backend right?
Pillow and matplot are needed in torch examples. And Pillow are also imported in orca.image.file
why is matplotlib needed? h5py and cloudpickle is only needed for spark backend right?
Pillow and matplot are needed in torch examples. And Pillow are also imported in orca.image.file
But they would only be needed for image applications; other applications don't need them. Shouldn't add them as a must.
why is matplotlib needed? h5py and cloudpickle is only needed for spark backend right?
Pillow and matplot are needed in torch examples. And Pillow are also imported in orca.image.file
But they would only be needed for image applications; other applications don't need them. Shouldn't add them as a must.
ok, I'll not mark them as necessaray
ray and jep shouldn't be needed at the same time; also we may not need pillow for general pytorch applications?
any idea to differentiate ray and spark backend?
Collect extra pakages used in examples:
Any suggestions?