Skip to content

pretidav/inference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RL reverse model attack

Model training and serving

  1. train

python train_serve_predict.py --train

  1. serve

python train_serve_predict.py --serve

  1. test predictions

python train_serve_predict.py --predict

A2C attack

python attack.py --batch=8 --episodes=50 --eps=0.05 --alpha=1 --randomstart

About

Simple serving - predict system sandbox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages