Questions tagged [acc]

The aCC command invokes the HP aC++ compiling system

The aCC command (the driver) invokes the HP aC++ compiling system. You must use the aCC command to link your HP aC++ programs and libraries. This ensures that all libraries and other files needed by the linker are available.

Compiler Command Syntax and Environment Variables

46 questions
-1
votes
1 answer

Keras with Theano: Loss decrease but accuracy not changing

This is my code. I tried to build a VGG 11 layers network, with a mix of ReLu and ELu activation and many regularizations on kernels and activities. The result is really confusing: The code is at 10th epoch. My loss on both train and val have…
Estellad
  • 29
  • 4
1 2 3
4