Massimo Caccia
Massimo Caccia
Online MAML (FTML) code coming up?
i.e. to the papers we want ton the first page
(sorry, I know this is not an issue)
Hi, I've been using the `wandb sync` to upload offline runs lately, using `os.environ['WANDB_MODE'] = 'dryrun'`. Somehow, if the run isn't completed, all of my arguments (uploaded with `wandb.config.update(args)`) won't...
Regarding the synthetic data experiment, the nll-test metric is computed with the gen_data_loader (training data) so nll-test is actually nll-train (useless metric). Highly misleading. Also, even if you create a...
```bash $ tune download meta-llama/Meta-Llama-3-8B-Instruct Ignoring files matching the following patterns: *.safetensors Successfully downloaded model repo and wrote to the following locations: /home/toolkit/ui-copilot/model/.gitattributes /home/toolkit/ui-copilot/model/LICENSE /home/toolkit/ui-copilot/model/README.md /home/toolkit/ui-copilot/model/USE_POLICY.md /home/toolkit/ui-copilot/model/config.json /home/toolkit/ui-copilot/model/generation_config.json /home/toolkit/ui-copilot/model/model.safetensors.index.json /home/toolkit/ui-copilot/model/original...
```bash $ tune run full_finetune_single_device --config llama2/7B_full_low_memory checkpointer.checkpoint_dir=/tmp/Llama-2-7b-hf ... raise NotImplementedError(f"Loading a dataset cached in a {type(self._fs).__name__} is not supported.") NotImplementedError: Loading a dataset cached in a LocalFileSystem is not...
for MacOs user using mujoco
getting chance accuracy. The problem is on Avalanche side: https://github.com/ContinualAI/avalanche/pull/495