-
### 🐛 Describe the bug
In the four variants of `nn.init.zeros_` at the bottom: the expected behavior is to see some zeros in the printed matrix. Howver, when slicing a partial matrix `[:2]`, none o…
-
Hi there!
Is there any way to disable paranoia globally? Like turning it off for all models while a few operations happens and then turn it on again?
Thanks!
-
I have 2 rules for leaves in my structure, it say:
Error:
om_hr_payroll/models/hr_payslip.py", line 173, in get_worked_day_lines
'name': holiday.holiday_status_id.name or _('Global Leaves'),
…
-
I have modified the script as follows:
(damo) [root@bgmm01 custom]# cat finetune.sh
#!/bin/bash
# Environment Variables
export CUDA_VISIBLE_DEVICES=4,5
WORLD_SIZE=${1:-1}
NPROC_PER_NODE=${2…
-
C:\models-master\research\object_detection\legacy>python train.py --logtostderr --train_dir=../training/ --pipeline_config_path=../training/ssd_mobilenet_v2_coco.config
WARNING:tensorflow:From C:\Use…
-
## ❓ Questions & Help
I have replicated 90% of https://deepchem.io/tutorials/generating-molecules-with-molgan/
I assume it's more of a problem on the model/architecture rather than the library's…
-
## Motivation
In the process of trying to land #18474 I ran into a number of correctness issues related to LLVM backends where the only saving grace was having a reference that gave correct numerics …
-
It would be great to have the ability to evaluate the Tsyganenko models at multiple points using vectorized processing. For example, evaluating `B` for every point on a grid. Some scientific use case…
-
Authentication call from frontend fails in Python app because there's no `visitor_global_id` in response.
The response from `/api/v5/public/orgs//auth` is:
```json
{
"visitor_id": "???",
"v…
-
Write-only globals are noticeable during initialization or with input models that have had large chunks pruned out. This may get better with better side-effect modeling (#1124) but we should confirm. …