-
**Describe the issue**: when running the experiment via experiment.run(config), this error throws :
AttributeError Traceback (most recent call last)
[](https://localhost:…
-
Describe the issue:
When I add the profiler as tutorial instructed below:
```python
dummy_input = torch.randn(1, 3, 32, 32)
profiler = NumParamsProfiler(model_space, dummy_input)
penalty = Expect…
-
# Reference
- 04/2019 [NAS-Unet: Neural Architecture Search for Medical Image Segmentation](https://github.com/junxnone/tech-io/files/4964014/08681706.pdf)
- [NasUnet Code](https://github.com/tian…
-
![image](https://user-images.githubusercontent.com/34906782/179351116-69ef7336-6b79-42ae-9865-60e8e5d5f102.png)
Hi. Sorry to bother you again, I recently tried to use your origin code to reproduce …
-
Hi. I'm pleasantly surprised with the speed in which this tool is being developed. I use it almost daily and it's basically my main to access my photo library on my NAS.
Along the years, I have bee…
-
### Bug Description
The [dashscope llm module](https://github.com/run-llama/llama_index/blob/main/llama-index-integrations/llms/llama-index-llms-dashscope/llama_index/llms/dashscope/base.py) has the…
-
Hi,
I edited the nago.yml in example to include the fully_train step. This is the .yml file that I created with the help of other files:
```
general:
backend: pytorch
parallel_search:…
-
**Checklist**
- Have you pulled and found the error with `jc21/nginx-proxy-manager:latest` docker image?
- Yes
- Are you sure you're not using someone else's docker image?
- Yes
- Have you se…
-
I've recently restored from back up, moving from a windows install to ubuntu. I needed to update and configure directories for things to be found. if I update a single show to be at x location everyth…
-
My purpose:
I want genrate v = nn.ValueChoice([1,2,3]),then I want use the v to numerical calculation (like python float v *2)
like torch.Tensor ,I could use tensor.cpu().numpy() to get the tensor …