mirror of
https://github.com/Sosokker/CPP-Neural-Network.git
synced 2025-12-18 18:14:04 +01:00
Update include path
This commit is contained in:
parent
318d8945ec
commit
874ba254ba
@ -1,6 +1,6 @@
|
||||
#include <functional>
|
||||
#include <Eigen/Dense>
|
||||
#include <Layers/Layers.hpp>
|
||||
#include "../../include/Eigen/Dense"
|
||||
#include "../Layers/Layers.hpp"
|
||||
|
||||
class Activation : public Layer {
|
||||
public:
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#include <cmath>
|
||||
#include <Layers/Layers.hpp>
|
||||
#include "../Layers/Layers.hpp"
|
||||
#include "Activation.hpp"
|
||||
#include <Eigen/Dense>
|
||||
#include "../../include/Eigen/Dense"
|
||||
|
||||
class TanhActivation : public Activation {
|
||||
public:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user