Chrislab

Latest version: v0.7.1

Safety actively analyzes 682449 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

0.5.1

* Update setup.cfg:
- require torch>=1.7, <2.0
- require lightning>=1.7, <2.0
- require pytorch-lightning>=1.7, <2.0
- Update options.entry_points
* Update ratsnlp/nlpbook/utils.py:
- Update REMOTE_DATA_MAP: "ner" -> "kmou-ner"
* Update NERTask:
- Adding validation_epoch_end()
- Add test_step()
* Update chrislab/ratsnlp/cli.py:
- Add valid_ner()
* Update ratsnlp/nlpbook/arguments.py:
- Add NLUTesterArguments
* Move ratsnlp.nlpbook to nlpbook
* Split ratsnlp/cli.py to nlpbook/cls/cli.py and nlpbook/ner/cli.py
* Change inheritance order:
- NLUServerArguments inherit from NLUArguments
- NLUTesterArguments inherit from NLUServerArguments
- NLUTrainerArguments inherit from NLUTesterArguments
* Add get_tester()

0.5.0

- Rename working_gpus() -> cuda_visible_devices()
- Update ClassificationTrainArguments:
  - Add members: accelerator, strategy, devices
  - Rename member: fp16 -> precision

- Update nlpbook/ner/arguments.py:
  - Add NERArguments
  - Update NERTrainArguments
  - Update NERDeployArguments

- Add ratsnlp.nlpbook.arguments:
  - Add NLUArguments, NLUTrainArguments, NLUDeployArguments

- Update chrislab/ratsnlp/cli.py:
  - Rename train() -> train_cls()
  - Rename serve() -> serve_cls()
  - Add train_ner()

- Update ratsnlp/nlpbook
  - ner/corpus.py:
    = args.downstream_model_dir -> args.downstream_model_home
    = args.downstream_corpus_root_dir -> args.downstream_data_home
    = args.downstream_corpus_name -> args.downstream_data_name
  - trainer.py:
    = args: ClassificationTrainArguments | NERTrainArguments

- Add train_ner(): 교재를 참고하여 ratsnlp 이용한 NER 학습 구현!
- Add serve_ner(): NER 추론 기능 구현 완료!

- Update ClassificationArguments, NERArguments:
  - working_config_file set according to run type

- Update NERTask:
  - Update configure_optimizers(): 'scheduler' -> 'lr_scheduler'

- 파일 정리: ratsnlp.nlpbook.classification, rats.nlp.ner

- Import pytorch_lightning instead of lightning

- Python version >= 3.9

0.4.4

- Require tensorboard, tensorboardX

0.4.3

- Update download_ngrok():
  - Possible to download *.tgz

0.4.2

- Update install_requires

0.4.1

- Remove GpuProjectEnv
- Update ClassificationArguments:
  - Remove members: env_class()
- Use updated ProjectEnv

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.