allegroai
|
03e7ebd48c
|
Add pipeline controller tag-per-step option. Pipeline controller parameters can now be any type.
|
2020-09-05 16:31:01 +03:00 |
|
allegroai
|
c234837ce2
|
Fix kernels issue in pytorch example. Update trains version.
|
2020-09-01 18:01:39 +03:00 |
|
allegroai
|
5beecbb078
|
Add Pipeline Controller automation and example
|
2020-09-01 18:00:19 +03:00 |
|
allegroai
|
0d533e9013
|
Fix examples
|
2020-08-27 15:00:42 +03:00 |
|
allegroai
|
e0ab86a64d
|
Update examples requirements
|
2020-08-10 17:24:38 +03:00 |
|
allegroai
|
f74c89a25d
|
Update pytorch examples
|
2020-08-10 08:04:58 +03:00 |
|
allegroai
|
73bd8c2714
|
Add FastAI example, disable binding if tensorboard is loaded (assume TensorBoradLogger will be used)
|
2020-08-10 08:01:03 +03:00 |
|
allegroai
|
772fd7f750
|
Add Keras Tuner CIFAR10 example
|
2020-08-08 13:13:21 +03:00 |
|
allegroai
|
6c4827cda3
|
Update examples requirements
|
2020-08-08 12:59:03 +03:00 |
|
allegroai
|
42148345b4
|
Change default hyper parameter optimization example to 12 seconds
|
2020-08-08 12:43:43 +03:00 |
|
allegroai
|
35fa4f010a
|
Add Optimizer min_iteration_per_job for all SearchStrategies
|
2020-08-08 12:39:56 +03:00 |
|
allegroai
|
87088a8c0f
|
Fix AWS autoscaler wizard to match the autoscaler requirements (queues cannot share the same resource type, so we automatically duplicate them)
|
2020-07-30 15:17:59 +03:00 |
|
allegroai
|
7de064aaa0
|
Fix Optuna and HPBandster optimizers to ignore extra kwargs in constructor. Use OptimizerOptuna as default optimizer for hyper-parameter optimization example.
|
2020-07-30 14:56:15 +03:00 |
|
allegroai
|
29727b80b7
|
When launching jupyter notebook instance, pass base docker image to the running jupyter
|
2020-07-30 14:50:24 +03:00 |
|
allegroai
|
e7864e6ba8
|
Move autoscaler input functions to utilities
|
2020-07-14 23:40:05 +03:00 |
|
allegroai
|
79799d3efd
|
Add logger.report_confusion_matrix arg yaxis_reversed (when True flip the confusion matrix, default False). Issue #165
|
2020-07-11 01:37:02 +03:00 |
|
allegroai
|
8d7740ea68
|
Add AWS EC2 Auto-Scaler service example
|
2020-07-11 01:32:51 +03:00 |
|
allegroai
|
88d88e914d
|
Fix optimization example
|
2020-07-11 01:27:31 +03:00 |
|
allegroai
|
6221c6c096
|
Fix Task type in automation examples
|
2020-07-04 22:59:24 +03:00 |
|
Allegro AI
|
ae6e417d61
|
Update hyper_parameter_optimizer.py
|
2020-06-28 18:16:14 +03:00 |
|
Allegro AI
|
f036213d91
|
Merge pull request #150 from danmalowany-allegro/master
Update Jupiter notebook example scripts
|
2020-06-27 14:23:19 +03:00 |
|
allegroai
|
53f46469ce
|
Moved hyper-parameter example optimization into optimization folder
|
2020-06-23 16:53:51 +03:00 |
|
allegroai
|
562be23ba4
|
Moved hyper-parameter example optimization into optimization folder
|
2020-06-22 17:13:03 +03:00 |
|
allegroai
|
1b153e401e
|
Refine subprocess example
|
2020-06-22 17:12:24 +03:00 |
|
danmalowany-allegro
|
10f11ba038
|
Added text classification example and updated image and audio examples
|
2020-06-22 14:13:49 +03:00 |
|
danmalowany-allegro
|
8cb7c8130a
|
Added text classification example and updated image and audio examples
|
2020-06-22 14:13:03 +03:00 |
|
allegroai
|
53d0da373f
|
Removed old example
|
2020-06-22 00:07:53 +03:00 |
|
allegroai
|
2c5e2bb849
|
Add Slack Monitor service
|
2020-06-21 23:30:07 +03:00 |
|
allegroai
|
efb72d8fc3
|
Improve 2D scatter example, show 3 different plot styles
|
2020-06-20 22:41:33 +03:00 |
|
stef-ubuntu
|
6bf448f43b
|
bug: test_loader was using train batch_size instead of test_batch_size
|
2020-06-19 16:55:15 +09:00 |
|
allegroai
|
661e46c7bc
|
Fix documentation
|
2020-06-19 00:40:38 +03:00 |
|
allegroai
|
a51a1be320
|
Add manual model tracking example
|
2020-06-17 01:01:31 +03:00 |
|
allegroai
|
bfaf9459e0
|
Add scikit-learn example
|
2020-06-16 04:04:42 +03:00 |
|
allegroai
|
99368abb1c
|
Refactor examples
|
2020-06-15 22:48:51 +03:00 |
|
allegroai
|
20a9f0997d
|
Add direct plotly figure reporting (see issue #136)
|
2020-06-14 00:01:30 +03:00 |
|
allegroai
|
633616d3f2
|
Update cleanup service example
|
2020-06-11 15:29:50 +03:00 |
|
allegroai
|
d72585b8e1
|
Add cleanup service example
|
2020-06-11 15:09:10 +03:00 |
|
allegroai
|
fba3d70ce8
|
Add audio/video reporting examples
|
2020-06-09 23:20:38 +03:00 |
|
allegroai
|
43dac458df
|
Change OptimizerBOHB argument max_job_execution_minutes to time_limit_per_job. Add budget remaining reporting
|
2020-05-31 13:28:03 +03:00 |
|
allegroai
|
342fac71e2
|
Improve example documentation
|
2020-05-24 15:47:52 +03:00 |
|
allegroai
|
9e0a5a36fb
|
Added distributed examples
|
2020-05-24 15:37:55 +03:00 |
|
allegroai
|
ba4c4c558f
|
Add automation examples
|
2020-05-24 08:21:21 +03:00 |
|
allegroai
|
95105cbe6a
|
Add automation support including hyper-parameters optimization
|
2020-05-22 12:00:07 +03:00 |
|
allegroai
|
c1e7742085
|
Update PyTorch example default epochs
|
2020-05-08 22:14:58 +03:00 |
|
allegroai
|
824808d38b
|
Remove cast warning in Tensorflow v2 example
|
2020-04-28 10:45:02 +03:00 |
|
Jake Henning
|
0a3db7186d
|
Update autokeras_imdb_example.py
|
2020-04-20 15:48:39 +03:00 |
|
Erez Schanider
|
d0e04b8975
|
Add autokeras example
|
2020-04-20 14:55:59 +03:00 |
|
allegroai
|
c06f72ae3a
|
Match Torch TensorboardX example to Tensorboard
|
2020-04-16 16:47:03 +03:00 |
|
allegroai
|
8f1dd8ba8b
|
Add log text to TF V1 example
|
2020-04-16 16:44:42 +03:00 |
|
allegroai
|
0211d233d4
|
Deprecate Task.set_model_config(), Task.get_model_config_text() and Task.get_model_config_dict()
|
2020-03-23 23:25:16 +02:00 |
|