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

env.yaml 370 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  1. fasttext_dimension: 200
  2. fasttext_epochs: 10
  3. word2vec_epochs: 20
  4. word2vec_dimension: 200
  5. gnn_epochs: 100
  6. gnn_layers: 2
  7. gnn_batch_size: 2056
  8. gnn_hidden_channels: 200
  9. gnn_model_name: "graphsage"
  10. gnn_use_self_connection: True
  11. gnn_description_mode: False
  12. test_run: False
  13. graph_records_path: "data/dependency_records.csv"
  14. python_files_csv_path: "data/python_files.feather"
Tip!

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

Comments

Loading...