robo-lib 0.0.9__tar.gz → 0.0.10__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: robo_lib
3
- Version: 0.0.9
3
+ Version: 0.0.10
4
4
  Summary: A package to create, configure, and train transformer models.
5
5
  Project-URL: Homepage, https://github.com/hamburgerfish/robo_pack
6
6
  Project-URL: Issues, https://github.com/hamburgerfish/robo_pack/issues
@@ -124,7 +124,7 @@ robo = rl.RoboConstructor(
124
124
  enc_block_size=100
125
125
  )
126
126
 
127
- robo.train(
127
+ robo.train_robo(
128
128
  max_iters=20000,
129
129
  eval_interval=200,
130
130
  batch_size=128,
@@ -107,7 +107,7 @@ robo = rl.RoboConstructor(
107
107
  enc_block_size=100
108
108
  )
109
109
 
110
- robo.train(
110
+ robo.train_robo(
111
111
  max_iters=20000,
112
112
  eval_interval=200,
113
113
  batch_size=128,
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "robo_lib"
7
- version = "0.0.9"
7
+ version = "0.0.10"
8
8
  authors = [
9
9
  { name="Erik Papp", email="erik3papp@gmail.com" },
10
10
  ]
File without changes
File without changes
File without changes