Nina

Results 9 issues of Nina

Added a book and fixed a numbering issue in the Books section.

Hello, this is an awesome plugin! it will be great to have support for (GANs)

** Don't make a duplicate issue. ✅ You can search in issues to make sure there isn't any already opened issue with your concern. **Describe the bug** In this sample...

enhancement
good first issue
Bar Chart

`text_encoder` and `text_cleaner` are duplicated in seq2seq.yml, which causes an error.

issue #5 Added `use_batch_norm` in `baseline.yml`, and defaulted to **False** according to the `BaseLineModel` class

when running this in the terminal: ``` python train.py --model_kind baseline --config config/baseline.yml ``` I get this: ``` Traceback (most recent call last): File "C:\Users\ninam\Desktop\Arabic_Diacritization\train.py", line 43, in trainer =...

issue #3 Added if ` __name__ == '__main__' ` in train.py

I get this error when running from terminal on windows. ``` File "C:\Users\user\miniconda3\envs\pyTorch3.9\lib\multiprocessing\spawn.py", line 116, in spawn_main exitcode = _main(fd, parent_sentinel) File "C:\Users\user\miniconda3\envs\pyTorch3.9\lib\multiprocessing\spawn.py", line 125, in _main prepare(preparation_data) File "C:\Users\user\miniconda3\envs\pyTorch3.9\lib\multiprocessing\spawn.py",...

The `train.py` parser is looking for model_kind rather than model. ![image](https://user-images.githubusercontent.com/57009004/163188125-29f1fc99-a763-4c21-81b3-0cc9de9200f7.png)