diffres-python
diffres-python copied to clipboard
File missing
Hello author, I found some problems while trying to use your code in my model: First, when installing pydiffres directly via pip install pydiffres, there is a lack of dilated_convolutions_1d, which must be solved by downloading the installation package directly from your github. Secondly, in the conv file, the model of DilatedConv_128 is also missing, and it seems that you can only use DilatedConvLarge that you annotated. Is there any impact on this part