Enhance activations testing (#992)#1144
Enhance activations testing (#992)#1144learner0018 wants to merge 6 commits intofortran-lang:masterfrom
Conversation
|
Hi @jalvesz, Looking forward to your feedback |
|
before reveiwing, could you please first remove unrelated changes: the app folder seems to be something coming from local testing, please revert this. Also, the .f90 file in the src folder should not be tracked here, it is a file created by the fypp preprocessor. |
|
understood. i will remove the app folder and the generated .f90 file immediately. thanks for the guidance. |
Implements testing framework for activation functions using reference data generated by PyTorch.
Changes:
generate_activation_data.pyto generate.npyreference files for sigmoid, relu, tanh, elu, selu, softplus, and softsign.test_specialfunctions_activations.fyppusingtest-drive.Current Status:
As discussed in #992, I am encountering a build error linking
stdlib_ioto the test executable.Opening this as a Draft to get help with the CMake configuration.
Reference data files generated locally (ignored by git).