-
Context: DeepChem codebase currently uses 2 spaces for indents.
Proposal: Migrate to 4 spaces for indents.
Here is a breakdown of PRs to update indentation.
- [x] The first pull request should …
-
I am trying to run hugginf face (HF) ViT with MAML but I get the error:
```
learn2learn: Maybe try with allow_nograd=True and/or allow_unused=True ?
```
I am happy to do this suggestion but I don'…
-
Somehow I get the following error:
```
Downloading: /home/miranda9/data/l2l_data/mini-imagenet-cache-test.pkl
Traceback (most recent call last):
File "/home/miranda9/miniconda3/envs/meta_learnin…
-
An error occurs when viewing experiment details by clicking on the experiment's row in the table in the Experiments page.
Happens with experiment with Status `completed`.
To recreate (if can't be …
-
Here are just some examples from modules imported on my device:
Project | Function/Method | Decorator | Result
-- | -- | -- | --
`gretel-synthetics` | [link](https://github.com/ponder-lab/gretel-sy…
-
Hi,
After reading "initializing Bayesian Hyperparameter Optimization via Meta-Learning", I have a question about how initial_configurations_via_metalearning works in auto-sklearn, and hope someone …
-
https://github.com/ponder-lab/Hybridize-Functions-Refactoring/blob/9e438f6e563ea957f67889aad725aa735ab4a9dd/edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Function.java#L48…
-
# Short Question Description
Currently the meta-learning only supports numerical and categorical features. In the current PR #1426 we changed the treatment form encoded string columns seen as numeric…
-
May I ask which line is the related code of the prototype network and MAML? I read your code carefully but do not find them.
-
Hi Auto-Sklearn team,
It looks like I can set initial_configurations_via_metalearning=0 to disable meta-learning. If this is correct, then how auto-sklearn selects initial configurations to evaluat…