nucleus7 icon indicating copy to clipboard operation
nucleus7 copied to clipboard

nucleus7 library for deep learning development

Results 8 nucleus7 issues
Sort by recently updated
recently updated
newest added

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

* pretty print for sample config feature https://github.com/AEV/nucleus7/issues/8#issue-549061041 * print elaborate stacktrace feature https://github.com/AEV/nucleus7/issues/10#issue-549540440

## Actual Behavior 1. At the moment summaries and metrics are only written in eval mode 2. grads and vars are always written to the Tensorboard ## Expected behavior 1....

## Actual Behavior When I start the training, I received a `TypeError` saying that an expected keyword parameter is missing. It took me a while to figure out which of...

## Actual Behavior `nc7-create_nucleotide_sample_config` either prints a sample nucleotide config or writes to a file. At the moment, it prints the whole config as a continuous string in a single...

**Expected behavior:** You can use callbacks as inbound nodes for kpi nucleotides. **Actual behavior:** Gives a KeyError. ``` Traceback (most recent call last): File "/home/cl/git/nucleus7/bin/nc7-infer", line 181, in main() File...