DeepCTR-Torch
DeepCTR-Torch copied to clipboard
Issues installing deeptorch >0.2.2 for M1 macos
I'm trying to install your package, however, versions (0.2.2>) does not support the Macos with M1 chip.
Currently the following is required; REQUIRED_PACKAGES = ['torch>=1.2.0', 'tqdm', 'scikit-learn', 'tensorflow']
But for installing tensorflow for M1 I need to install:
- 'tensorflow-macos'
Looking at version deepctr-torch==0.2.2, the following is required: REQUIRED_PACKAGES = ['torch>=1.1.0', 'tqdm', 'sklearn']
Futhermore, for an 'torch' implementation, why is the tensorflow needed?
The package is great, and I hope you can help resolved the issue