You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to follow the Compiling and Running Models in Networks Directory Automatically in Athos README.md file.
I keep getting the following error: Type_error(8454,1-8454,49): Function HardSigmoid not found when running the command: ./CompileTF.sh -b 64 -s 12 -t PORTHOS -f ./Networks/ResNet/ResNet_main.py.
ResNet doesn't have any HardSigmoid layer.
When I debugged this error, I found that I get it also when I compile a very simple network with one conv layer.
Any help would be appreciated.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to follow the Compiling and Running Models in Networks Directory Automatically in Athos README.md file.
I keep getting the following error: Type_error(8454,1-8454,49): Function HardSigmoid not found when running the command: ./CompileTF.sh -b 64 -s 12 -t PORTHOS -f ./Networks/ResNet/ResNet_main.py.
ResNet doesn't have any HardSigmoid layer.
When I debugged this error, I found that I get it also when I compile a very simple network with one conv layer.
Any help would be appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: