-
Notifications
You must be signed in to change notification settings - Fork 3
add stopping criteria and error measures - #82
Merged
Merged
Conversation
chyalexcheng
commented
Jan 29, 2025
Contributor
Author
@Retiefasaurus: hi Retief, can you please help me take a look at why this build action is stuck?
Retiefasaurus
commented
Jan 29, 2025
Collaborator
The issue seems to be the line poetry lock --no-update in Linting build.
According to the stack overflow post poetry made some changes recently (04.01.2025). In the workflow file try changing poetry lock --no-update to poetry lock
Update Linter.yml
update to actions/setup-python@v5
remove poetry lock
Retiefasaurus
commented
Jan 29, 2025
Collaborator
I'm getting infinite loop during poetry install. Adding -vvv revealed that the problem is with h5py. What is this package used for?
Update h5py to 13.12.1
chyalexcheng
commented
Jan 29, 2025
Contributor
Author
I'm getting infinite loop during poetry install. Adding
-vvvrevealed that the problem is with h5py. What is this package used for?
It is used in the RNN module to save trained neural network models.
Removing cache patch
...ning into expand_selftests
@chyalexcheng
chyalexcheng
changed the title
(削除) Expand selftests (削除ここまで)
(追記) add stopping criteria and error measures (追記ここまで)
Jan 31, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.