Spaces:
Build error
Build error
Upload 3 files
Browse files- app.py +2 -2
- ml4co-kit-0.0.2a1.tar.gz +2 -2
app.py
CHANGED
@@ -17,9 +17,9 @@ def handle(
|
|
17 |
):
|
18 |
solver = CVRPPyVRPSolver(time_limit=10)
|
19 |
gen = CVRPDataGenerator(
|
20 |
-
num_threads=
|
21 |
solver=solver,
|
22 |
-
train_samples_num=
|
23 |
val_samples_num=0,
|
24 |
test_samples_num=0,
|
25 |
)
|
|
|
17 |
):
|
18 |
solver = CVRPPyVRPSolver(time_limit=10)
|
19 |
gen = CVRPDataGenerator(
|
20 |
+
num_threads=16,
|
21 |
solver=solver,
|
22 |
+
train_samples_num=12800,
|
23 |
val_samples_num=0,
|
24 |
test_samples_num=0,
|
25 |
)
|
ml4co-kit-0.0.2a1.tar.gz
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a07f4d1ad149056a9a8332192c7aa9fc72ce5020d76e070d4a13327dc5fed33
|
3 |
+
size 14081074
|