-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Supporting Arctic Backend Provider & Orderbook, Tick Data Example #744
Merged
Merged
Changes from 20 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
b81e566
change weight_decay & batchsize
bxdd 3dc5e6d
del weight_decay
bxdd 60a03d5
big weight_decay
bxdd 1521adf
mid weight_decay
bxdd 7792f79
small layer
bxdd c53d6a1
2 layer
bxdd 2bbd04c
full layer
bxdd ab4abc7
no weight decay
bxdd 0342850
divide into two data source
wangwenxi-handsome ace8920
change parse field
wangwenxi-handsome 91e1f82
delete some debug
wangwenxi-handsome f308d2c
add Toperator
wangwenxi-handsome 518341f
new format of arctic
wangwenxi-handsome 556786a
fix cache bug to arctic read
wangwenxi-handsome 5ae2b5c
fix connection problem
wangwenxi-handsome acc5fc9
add some operator
luocy16 b0c3c2f
final version for arcitc
luocy16 f679602
merge microsoft qlib
luocy16 e4ff5bd
clear HZ cache
luocy16 95417c3
remove not used function
luocy16 33cc78a
add topswrappers
luocy16 d12ece6
successfully import data and run first test
you-n-g 31d8e1b
Merge remote-tracking branch 'origin/main' into lcy_main
you-n-g 2779b0d
A simpler version to support arctic
you-n-g a7092bb
Merge remote-tracking branch 'origin/main' into lcy_main
you-n-g 2ea1b82
Successfully run all high-freq expressions
you-n-g 1736ebe
Merge remote-tracking branch 'origin/main' into lcy_main
you-n-g 8f4a717
Black format and fix add docs
you-n-g 2bb154f
Add docs for download and test data
you-n-g 5e21100
update scripts and docs
you-n-g 6ed3d0a
Add docs
you-n-g 2251402
fix bug
you-n-g 0c9d8d7
Refine docs
you-n-g e59dc16
fix test bug
you-n-g 97685b0
fix CI error
you-n-g ef7da9e
clean code
you-n-g File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,6 @@ | |
|
||
class DNNModelPytorch(Model): | ||
"""DNN Model | ||
|
||
Parameters | ||
---------- | ||
input_dim : int | ||
|
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is it necessary to change the default memory size?