params-flow
params-flow copied to clipboard
A TensorFlow Keras coding style for reducing boilerplate code in custom layers and models.
Results
1
params-flow issues
Sort by
recently updated
recently updated
newest added
Hi, in setuptools v70.0.0 the method `convert_path` [has been removed](https://github.com/pypa/setuptools/blob/33afc112522057851eeaa016df7fdf774b3b1626/NEWS.rst#deprecations-and-removals). This package uses `convert_path` [here](https://github.com/kpe/params-flow/blob/5857dfd67cf15e89803e5987316c81fe6c4cc54d/setup.py#L8-L13). Maybe you could change ``` from setuptools import setup, find_packages, convert_path ``` to ``` from...