Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

default.yaml 711 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
  1. name: FaceExpression
  2. save_path: C:/Users/HI/Desktop/.dev/python/Deep learning/Projects/FaceExpressionProject/models/1/emotionModel.hdf5
  3. ckpt_path: C:/Users/HI/Desktop/.dev/python/Deep learning/Projects/FaceExpressionProject/models/ckpt/emotionModel.hdf5
  4. onnx_path: C:/Users/HI/Desktop/.dev/python/Deep learning/Projects/FaceExpressionProject/models/1/emotionModel.onnx
  5. history_path: C:/Users/HI/Desktop/.dev/python/Deep learning/Projects/FaceExpressionProject/evaluation/
  6. Train_path: C:/Users/HI/Desktop/.dev/python/Deep learning/Projects/FaceExpressionProject/data/train/
  7. Test_path: C:/Users/HI/Desktop/.dev/python/Deep learning/Projects/FaceExpressionProject/data/test/
  8. image_size: 48
  9. load_with_info: False
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...