-
We need to create an automatic way (script) to gather statistics from trials. For example, the number of farmers that finished the trial by crop. For this, we need to perform a series of tasks. For ex…
-
Hey @Chitran-0249f , here are some comments and tasks that need to be completed:
- [ ] Please keep only parts of the code that are finally tested and working.
- [ ] Remove unnecessary code sections…
-
All session parameters are saved inside text files with the INI file structure:
> [Section]
> Key=Value
In the current implementation (unit/session_config.pas) the program will load some of this val…
-
Thank you for your work. However, I encountered a problem in the process of reproduction. I repeated the experiment several times using the data and code provided by you, but I could not reproduce the…
-
### What happened + What you expected to happen
**1. The bug**
Currently, I'm trying to reproduce the results of a trial from Raytune by using the same hyperparameter in the trial. However, when I r…
-
**Describe the bug**
When the browser finds an iframe in the DOM, it publishes a `Page.frameAttached event`, then Ferrum takes the params and uses them to create a Frame object that adds to a colle…
-
Hello,
Using rails 5.0.2, ruby-2.3.0 [ x86_64 ] and whenever (gem 'whenever', :require => false), my quotes are replaced by escaped single quotes.
When i do :
```ruby
every 1.minute do
…
-
Ideally there would be a quick form for observations which would be optimised for tablets/ mobile phones so you could easily take a picture and it could be associated with a geolocation. In the past t…
-
Hello,
I have tried to reproduce the training results from using the NPY files of the CalMS21 dataset by using CSV files generated from the same dataset. To do so, i seperated the training data int…
-
During promotion, we sort trials based on results. If objective is None (like it's the case for a broken trial), the sorting will fail. We should filter them to only select objectives that are not Non…