Skip to content

Conversation

Liu-Xue-Song
Copy link

Motivation

Based on a comparison between the original paper and this repository, the implementation of the auxiliary hidden layer in the online training mode appears to be inconsistent. The correct configuration should be [1, num_layer//2-1, num_layer-4].

Additionally, I noted that this layer_id was num_layer//2-1 in version v0.1.0, but it was modified in commit 94d6710.

Modifications

fix the mid aux hidden layer id from num_layer//2 to num_layer//2-1 ,in core/eagle3.py

Related Issues

Accuracy Test

Benchmark & Profiling

Checklist

Copy link
Contributor

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@FrankLeeeee
Copy link
Collaborator

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants