dingandrew

Results 2 comments of dingandrew

Hi @maljoras, So this would have the effect of skipping the ADC right? And this also brings up another point. Is it possible to extend the analog layers to implement...

Would this be the correct RPU configuration for turning off all digital circuitry? ```python mapping = MappingParameter( weight_scaling_omega=0.0) rpu_config = SingleRPUConfig(device=ConstantStepDevice(), mapping=mapping) rpu_config.forward.inp_res = -1 rpu_config.forward.out_res = -1 rpu_config.forward.inp_bound =...