-
Hi there,
I just wanted to express my appreciation for your incredible work. As I dive deeper into this field, I've encountered some limitations with my hardware resources - 2 GPUs T4, each with 16…
-
Hi, I run the following code
Command 1, 8 GPU training for 6 layer BERT
srun -p clusterRTX --gres=gpu:8 --ntasks=8 --ntasks-per-node=8 --cpus-per-task=3 python train.py --exp_name xlm_en --dump_path…
-
I tried with the following command to do the
export NGPU=2; python -m torch.distributed.launch --nproc_per_node=$NGPU --nnodes=2 --node_rank=0 --master_addr="10.60.131.148" --master_port=8088 trai…
-
**Issue Type**
Bug
**Source**
binary
**Tensorflow Version**
2.8
**Custom Code**
No
**OS Platform and Distribution**
Linux
**Python version**
3.9
**Current Behaviour?**
Hi te…
-
-
### Describe the bug
when I run RGCN model and set negative_sampler="basic", I get an error:
RuntimeError: Trying to backward through the graph a second time (or directly access saved tensors afte…
-
When trying to save optimizer_state_dict,
I get an error saying >>Lookahead has no attribute 'state'
I thought this was due to not initializing parent class inside the class ```Lookahead```
and so …
-
https://github.com/tslearn-team/tslearn/blob/42a56cce63d8263982d616fc2bef9009ccbedab4/tslearn/shapelets/shapelets.py#L212-L886
I'm having issues trying to save my fitted model, getting this error:
…
-
(mockingbird) K:\mb>python synthesizer_train.py 75k k:/mb/datame/SV2TTS/synthesizer -b 1000
Arguments:
run_id: 75k
syn_dir: k:/mb/datame/SV2TTS/synthesizer
models_dir:…
-
python3 -u main.py --epochs 50 --nlayers 3 --emsize 400 --nhid 1840 --alpha 0 --beta 0 --dropoute 0 --dropouth 0.1 --dropouti 0.1 --dropout 0.4 --wdrop 0.2 --wdecay 1.2e-6 --bptt 200 --batch_size 128 …